<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* RESET start */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
p {
  font-size: 16px;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #40403c;
}
ul {
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  p {
  /* font-size: 14px; */
  font-size: 15px;
  }
}
/* RESET end */


body {
  /*20230712 font-weight: 500; */
  font-family: Yu Gothic Medium,"游ゴシック Medium",YuGothic,"游ゴシック体",Hiragino Kaku Gothic ProN,"メイリオ",Osaka,"ＭＳ Ｐゴシック",sans-serif;
  color: #40403c;
  width: 100%;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size--adjust: 100%;
  line-height: 1.625;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-y: scroll;
  /* for iPad Pro */
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.pcOnly {
  display: block !important;
}
.spOnly {
  display: none !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .pcOnly {
  display: none !important;
  }
  .spOnly {
  display: block !important;
  }
}

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

.l-wrapper {
    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-wrapper {
    padding-top: 200px;
  }
}

.sectionInner {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
}

.br-8 {
  border-radius: 8px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .br-4 {
    border-radius: 4px;
  }
}

.ws-nw {
  white-space: nowrap;
}
.ls-nm {
  letter-spacing: normal;
}

.giftAdviser_ttl {
  font-size: 22px;
  line-height: 22px;
}
.giftAdviser_txt {
  /* font-size: 14px; */
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.giftAdviser_txt-time {
  font-size: 18px;
}
.giftAdviser_txt-small {
  font-size: 13px;
  font-weight: normal;
}
.giftAdviser img {
  width: 100%;
  border-bottom: 1px solid #e8e1d2;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .giftAdviser_txt {
  text-align: center;
  }
  .giftAdviser_txt-time {
  font-size: 16px;
  }
  .giftAdviser_txt-small {
  margin-left: 0.5em;
  }
}


.btn {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
}
.btn-detail {
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  border: 2px solid #744f67;
  color: #4f2841;
  position: relative;
  transition-duration: .2s;
}
.btn-detail:hover {
  background-color: #744f67;
  color: #fff;
  transition-duration: .2s;
}
.btn-detail_product {
  width: 250px;
}
.btn-detail_product::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #744f67;
  border-right: 1px solid #744f67;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 19px;
  right: 21px;
  transform: rotate(45deg);
  transition-duration: .2s;
}
.btn-detail_product:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-detail_product-mini {
  width: 180px;
  height: 40px;
  line-height: 40px;
}
.btn-detail_product-mini::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #744f67;
  border-right: 1px solid #744f67;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 14px;
  right: 16px;
  transform: rotate(45deg);
}
.btn-detail_product-mini:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition-duration: .2s;
}
.btn-detail_next {
  width: 300px;
  transition-duration: .2s;
}
.btn-detail_next::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #744f67;
  border-right: 1px solid #744f67;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 19px;
  right: 20px;
  transform: rotate(45deg);
  transition-duration: .2s;
}
.btn-detail_next:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-contact {
  background-color: #fff;
  position: relative;
}
.btn-contact::before {
  content: "";
  display: inline-block;
  background-image: url(../../images/kd/common/email.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  position: absolute;
  transition-duration: .2s;
}
.btn-contact::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #744f67;
  border-right: 1px solid #744f67;
  position: absolute;
  transform: rotate(45deg);
}
.centerBtn {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .btn-detail_next {
  width: 245px;
  }
}


.sectionHeading {
  font-size: 36px;
  line-height: 36px;
  color: #40403c;
  letter-spacing: 0.08em;
}
.sectionHeading-sub {
  font-size: 20px;
}
.sectionHeading-eng {
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  line-height: 13px;
  color: #6f345a;
}
.section-txt {
  font-size: 16px;
}
.product-title_alphabet {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .sectionHeading {
  font-size: 25px;
  line-height: 25px;
  }
}


.kv {
  z-index: 5;
  height: 480px;
  position: relative;
  top: auto;
  padding: 0;
  margin: 0 auto;
}
.kv_image {
  z-index: 1;
  position: relative;
  background-image: url(/AOS/user_data/AOS/packages/default/images/kd/top/mainImg-pc.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 480px;
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 20px -5px rgb(0 0 0 / 20%);
}
.kv_message {
  position: absolute;
  bottom: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 590px;
  padding: 0 0 64px 78px;
}
.kv_message .giftAdviser_ttl {
  letter-spacing: 0.08em;
  margin: 0 0 10px 0;
}
.kv_message .kv_message {
  letter-spacing: 0.05em;
}
.kv_message.giftAdviser img {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.kv_message .giftAdviser_txt {
  margin-left: -8px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .kv_image {
  background-image: url(/AOS/user_data/AOS/packages/default/images/kd/top/mainImg-sp.jpg);
  width: 100%;
  min-height: 460px;
  background-position: center;
  background-size: cover;
  border-radius: 0;
  }
  .kv_message {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  padding: 0 15px 26px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  }
  .kv_message .giftAdviser_ttl {
  font-size: 15.5px;
  letter-spacing: normal;
  white-space: normal;
  margin: 0 0 15px 0;
  }
}


.l-content {
  background-color: #f5f5f3;
  background-image: url(/AOS/user_data/AOS/packages/default/images/kd/common/bg-content.png);
  /* padding-top: 298px !important; */
  padding-top: 250px !important;
  margin-top: -155px !important;
  background-repeat: no-repeat;
  background-size: 450px auto;
  background-position: bottom 0 right -28px;
  background-attachment: fixed;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-content {
  padding-top: 330px !important;
  margin-top: -330px !important;
  background-size: 210px auto;
  /* background-position: top 140px right -18px; */
  background-position: top 380px right 0px;
  background-attachment: scroll;
  }
}


#introduction {
  padding: 0 78px;
  margin-bottom: 78px;
}
#introduction p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #introduction {
  margin: 40px 15px;
  padding: 0 22px ;
  }
  #introduction p {
  /* font-size: 15px; */
  font-size: 16px;
  letter-spacing: normal;
  }
}


#threeServices {
  background-color: #ffffff;
  padding: 64px 78px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #threeServices {
    padding: 0 0 22px 0;
    margin: 40px 15px;
  }
}
#threeServices .sectionHeading {
  font-size: 21.5px;
  letter-spacing: normal;
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #threeServices .sectionHeading {
    font-size: 16px;
    white-space: normal;
    padding: 30px 22px 24px;
    margin-bottom: 0;
  }
}
#threeServices .sectionHeading span {
  font-size: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #threeServices .sectionHeading span {
    font-size: 24px;
    line-height: 48px;
  }
}
#threeServices .sectionHeading .dots {
  position: relative;
}
#threeServices .sectionHeading .dots::before {
  content: "・";
  position: absolute;
  top: -0.8em;
  left: 0;
  color: #b51a7f;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #threeServices .sectionHeading .dots::before {
    top: -1.1em;
  }
}
.threeServices_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_container {
    flex-direction: column;
    padding: 0 15px;
  }
}
.threeServices_box {
  box-sizing: border-box;
  width: calc((320 / 1024) * 100%);
  height: 400px;
  background-color: #f5f5f3;
  padding: 22px;
  margin-right: 32px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_box {
    width: 100%;
    height: 365px;
    /*padding: 24px 15px 30px;*/
    padding: 24px 10px 30px;
    margin-top: 15px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_box:first-child {
    margin-top: 0;
  }
}
.threeServices_box:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_box &gt; div {
    max-width: 290px;
    margin: 0 auto;
  }
}
.thSv_bx_top {
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .thSv_bx_top {
    text-align: center;
  }
}
.threeServices_box_num {
  /* font-size: 30px; */
  font-size: 28px;
  color: #6f345a;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_box_num {
  font-size: 24px;
  }
}
.threeServices_box_ttl {
  display: inline-block;
  vertical-align: super;
  /* font-size: 20px; */
  font-size: 18px;
  padding: 0 2px;
  background: linear-gradient(transparent 70%, #b51a7f26 30%);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_box_ttl {
    font-size: 18px;
  }
}
.thSv_bx_body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 220px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .thSv_bx_body {
    height: 200px;
  }
}
.threeServices_box img {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_box img {
    width: 85%;
    margin: 0 auto;
  }
}
.threeServices_box p {
  /* font-size: 16px; */
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_box p {
    font-size: 15px;
  }
}
.thSv_bx_bottom {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  white-space: nowrap;
}
.threeServices_box .giftAdviser_ttl {
  font-size: 17px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .threeServices_box .giftAdviser_ttl {
    font-size: 16px;
  }
}
.threeServices_box .giftAdviser_txt {
  font-size: 14px;
}

.threeServices_box .giftAdviser_txt-time {
  font-size: 16px;
}
.threeServices_box.giftAdviser .btn-contact {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #40403c;
  font-size: 15px;
  padding-left: 0.75em;
  margin: 0 auto;
}
.threeServices_box.giftAdviser .btn-contact::before {
  width: 22px;
  height: 16px;
  left: 20px;
  top: 12px;
}
.threeServices_box.giftAdviser .btn-contact::after {
  width: 6px;
  height: 6px;
  right: 20px;
  top: 16px;
}
.threeServices_box.giftAdviser .btn-contact:hover::before {
  opacity: 1;
  transition-duration: .2s;
}
#threeServices .centerBtn {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #threeServices .centerBtn {
    padding: 0;
    margin-top: 15px;
  }
}
#threeServices .centerBtn .btn-detail {
  padding: 0px 64px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #threeServices .centerBtn .btn-detail {
    width: 270px;
    padding: 0;
  }
}
#threeServices .centerBtn .btn-detail::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #744f67;
  border-right: 1px solid #744f67;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 22px;
  bottom: 20px;
  transform: rotate(45deg);
  transition-duration: .2s;
}
#threeServices .centerBtn .btn-detail:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition-duration: .2s;
}


#pageLinks {
  /* background-color: #ededeb; */
  background-color: #d7d7d7;
  /* padding: 80px 0 95px 0; */
  padding: 100px 0 110px;
  margin-top: 130px;
}
#pageLinks .sectionHeading {
  text-align: center;
  margin-bottom: 50px;
}
#pageLinks ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
#pageLinks ul::after {
  display: block;
  content: "";
  width: calc((350 / 1180) * 100%);
}
#pageLinks li {
  box-sizing: border-box;
  /* width: 330px; */
  width: calc((350 / 1180) * 100%);
  border-bottom: 1px solid #40403c;
  /* font-size: 18px; */
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
}
#pageLinks li:nth-child(3n) {
  margin-right: 0;
}
#pageLinks li:last-child,
#pageLinks li:nth-last-child(2),
#pageLinks li:nth-last-child(3) {
  margin-bottom: 0;
}
#pageLinks li a {
  width: 100%;
  font-weight: 600;
  padding: 10px 40px;
}
#pageLinks li a:before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #40403c;
  border-right: 1px solid #40403c;
  width: 8px;
  height: 8px;
  position: absolute;
  /* left: 5px; */
  right: 5px;
  bottom: 20px;
  transform: rotate(45deg);
}
#pageLinks .sectionHeading-eng {
  display: block;
  margin-top: 20px;
}
#pageLinks li:last-child, #pageLinks li:nth-last-child(2), #pageLinks li:nth-last-child(3) {
  margin-bottom: auto;
}
#pageLinks li a {
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #pageLinks {
  padding: 40px 0 0;
  padding-top: 40px;
  margin: 40px 0;
  }
  #pageLinks .sectionHeading {
  margin-bottom: 30px;
  line-height: 1.2;
  }
  #pageLinks ul {
  border-top: 1px solid #f5f5f3;
  }
  #pageLinks ul::after {
  width: 50%;
  }
  #pageLinks li {
  width: 50%;
  /* font-size: 14px; */
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #f5f5f3;
  padding: 15px 16px;
  margin: 0;
  }
  #pageLinks li:nth-child(odd) {
  border-right: 1px solid #f5f5f3;
  }
  #pageLinks li:last-child {
    border-bottom: none;
  }
  #pageLinks li a {
    padding: 0;
  }
  #pageLinks li a:before {
  top: 45%;
  /* left: 15px; */
  right: 15px;
  }
  .sp-pageLinks-1row {
  line-height:3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  #pageLinks .sectionHeading-eng {
  margin-top: 5px;
  }
  #pageLinks li { 
  font-size: 16px;
  }
}


#basicCatalog {
  padding-top: 10px;
  margin-top: -10px;
}
#basicCatalog .sectionInner {
  position: relative;
  background-color: #ffffff;
  padding: 98px 100px;
  margin-top: 130px;
}
.basicCatalog_mainImg {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 50%;
  border-radius: 8px
}
#basicCatalog .sectionIntro {
  width: 50%;
}
#basicCatalog .sectionHeading-sub {
  display: block;
  margin-bottom: 8px;
}
#basicCatalog .sectionHeading-eng {
  display: block;
  margin-top: 15px;
}
#basicCatalog .sectionIntro .section-txt {
  margin-top: 40px;
}
#basicCatalog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}
#basicCatalog li {
  box-sizing: border-box;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f5f5f3;
}
#basicCatalog li:nth-child(odd) {
  padding-right: 50px;
  border-right: 1px solid #f5f5f3;
}
#basicCatalog li:nth-child(even) {
  padding-left: 50px;
}
#basicCatalog li:nth-last-child(2) {
  border-bottom: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #basicCatalog {
  padding: 0;
  margin: 15px;
  }
  #basicCatalog .sectionInner {
  padding: 0;
  margin-top: 50px;
  }
  .basicCatalog_mainImg {
  position: static;
  width: 100%;
  border-radius: 4px 4px 0 0;
  }
  #basicCatalog .sectionIntro {
  width: 100%;
  padding: 30px 22px 0;
  }
  #basicCatalog .sectionHeading {
  font-size: 25px;
  }
  #basicCatalog .sectionHeading-sub {
  font-size: 16px;
  margin-bottom: 0;
  }
  #basicCatalog .sectionHeading-eng {
  font-size: 13px;
  margin-top: 5px;
  }
  #basicCatalog .sectionIntro .section-txt {
  /* font-size: 15px; */
  font-size: 16px;
  margin-top: 25px;
  }
  #basicCatalog ul {
  flex-direction: column;
  padding: 0 22px 40px;
  }
  #basicCatalog li {
  width: 100%;
  border-bottom: 1px solid #f8f2f6;
  padding: 30px 0;
  }
  #basicCatalog li:nth-child(odd) {
  padding-right: 0;
  border-right: none;
  }
  #basicCatalog li:nth-child(even) {
  padding-left: 0;
  }
  #basicCatalog li:nth-last-child(2) {
  border-bottom: 1px solid #f8f2f6;
  }
}

#basicCatalog li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #basicCatalog li:last-child {
    padding-bottom: 0;
  }
}

#basicCatalog li img {
  width: 100%;
}

#basicCatalog .product-info {
  margin-top: 20px;
}

#basicCatalog .product-title {
  font-size: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #basicCatalog .product-title {
    font-size: 18px;
  }
}

#basicCatalog .product-detail {
  font-size: 15px;
  margin-top: 17px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #basicCatalog .product-detail {
    /* font-size: 13px */
    font-size: 14px;
    margin-top: 15px;
  }
}

#basicCatalog .product-txt {
  height: 5em;
  font-size: 14px;
  margin: 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #basicCatalog .product-txt {
    height: auto;
    /* font-size: 13px; */
    font-size: 15px;
    margin: 16px 0;
  }
}

#basicCatalog .btn-detail_product {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .btn-detail_product {
    display: block;
    font-size: 15px;
    margin: 0 auto;
  }
}



#brandCatalog {
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog {
    padding-top: 110px;
    margin-top: -110px;
  }
}

#brandCatalog .sectionInner {
  padding: 110px 0 130px 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .sectionInner {
    padding: 0;
    margin: 40px 15px 50px;
  }
}

#brandCatalog .sectionHeading {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .sectionHeading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

#brandCatalog .sectionHeading-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-305%);
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #744f67;
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .sectionHeading-icon {
    transform: none;
    position: relative;
    display: block;
    width: 150px;
    height: 35px;
    border-radius: 3em;
    margin: 0 auto 20px;
    top: 0;
    left: 0;
  }
}

#brandCatalog .sectionHeading-icon .sectionHeading-sub {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  color: #fff;
  line-height: 25px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .sectionHeading-icon .sectionHeading-sub {
    position: initial;
    font-size: 14px;
    line-height: 14px;
    transform: initial;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .sectionHeading-icon::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #744f67;
    transform: rotate(45deg);
    left: 45%;
    bottom: -5px;
  }
}

#brandCatalog .sectionHeading-eng {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .sectionHeading-eng {
  margin-top: 5px;
  }
}

#brandCatalog ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog ul {
    flex-direction: column;
  }
}

#brandCatalog li {
  width: calc((225 / 1024) * 100%);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog li {
    width: 100%;
    margin-right: 0;
  }
}

#brandCatalog li:last-child {
  margin-right: 0;
}

.brandCatalog_img {
  height: 460px;
  background: #fff;
  padding: 24px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .brandCatalog_img {
    width: 100%;
    height: 100%;
    padding: 22px 10px;
    margin-bottom: 0;
  }
}

.brandCatalog_img img {
  height: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .brandCatalog_img img {
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .product-body {
    padding: 20px 22px 40px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog li:last-child .product-body {
    padding-bottom: 0;
  }
}

#brandCatalog .product-title {
  font-size: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .product-title {
    font-size: 18px;
  }
}

#brandCatalog .product-detail {
  font-size: 15px;
  margin-top: 14px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .product-detail {
    /* font-size: 13px; */
    font-size: 14px;
    margin-top: 16px;
  }
}

#brandCatalog .product-txt {
  height: 7em;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .product-txt {
    /* font-size: 13px; */
    font-size: 15px;
    height: auto;
    margin-top: 15px;
  }
}

#brandCatalog .btn-detail_product {
  margin-top: 20px;
  width: 95%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #brandCatalog .btn-detail_product {
    margin-top: 20px;
    width: 250px;
  }
}



#ranking {
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking {
    padding-top: 110px;
    margin-top: -110px;
  }
}

#ranking &gt; div {
  background-color: #ffffff;
}

#ranking .sectionInner {
  padding: 100px 0 120px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking .sectionInner {
    padding: 40px 15px 50px;
  }
}

#ranking .sectionHeading {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking .sectionHeading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

#ranking .sectionHeading .sectionHeading-eng {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking .sectionHeading .sectionHeading-eng {
    font-size:  13px;
    margin-top: 15px;
  }
}

.ranking_title {
  font-size: 22px;
  border-bottom: 1px solid #f5f5f3;
  padding-bottom: 20px;
  margin-bottom: 38px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ranking_title {
    font-size: 18px;
    border-bottom: 2px solid #f5f5f3;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

#ranking ul {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
  margin-bottom: 92px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking ul {
    flex-wrap:wrap;
    justify-content: space-between;
    padding: 5px 0 0 5px;
    margin-bottom: 40px;
  }
}

#ranking ul:last-child {
  margin-bottom: 0;
}

#ranking li {
  width: 188px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking li {
    width: 45%;
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking li:first-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
}

#ranking li:last-child {
  margin-right: 0;
}

#ranking li:before {
  display: block;
  position: absolute;
  background-color: #6f345a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  counter-increment: number 1;
  content: counter(number) " ";
  font-family: 'Roboto Slab', serif;
  top: -10px;
  left: -10px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking li:before {
    width: 32px;
    height: 32px;
    top: -5px;
    left: -5px;
    font-size: 16px;
    line-height: 32px;
  }
}

#ranking li img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 18px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking li img {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking li:first-child img {
    width: 45%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking li:first-child .product-body {
    width: 50%;
    height: auto;
    margin: auto 0;
  }
}

#ranking .product-title {
  font-size: 16px;
  height: 3.5em; /*for RUBY*/
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking .product-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking li:first-child .product-title {
    font-size: 16px;
  }
}

#ranking ruby {
  ruby-position: under;
}

#ranking .product-detail {
  font-size: 15px;
  margin-top: 25px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking .product-detail {
    /* font-size: 13px; */
    font-size: 14px;
    margin-top: 15px;
  }
}

#ranking .btn-detail_product-mini {
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking .btn-detail_product-mini {
    width: 100%;
    font-size: 13px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #ranking li:first-child .btn-detail_product-mini {
    font-size: 15px;
    margin-top: 20px;
  }
}

#price {
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price {
    padding-top: 110px;
    margin-top: -110px;
  }
}

#price &gt; div {
  background-color: #88a0a8;
}

#price .sectionInner {
  padding: 80px 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price .sectionInner {
    padding: 40px 15px 50px;
  }
}

#price .sectionHeading {
  text-align: center;
  color: #fff !important;
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price .sectionHeading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

#price .sectionHeading-eng {
  display: block;
  color: #fff !important;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price .sectionHeading-eng {
    margin-top: 15px;
  }
}

#price ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#price li {
  width: calc((180 / 1180) * 100%);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price li {
    width: calc(100% / 2 - 7.5px);
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price li:nth-child(odd) {
    margin-right: 15px;
  }
}

#price li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price li:nth-last-child(2),
  #price li:last-child {
    margin-bottom: 0;
  }
}

#price li a {
  box-sizing: border-box;
  width: 100%;
  /* height: 80px; */
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  position: relative;
  transition-duration: .2s;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #price li a {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
}

#price li a:hover {
  background-color: #88a0a8;
  color: #fff;
  transition-duration: .2s;
}

.price_price {
   font-size: 24px;
   line-height: 24px;
 }
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .price_price {
    font-size: 18px;
    line-height: 18px;
  }
}

.price_txt {
   font-size: 16px;
   line-height: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .price_txt {
     font-size: 12px;
     line-height: 12px;
  }
}

#price li a::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #40403c;
  border-right: 1px solid #40403c;
  width: 8px;
  height: 8px;
  right: 14px;
  top: 34px;
  transform: rotate(45deg);
  transition-duration: .2s;
}

#price li a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition-duration: .2s;
}



#category {
  padding-top: 140px;
  margin-top: -140px
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #category {
    padding-top: 110px;
    margin-top: -110px
  }
}

#category .sectionInner {
  padding: 100px 0 130px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #category .sectionInner {
    padding: 40px 15px 50px;
  }
}

#category .sectionHeading {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #category .sectionHeading {
    margin-bottom: 30px;
  }
}

#category .sectionHeading-eng {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #category .sectionHeading-eng {
    margin-top: 15px;
  }
}

#category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #category ul {
    justify-content: space-between;
  }
}

#category li {
  width: calc((354 / 1180) * 100%);
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #category li {
    width: calc(100% / 2 - 15px);
    margin: 0 0 30px 0;
  }
}

#category li:nth-child(3n) {
  margin-right: 0;
}

#category li:last-child,
#category li:nth-last-child(2),
#category li:nth-last-child(3) {
  margin-bottom: 0;
}

#category li img {
  width: 100%;
  border-radius: 8px;




}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #category li img {
    border-radius: 4px;
  }
}

#category .product-title {
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #category .product-title {
    font-size: 14px;
    margin-top: 15px;
  }
}

#category a:hover .product-title {
  text-decoration: none;
}


#serviceInfo  {
  padding-top: 140px;
  margin-top: -140px;
}
#serviceInfo_intro {
  background-color: #744f67;
  text-align: center;
  padding-top: 100px;
  background-image: url(/AOS/user_data/AOS/packages/default/images/kd/common/bg-serviceInfo.png);
  background-repeat: no-repeat;
  background-size: 15%, contain;
  background-position: left 15% top 50%;
}
#serviceInfo_intro .sectionIntro {
  padding-bottom: 180px;
}
#serviceInfo_intro .sectionHeading {
  text-align: center;
  color: #fff !important;
  margin-bottom: 40px;
}
#serviceInfo_intro .sectionHeading-eng {
  display: block;
  color: #fff !important;
  margin-top: 20px;
}
#serviceInfo_intro .sectionIntro p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.08em;
}
#serviceInfo_links {
  padding-top: 270px;
  margin-top: -270px;
}
#serviceInfo_links .sectionInner {
  padding: 50px 100px 60px;
  background-image: url(/AOS/user_data/AOS/packages/default/images/kd/common/bg-serviceInfo_links.png);
  margin-top: -130px;
}
.serviceInfo_links_contents {
  counter-reset: number 0;
}
.serviceInfo_links_contents-1st {
  display: flex;
}
.serviceInfo_links_box {
  box-sizing: border-box;
  background: #fff;
  height: 210px;
  position: relative;
}
.serviceInfo_links_box::before {
  display: block;
  position: absolute;
  background-color: #6f345a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  counter-increment: number 1;
  content: counter(number) " ";
  font-family: 'Roboto Slab', serif;
  top: -10px;
  left: -10px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
}
.serviceInfo_links_contents-1st .serviceInfo_links_box {
  width: 230px;
  text-align: center;
  padding: 54px 0 56px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.serviceInfo_links_contents-1st .serviceInfo_links_box:last-child {
  margin-right: 0;
}
.serviceInfo_links_title-sub {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.serviceInfo_links_title {
  font-size: 25px;
  color: #4c3a56;
  line-height: 1.25;
}
.serviceInfo_links_contents-2nd .serviceInfo_links_box {
  padding: 36px 0 ;
}
.serviceInfo_links_contents-2nd .serviceInfo_links_box_container {
  box-sizing: border-box;
  width: 500px;
  margin: 0 auto;
}
.serviceInfo_links_box_container .giftAdviser_ttl {
  letter-spacing: 0.06em;
  margin: 0px 0 20px 0;
}
.serviceInfo_links_box_container .giftAdviser_txt {
  line-height: 100%;
  letter-spacing: 0.04em;
  margin-left: -0.5em;
}
.serviceInfo_links_box_container.giftAdviser img {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.serviceInfo_links_box::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #4c3a56;
  border-right: 2px solid #4c3a56;
  transform: rotate(135deg);
  position: absolute;
  bottom: 20px;
  right: 50%;
}
.serviceInfo_links_contents-2nd .serviceInfo_links_box {
  display: block;
  padding: 30px 0;
}
#serviceInfo_contactAnchor {
  padding-top: 240px;
  margin-top: -240px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_intro {
  padding: 50px 15px 0;
  background-image: url(/AOS/user_data/AOS/packages/default/images/kd/common/bg-serviceInfo.png);
  background-repeat: no-repeat;
  background-size: 45%, contain;
  background-position: left -5% top 100px;
  }
  #serviceInfo_intro .sectionIntro {
  padding-bottom: 80px;
  }
  #serviceInfo_intro .sectionHeading {
  margin-bottom: 30px;
  }
  #serviceInfo_intro .sectionHeading-eng {
  margin-top: 15px;
  }
  #serviceInfo_intro .sectionIntro p {
  /* font-size: 14px; */
  font-size: 15px;
  letter-spacing: 0.06em;
  }
  #serviceInfo_links {
  padding-top: 150px;
  margin-top: -150px;
  }
  #serviceInfo_links .sectionInner {
  padding: 22px 20px;
  margin: 0 15px;
  margin-top: -40px;
  }
  .serviceInfo_links_contents-1st {
  flex-wrap:wrap;
  justify-content: space-between;
  }
  .serviceInfo_links_contents-1st .serviceInfo_links_box {
  height: 140px;
  }
  .serviceInfo_links_box::before {
  width: 32px;
  height: 32px;
  top: -5px;
  left: -5px;
  font-size: 16px;
  line-height: 32px;
  }
  .serviceInfo_links_contents-1st .serviceInfo_links_box {
  width: calc(100% / 2 - 6px);
  padding: 32px 0;
  margin: 0 0 15px 0;
  }
  .serviceInfo_links_title-sub {
  font-size: 13px;
  }
  .serviceInfo_links_title {
  font-size: 18px;
  }
  .serviceInfo_links_contents-2nd .serviceInfo_links_box {
  height: auto;
  padding: 32px 10px;
  }
  .serviceInfo_links_contents-2nd .serviceInfo_links_box_container {
  width: 100%;
  }
  .serviceInfo_links_box_container .giftAdviser_ttl {
  font-size: 13px;
  letter-spacing: normal;
  text-align: center;
  white-space: normal;
  margin-bottom: 15px;
  }
  .serviceInfo_links_box_container .giftAdviser_txt {
  letter-spacing: normal;
  }
  .serviceInfo_links_box_container.giftAdviser img {
  max-width: 260px;
  padding-bottom: 10px;
  margin: 0 auto 15px;
  }
  .serviceInfo_links_box_container.giftAdviser .giftAdviser_txt-small {
  display: inline-block;
  margin-top: 10px;
  }
  #serviceInfo_contactAnchor {
  padding-top: 110px;
  margin-top: -110px;
  }
}


/* serviceInfo 2nd */
#serviceInfo--secondary {
  padding-top: 140px;
  margin-top: -140px;
}
#serviceInfo_intro--secondary {
  background-color: #744f67;
  text-align: center;
  padding-top: 100px;
  background-image: url(/AOS/user_data/AOS/packages/default/images/kd/common/bg-serviceInfo.png);
  background-repeat: no-repeat;
  background-size: 15%, contain;
  background-position: left 15% top 50%;
} 
#serviceInfo_intro--secondary .sectionIntro {
  padding-bottom: 180px;
}
#serviceInfo_intro--secondary .sectionHeading {
  text-align: center;
  color: #fff !important;
  /* margin-bottom: 40px; */
}
#serviceInfo_intro--secondary .sectionHeading-eng {
  display: block;
  color: #fff !important;
  margin-top: 20px;
}
#serviceInfo_intro--secondary .sectionIntro p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.08em;
}
#serviceInfo_links--secondary {
  padding-top: 270px;
  margin-top: -270px;
}
#serviceInfo_links--secondary .sectionInner {
  padding: 50px 100px 60px;
  background-image: url(/AOS/user_data/AOS/packages/default/images/kd/common/bg-serviceInfo_links.png);
  margin-top: -130px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_intro--secondary {
  padding: 50px 15px 30px;
  }
  #serviceInfo_intro--secondary .sectionIntro {
  padding-bottom: 40px;
  }
  .serviceInfo_links_box::after {
  bottom: 15px;
  }
  #serviceInfo_links--secondary .sectionInner {
  padding: 22px 20px;
  margin: 0 15px;
  margin-top: -40px;
  }
}
@media screen  and (min-width: 1px) and (max-width: 767px) { 
  .serviceInfo_links_contents-2nd .serviceInfo_links_box:last-child {
  padding-bottom: 35px;
  }
}


.svInfo_heading {
  font-size: 30px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_heading {
    display: table;
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.svInfo_heading-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: linear-gradient(-45deg, #7d731d, #aba042);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -28px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_heading-icon {
    display: table-cell;
    width: 70px;
    height: 70px;
    top: -22px;
    left: -5px;
  }
}

.svInfo_heading-sub {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_heading-sub {
    width: 70px;
    font-size: 14px;
    line-height: 20px;
  }
}

.svInfo_heading-sub-small {
  font-size: 15px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_heading-sub-small {
    font-size: 11px;
  }
}

.svInfo_heading-main {
  padding-left: 120px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_heading-main {
    display: table-cell;
    padding-left: 78px;
  }
}

.serviceInfo-container {
  padding: 0 22px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo-container {
    padding: 0;
  }
}



#serviceInfo_aisatsujo {
  padding-top: 140px;
  margin-top: -90px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_aisatsujo {
    padding-top: 110px;
    margin-top: -90px;
  }
}

#serviceInfo_aisatsujo .sectionInner {
  background-color: #ffffff;
  padding: 80px 78px 100px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_aisatsujo .sectionInner {
    padding: 40px 22px 35px;
    margin: 0 15px 20px;
  }
}

.serviceInfo_aisatsujo-type {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-type {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}

.serviceInfo_aisatsujo-type img {
  width: 100%;
}

.serviceInfo_aisatsujo-type &gt; div {
  width: calc(100% / 2 - 1px);
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-type &gt; div {
    width: 100%;
    margin-bottom: 1px;
  }
}

.serviceInfo_aisatsujo-type .product-title {
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 15px;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-type .product-title {
    top:  20px;
    left: 20px;
  }
}

.serviceInfo_aisatsujo-type .product-detail {
  position: absolute;
  left: 40px;
  bottom: 46px;
  font-size: 13px;
  line-height: 2em;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-type .product-detail {
    left: 20px;
    bottom: 24px;
    font-size: 12px;
    line-height: 1.8em;
    margin-right: 5px
  }
}

.serviceInfo_aisatsujo-caption {
  font-size: 16px;
  color: #666669;
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-caption {
    /* font-size: 14px; */
    font-size: 15px;
    margin-top: 30px;
  }
}

.serviceInfo_aisatsujo-caption small {
  font-size: 13px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-caption small {
    /* font-size: 12px; */
    font-size: 13px;
  }
}

.serviceInfo_aisatsujo-example {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-example {
    flex-direction: column;
    max-width: 500px;
    margin: 40px auto 0;
  }
}

.serviceInfo_aisatsujo-example_box {
  width: calc(100% / 2 - 30px);
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-example_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-example_box:last-child {
    margin-bottom: 0;
  }
}

.serviceInfo_aisatsujo-example_title {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_aisatsujo-example_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.serviceInfo_aisatsujo-example_box img {
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_aisatsujo .centerBtn {
      margin-top: 25px;
  }
}



#serviceInfo_noshi {
  padding-top: 140px;
  margin-top: -80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_noshi {
    padding-top: 110px;
    margin-top: -90px;
  }
}

#serviceInfo_noshi .sectionInner {
  background-color: #ffffff;
  padding: 80px 78px 100px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_noshi .sectionInner {
    padding: 40px 22px;
    margin: 0 15px 20px;
  }
}

#serviceInfo_noshi .sectionIntro {
    margin-bottom: 80px;
}

.serviceInfo_noshi-about {
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-about {
    flex-direction: column;
  }
}

.serviceInfo_noshi-about img {
  width: 334px;
  margin-right: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-about img {
    max-width: 400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}

.serviceInfo_noshi-about_caption {
  padding-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-about_caption {
    padding-top: 24px;
  }
}

.serviceInfo_noshi-title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.serviceInfo_noshi-about_caption-txt {
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-about_caption-txt {
    /*font-size: 14px; */
    font-size: 15px;
  }
}

.serviceInfo_noshi-mizuhiki {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-mizuhiki {
    margin-top: 25px;
  }
}

.serviceInfo_noshi-omotegaki {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-omotegaki {
    margin-top: 25px;
  }
}

.serviceInfo_noshi-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-container {
    flex-direction: column;
  }
}

.serviceInfo_noshi-container &gt; div {
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-container &gt; div {
    width: 100%;
  }
}

.serviceInfo_noshi-mizuhiki figure {
  width: calc(100% / 2 - 50px);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-mizuhiki figure {
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-mizuhiki figure:nth-child(2) {
    margin-top: 20px;;
  }
}

.serviceInfo_noshi-mizuhiki figure img {
  width: 100%;

}
.serviceInfo_noshi-mizuhiki figcaption {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-mizuhiki figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
}

.serviceInfo_noshi-omotegaki .serviceInfo_noshi-container img {
  width: 45%;
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-omotegaki .serviceInfo_noshi-container img {
    width: 100%;
  }
}

.serviceInfo_noshi-omotegaki .serviceInfo_noshi-container p {
  padding-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-omotegaki .serviceInfo_noshi-container p {
    /* font-size: 14px; */
    font-size: 15px;
  }
}

.serviceInfo_noshi-omotegaki .serviceInfo_noshi-container ul {
  list-style: "・";
  padding-left: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_noshi-omotegaki .serviceInfo_noshi-container ul {
    /* font-size: 14px; */
    font-size: 15px;
  }
}



#serviceInfo_wrapping {
  padding-top: 140px;
  margin-top: -80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_wrapping {
    padding-top: 110px;
    margin-top: -90px;
  }
}

#serviceInfo_wrapping .sectionInner {
  background-color: #ffffff;
  padding: 80px 78px 98px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_wrapping .sectionInner {
    padding: 40px 22px 35px;
    margin: 0 15px 20px;
  }
}

#serviceInfo_wrapping .sectionIntro {
  margin-bottom: 80px;
}

.serviceInfo_wrapping-container {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_wrapping-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}

.serviceInfo_wrapping-box {
  margin-right: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_wrapping-box {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_wrapping-box:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}

.serviceInfo_wrapping-box:last-child {
  margin-right: 0;
}
.serviceInfo_wrapping-box img {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_wrapping-box img {
    order: 1;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_wrapping-box:first-child img {
    width: 50%;
    margin: 0 auto;
  }
}

.serviceInfo_wrapping-box .product-title {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_wrapping-box .product-title {
    order: 2;
    font-size: 13px;
    margin-bottom: 0;
  }
}

.serviceInfo_wrapping-txt {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .serviceInfo_wrapping-txt {
    /* font-size: 14px; */
    font-size: 15px;
    margin-top: 25px;
  }
}



#serviceInfo_option {
  background-color: #ffffff;
  border: 2px solid #8e832b;
  padding: 80px 78px 98px;
  margin-top: 60px;
  margin-bottom: 140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_option {
    padding: 40px 22px 35px;
    margin: 20px 15px 40px;
  }
}

#serviceInfo_option .sectionIntro {
  margin-bottom: 80px;
}

#serviceInfo_option .serviceInfo-sub span {
  letter-spacing: -0.1em
}

.svInfo_optionItems {
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionItems {
    flex-direction: column;
  }
}

.svInfo_optionBox {
  width: calc(100% / 2 - 1px);
  height: 380px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionBox {
    width: 100%;
    height: auto;
  }
}

.svInfo_optionBox .product-title {
  padding: 10px 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionBox .product-title {
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
  }
}

.svInfo_optionImg {
  height: 60%;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionImg img {
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionBox  p {
    /* font-size: 14px; */
    font-size: 15px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionBox  .svInfo_optionBox_caption {
    margin-top: 20px;
  }
}

.svInfo_optionBox-border-pcOnly {
  height: 380px;
  border-left: 1px solid #8e8326;
  margin-left: 60px;
  margin-right: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionBox-border-pcOnly {
    display: none;
  }
}

.svInfo_optionBox-border-spOnly {
    display: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionBox-border-spOnly {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #8e8326;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.svInfo_optionImg-bag img {
  float: left;
  box-sizing: border-box;
  width: 38%;
  padding-right: 15px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionImg-bag img {
    width: 40%;
    padding-right: 10px;
  }
}

.svInfo_optionImg-bag p {
  float: left;
  width: 60%;
  padding-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_optionImg-bag p {
    width: 60%;
    padding-top: 5%;
  }
}



#serviceInfo_address {
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_address {
    padding-top: 110px;
    margin-top: -110px;
  }
}

#serviceInfo_address &gt; div {
  background-color: #ffffff;
}

#serviceInfo_address .sectionInner {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_address .sectionInner {
    padding: 40px 15px;
  }
}

#serviceInfo_address .sectionIntro {
  margin-bottom: 54px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_address .sectionIntro {
    padding: 0 22px;
    margin-bottom: 15px;
  }
}

#serviceInfo_address .sectionHeading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_address .sectionHeading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

#serviceInfo_address .sectionHeadin-border {
  display: inline-block;
  width: 360px;
  border-bottom: 2px solid #744f67;
  padding-bottom: 15px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_address .sectionHeadin-border {
    width: 100%;
    padding-bottom: 10px;
  }
}

#serviceInfo_address .sectionHeading-eng {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_address .sectionHeading-eng {
    margin-top: 15px;
  }
}

#serviceInfo_address .sectionIntro p {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_address .sectionIntro p {
    /* font-size: 14px; */
    font-size: 15px;
    text-align: left;
  }
}

.svInfo_address-ways {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-ways {
    flex-direction: column;
  }
}

.svInfo_address-waysBox {
  box-sizing: border-box;
  width: calc((540 / 1180) * 100%);
  height: 450px;
  background-color: #f5f5f3;
  text-align: center;
  padding: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-waysBox {
    width: 100%;
    height: auto;
    padding: 30px 22px 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-waysBox &gt; div {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-waysBox:nth-child(2) {
    margin-top: 20px;
  }
}

.svInfo_address-waysBox .product-title {
  font-size: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-waysBox .product-title {
    font-size: 18px;
    line-height: 18px;
  }
}

.svInfo_address-waysBox img {
  width: 90px;
  margin: 24px auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-waysBox img {
    margin: 20px auto;
  }
}

.svInfo_address-waysBox .product-txt {
  font-size: 16px;
  height: 8em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-waysBox .product-txt {
    /* font-size: 14px; */
    font-size: 15px;
    text-align: left;
    height: auto;
  }
}

.svInfo_address-waysBox .product-txt small {
  font-size: 13px;
}

.btn-ways {
  box-sizing: border-box;
  width: 245px;
  height: 50px;
  line-height: 50px;
  position: relative;
  transition-duration: .2s;
}

.btn-ways::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
  transition-duration: .2s;
}

.svInfo_address-waysBox .btn-excel {
  background-color: #fff;
  border: 2px solid #60a66c;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-waysBox .btn-excel {
    margin-top: 30px;
  }
}

.svInfo_address-waysBox .btn-excel::after {
  border-top: 1px solid #60a66c;
  border-right: 1px solid #60a66c;
}

.svInfo_address-waysBox .btn-excel:hover {
  background-color: #60a66c;
  color: #fff;
  transition-duration: .2s;
}

.svInfo_address-waysBox .btn-excel:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.svInfo_address-waysBox .btn-fax {
  background-color: #fff;
  border: 2px solid #88a0a8;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .svInfo_address-waysBox .btn-fax {
    margin-top: 30px;
  }
}

.svInfo_address-waysBox .btn-fax::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #88a0a8;
  border-right: 1px solid #88a0a8;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
  transition-duration: .2s;
}

.svInfo_address-waysBox .btn-fax:hover {
  background-color: #88a0a8;
  color: #fff;
  transition-duration: .4s;
}

.svInfo_address-waysBox .btn-fax:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition-duration: .2s;
}



#serviceInfo_contact {
  background-color: #744f67;
  padding: 60px 78px;
  margin-top: -100px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_contact {
    padding: 60px 15px;
    margin-top: 0;;
  }
}

#serviceInfo_contact .contact-giftAdviser p {
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #serviceInfo_contact .contact-giftAdviser_ttl {
    font-size: 16px;
    text-align: center;
    white-space: normal;
  }
}

.contact-giftAdviser {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .contact-giftAdviser {
    flex-direction: column;
  }
}

.contact-giftAdviser_message {
  box-sizing: border-box;
  width: calc((400 / 1024) * 100%);
  padding: 10px 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .contact-giftAdviser_message {
    width: 100%;
    padding: 0;
  }
}

.contact-giftAdviser_logo img {
  display: block;
  height: 60px;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .contact-giftAdviser_logo img {
    width: 170px;
    height: auto;
  }
}

.contact-giftAdviser_ttl {
  /* font-size: 20px; */
  font-size:  19px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin: 20px 0 0;
  white-space: normal;
}

.contact-giftAdviser_border {
  width: calc((80 / 1024) * 100%);
}

.contact-giftAdviser_border img {
  width: 100%;
}

.contact-giftAdviser_info {
  box-sizing: border-box;
  width: calc((500 / 1024) * 100%);
  padding: 15px 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .contact-giftAdviser_info {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 26px;
  }
}

.contact-giftAdviser_dial {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .contact-giftAdviser_dial {
    height: auto;
    max-width: 375px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.contact-giftAdviser .giftAdviser_txt {
  margin-left: -8px;
  margin-top: 10px;
  white-space: normal;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .contact-giftAdviser .giftAdviser_txt {
    margin-top: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .contact-giftAdviser .giftAdviser_txt .giftAdviser_txt-small {
    margin-left: 0.5em;
  }
}

.contact-giftAdviser-btn {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .contact-giftAdviser-btn {
    margin-top: 20px;
  }
}

.btn-contact-w {
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 18px;
  color: #4f2841;
  padding: 0px 100px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .btn-contact-w {
    width: 270px;
    font-size: 16px;
    padding: 0;
  }
}

.btn-contact-w::before {
  width: 30px;
  height: 20px;
  left: 26px;
  top: 12px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .btn-contact-w::before {
    width: 22px;
    height: 16px;
    left: 20px;
    top: 14px;
  }
}

.btn-contact-w::after {
  width: 7px;
  height: 7px;
  right: 26px;
  top: 18px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .btn-contact-w::after {
    right: 20px;
  }
}

.contact-giftAdviser-btn .btn-contact:hover::before {
  opacity: 1;
  transition-duration: .2s;
}



.sectionHeading-wide {
  font-size: 28px;
  line-height: 28px;
  border-bottom: 2px solid #744f67;
  padding-bottom: 26px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .sectionHeading-wide {
    font-size: 20px;
    padding-bottom: 20px !important;
    margin-bottom: 25px !important;
  }
}

.sectionHeading-wide .sectionHeading-eng {
  position: absolute;
  right: 0;
  bottom: 26px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .sectionHeading-wide .sectionHeading-eng {
    position: initial;
    display: block;
    margin-top: 15px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #information {
    margin: 15px;
  }
}

#information p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #information p {
    font-size: 15px;
    text-align: left;
  }
}

#information_shippingFlow {
  background-color: #ffffff;
  margin-top: 130px;
}

#information_shippingFlow.sectionInner {
  padding: 60px 100px 90px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #information_shippingFlow.sectionInner {
    padding: 30px 22px 40px;
    margin-top: 40px;
  }
}

#information_shippingFlow .sectionHeading {
  margin-bottom: 40px;
}

.info_sF_flowImg {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .info_sF_flowImg {
    max-width: 400px;
    margin: 30px auto 0;
  }
}



#information_messageFlow {
  background-color: #ffffff;
  margin-top: 60px;
}

#information_messageFlow.sectionInner {
  padding: 60px 100px 100px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #information_messageFlow.sectionInner {
    padding: 30px 22px 40px;
    margin-top: 20px;
  }
}

#information_messageFlow .sectionHeading {
  margin-bottom: 68px;
}



#manners {
  background-color: #ededeb;
  margin-top: 130px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #manners {
    margin-top: 40px;
  }
}

#manners .sectionInner {
  padding: 130px 100px 110px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #manners .sectionInner {
    padding: 40px 15px;
  }
}

#manners .sectionHeading {
  font-size: 28px;
  border-bottom: 2px solid #744f67;
  padding-bottom: 26px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #manners .sectionHeading {
    font-size: 20px;
    padding-left: 22px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #manners .qAndA,
  #faq .qAndA {
    padding: 0 22px;
  }
}

.qAndA_q,
.qAndA_a {
  padding-left: 34px;
}

.qAndA_q {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.qAndA_q::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "Q";
  width: 26px;
  height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #6f345a;
  font-size: 26px;
  line-height: 26px;
}

.qAndA_a {
  font-size: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcd9;
  margin-bottom: 40px;
}

.qAndA_a:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#manners .centerBtn {
  margin-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #manners .centerBtn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #manners .btn-detail_next {
    width: 290px;
  }
}



#faq {
  background-color: #ffffff;
}

#faq .sectionInner {
  padding: 110px 100px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #faq .sectionInner {
    padding: 40px 15px;
  }
}

#faq .sectionHeading {
  font-size: 28px;
  border-bottom: 2px solid #744f67;
  padding-bottom: 26px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #faq .sectionHeading {
    font-size: 20px;
    padding-left: 22px;
  }
}

#faq .centerBtn {
  margin-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #faq .centerBtn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #faq .btn-detail_next {
    width: 290px;
  }
}



#contact {
  padding: 60px 78px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  #contact  {
    padding: 60px 15px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  #contact .contact-giftAdviser_ttl {
    font-size: 16px;
    text-align: center;
    white-space: normal;
  }
}



/* HEADER start */
.l-wrapper .l-header-wrapper {
  height: 250px;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-wrapper .l-header-wrapper {
        height: 0;
    }
}

.l-wrapper.is-fixed {
    position: fixed;
}

.page-product-list .l-header-wrapper,
.page-product-detail .l-header-wrapper {
    height: 210px;
}

@media screen and (min-width:1px) and (max-width:1023px) {

    .page-product-list .l-header-wrapper,
    .page-product-detail .l-header-wrapper {
        height: 125px;
    }
}

.l-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    color: #40403c;
}

.l-header * {
    color: #40403c;
    text-align: left;
    line-height: 1.625;
    font-feature-settings: normal;
    font-family: Yu Gothic Medium, "游ゴシック Medium", YuGothic, "游ゴシック体", Hiragino Kaku Gothic ProN, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .08em;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header * {
        font-family: Hiragino Kaku Gothic ProN, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    }
}

.l-header a {
    color: inherit;
    text-decoration: none;
}

.l-header ul,
.l-header ol {
    list-style: none;
}

.l-header div,
.l-header dl,
.l-header dt,
.l-header dd,
.l-header ul,
.l-header ol,
.l-header li,
.l-header h1,
.l-header h2,
.l-header h3,
.l-header h4,
.l-header h5,
.l-header h6,
.l-header pre,
.l-header form,
.l-header label,
.l-header fieldset,
.l-header input,
.l-header p,
.l-header blockquote,
.l-header th,
.l-header td {
    margin: 0;
    padding: 0;
}

.l-header .header-global {
    height: 40px;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-global {
        height: 45px;
    }
}

.l-header .header-global a {
    background-color: rgba(242, 242, 239, .77);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 15px !important;
    line-height: 1;
    padding: 0 45px !important;
    height: 100%;
    width: 100%;
    transition-duration: .4s;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-global a {
        padding: 0 38px !important;
    }
}

.l-header .header-global a:before {
    content: "";
    background-image: url(/AOS/user_data/AOS/packages/default/images/wd/common/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 6px;
    height: 7px;
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.l-header .header-global a:hover {
    background-color: #ded6bb;
}

.l-header .header-global img {
    width: 170px;
    height: auto;
}

.l-header .header-content {
    position: relative;
}

@keyframes peekaboo {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.l-header .header-logo {
  position: absolute;
  width: 180px;
  /* height: 78px; */
  height: 69px;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-logo {
        top: 73px;
        width: 148px;
        height: 64px;
    }
}

.l-header .header-logo&gt;div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 1s;
}

.l-header .header-logo&gt;div a {
    display: block;
}

.l-header .header-logo .header-logo-a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.l-header .header-logo .header-logo-a img {
    width: 180px;
    vertical-align: baseline;
}

@media screen and (min-width:1px) and (max-width:1023px) {
  .l-header .header-logo .header-logo-a img {
    width: 148px;
  }
}

.l-header .header-logo .header-logo-b {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.l-header .header-logo .header-logo-b img {
  width: 136px;
  vertical-align: baseline;

}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-logo .header-logo-b img {
        width: 109px;
    }
}

.l-header .header-navi {
    position: relative;
    padding-top: 100px !important;
    height: 0;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi {
        padding-top: 66px !important;
    }
}

.l-header .header-navi-icon {
    width: 120px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition-duration: .4s;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi-icon {
        width: 62px;
        height: 66px;
    }
}

.l-header .header-navi-icon:hover {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.l-header .header-navi-icon:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #40403c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.l-header .header-navi-icon i {
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 42px;
    left: 50px;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi-icon i {
        left: 21px;
        top: 25px;
    }
}

.l-header .header-navi-icon i:after,
.l-header .header-navi-icon i:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #40403c;
    left: 0;
    transform-origin: center;
}

.l-header .header-navi-icon i:before {
    top: 0;
}

.l-header .header-navi-icon i:after {
    bottom: 0;
}

.l-header .header-navi-content {
    display: -ms-flexbox;
    display: flex;
    background-color: #ebe9e5;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    transition-duration: .4s;
    background-color: #e5e2de;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi-content {
        overflow-y: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        top: 66px;
        left: -100%;
        width: 100%;
    }
}

.l-header .header-navi-content-section {
    position: relative;
    padding: 40px 50px 50px !important;
    float: left;
    background-color: #ebe9e5;
}

.l-header .header-navi-content-section:after {
    position: absolute;
    top: 40px;
    left: 0;
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #dad8d4;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi-content-section {
        display: block;
        padding: 28px 25px !important;
        border-bottom: 1px solid #dad8d4;
    }

    .l-header .header-navi-content-section:after {
        display: none;
    }
}

.l-header .header-navi-content-section:first-child:after,
.l-header .header-navi-content-section:last-child:after {
    display: none;
}

.l-header .header-navi-content-section.bg {
    /* width: 100%; */
    background-color: #e5e2de;
    border-left: 0;
}

.l-header .header-navi-content-section-heading {
    display: block;
    /* white-space: nowrap; */
    white-space: normal;
    min-width: 0;
    font-weight: 600;
    font-size: 15px;
    margin-top: 8px !important;
    margin-bottom: 16px !important;
    width: 100%;
}
@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi-content-section-heading {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }
}

.l-header .header-navi-content-section-heading a:hover {
  text-decoration: underline;
}

.l-header .header-navi-content-section-links:not(:first-child) {
    /*20230712 float: left; */
    /* width: 50%; */
    float: none;
}

.l-header .header-navi-content-section-links + .header-navi-content-section-heading {
  margin-top: 20px !important;
} 

.l-header .header-navi-content-section-links li {
    line-height: 1;
    margin-bottom: 5px;
}


@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi-content-section-links:not(:first-child) {
        float: none;
        width: 100%;
    }
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi-content-section-links {
        padding-left: 10px !important;
    }
}

.l-header .header-navi-content-section-links li a {
    display: block;
    min-width: 0;
    /* white-space: nowrap; */
    white-space: normal;
    color: #40403c;
    font-size: 13px;
    transition-duration: .4s;
}

.l-header .header-navi-content-section-links li a:hover {
  text-decoration: underline;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-navi-content-section-links li a {
        float: none;
    }
}

.l-header .header-link {
    position: absolute;
    top: 40px;
    right: 53px;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header .header-link {
        top: 23px;
        right: 20px;
    }
}

.l-header .header-link li {
    display: inline-block;
    margin-right: 30px !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-header .header-link li {
    margin-right: 4px !important;
  }
}

.l-header .header-link li:last-child {
    margin-right: 0 !important;
}

.l-header .header-link li.mypage img {
    width: 20px;
}

.l-header .header-link li.cart img {
    width: 24px;
}

.l-header .header-link li a {
    transition-duration: .4s;
}

.l-header .header-link li a:hover {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.l-header.is-min .header-logo {
  top: 27px;
  width: 136px;
  /* height: 62px; */
  height: 52px;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-header.is-min .header-logo {
        top: 13px;
        width: 109px;
        height: 47px;
    }
}

.l-header.is-min .header-logo-a {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.l-header.is-min .header-logo-b {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.header-navi.is-open .header-navi-icon {
    background-color: #ebe9e5;
}

.header-navi.is-open .header-navi-icon:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header-navi.is-open .header-navi-icon i:before {
    transform: rotate(45deg);
    top: 7px;
}

.header-navi.is-open .header-navi-icon i:after {
    transform: rotate(-45deg);
    bottom: 7px;
}

.header-navi.is-open .header-navi-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: all;
    justify-content: flex-start;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .header-navi.is-open .header-navi-content {
        left: 0;
    }
}


/* seaerch */
.l-header .header-link li img {
    vertical-align: baseline;
}
.l-header .header-link li.search img {
    width: 21px;
}
.s-searchBlock {
  display: none;
  position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-header-wrapper .s-searchBlock {

  }
}
.l-header-wrapper .s-searchBlock__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  background: #fff;
  padding: 40px 0 30px;
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  .l-header-wrapper .s-searchBlock__wrapper {
  padding: 20px 0 10px;
  }
}
.s-searchBlock__logo {
  width: 180px;
  margin: 0 auto;
  transition-duration: .2s;
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  .s-searchBlock__logo {
  width: 110px;
  }
}
.s-searchBlock__logo a:hover {
  opacity: 0.7;
  transition-duration: .2s;
}
.s-searchBlock__bodyWrapper {
  margin-top: 30px;
  padding: 30px 50px 0;
  border-top: 1px solid #f5f5f3;
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  .s-searchBlock__bodyWrapper {
  padding: 10px 10px 0 10px;
  margin-top: 20px;
  }
}
.l-header-wrapper .s-searchBlock__body {
  width: 25%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .l-header-wrapper .s-searchBlock__body {
  width: 50%;
  height: 50px;
  }
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  .l-header-wrapper .s-searchBlock__body {
  width: 100%;
  height: 40px;
  }
}
.s-searchBlock__body form {
  display: inline-block;
  float: left;
  position: relative;
  width: calc((100% - 10px ) - 50px);
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .s-searchBlock__body form {
  width: calc((100% - 8px ) - 25px);
  margin-right: 8px;
  }
}
.s-searchBlock__body input[type=text] {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  .s-searchBlock__body input[type=text] {
  height: 40px;
  }
}
.l-header-wrapper .search-btn {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: transparent url(/AOS/user_data/AOS/packages/default/images/CI/common/icon-search.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-header-wrapper .search-btn {
  right: 10px;
  }
}
.search-btn input[type=submit] {
  display: none;
}
.s-searchCloseBtn {
  background: transparent;
  padding: 0;
  border: none;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: opacity;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .s-searchCloseBtn {
  width: 25px;
  height: 25px;
  }
}
.s-searchCloseBtn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #000;
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  .s-searchCloseBtn span {
  width: 25px;
  height: 1px;
  }
}
.s-searchCloseBtn span:first-child {
  transform: rotate(45deg);
}
.s-searchCloseBtn span:last-child {
  transform: rotate(-45deg);
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
.black-bg.active {
  opacity: .4;
  visibility: visible;
}
/* HEADER end */



/* FOOTER start */
.l-footer {
    background-color: #744f67;
    color: #fff;
    padding: 80px 190px;
}
@media screen and (min-width:1px) and (max-width:1023px) {
  .l-footer {
    padding: 50px 0;
  }
}

.l-footer a {
    color: #fff;
    text-decoration: none;
}

.l-footer ul,
.l-footer ol {
    list-style: none;
}

.l-footer div,
.l-footer dl,
.l-footer dt,
.l-footer dd,
.l-footer ul,
.l-footer ol,
.l-footer li,
.l-footer h1,
.l-footer h2,
.l-footer h3,
.l-footer h4,
.l-footer h5,
.l-footer h6,
.l-footer pre,
.l-footer form,
.l-footer label,
.l-footer fieldset,
.l-footer input,
.l-footer p,
.l-footer blockquote,
.l-footer th,
.l-footer td {
    margin: 0;
    padding: 0;
}

.l-footer * {
    color: #fff;
    text-align: left;
    line-height: 1.625;
    font-feature-settings: normal;
    font-family: Yu Gothic Medium, "游ゴシック Medium", YuGothic, "游ゴシック体", Hiragino Kaku Gothic ProN, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .08em;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer * {
        font-family: Hiragino Kaku Gothic ProN, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    }
}

.l-footer .footer-logo {
    text-align: center;
    margin-bottom: 14px !important;
}

.l-footer .footer-logo img {
    width: 120px;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer .footer-logo img {
        width: 136px;
    }
}

.l-footer .footer-sns {
    text-align: center;
    margin-bottom: 60px !important;
}
@media screen and (min-width:1px) and (max-width:1023px) {
  .l-footer .footer-sns {
    margin-bottom: 40px !important;
  }
}

.l-footer .footer-sns li {
    display: inline-block;
    margin-right: 15px !important;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer .footer-sns li {
        margin-right: 20px !important;
    }
}

.l-footer .footer-sns li:last-child {
    margin-right: 0 !important;
}

.l-footer .footer-sns li img {
    height: 18px;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer .footer-sns li img {
        height: 21px;
    }
}

.l-footer .footer-sns li a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.l-footer .footer-navi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 140px !important;
    border-bottom: 0;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer .footer-navi {
        display: block;
        margin-bottom: 40px !important;
    }
}

@media screen and (min-width:1px) and (max-width:1023px) {
  .l-footer .footer-navi-section {
    border-top: 1px solid #fff;
    padding: 0 15px !important;
  }
}

.l-footer .footer-navi-section-heading {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px !important;
}

.l-footer .footer-navi-section-heading .toggle-icon {
    display: none;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer .footer-navi-section-heading {
        padding: 18px 0 !important;
        margin-bottom: 0 !important;
        position: relative;
        cursor: pointer;
    }

    .l-footer .footer-navi-section-heading .toggle-icon {
        display: block;
        position: absolute;
        height: 15px;
        width: 15px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
}

@media screen and (min-width:1px) and (max-width:1023px) and (min-width:1px) and (max-width:1023px) {

    .l-footer .footer-navi-section-heading .toggle-icon:after,
    .l-footer .footer-navi-section-heading .toggle-icon:before {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transform-origin: center;
    }

    .l-footer .footer-navi-section-heading .toggle-icon:after {
        transform: rotate(90deg) translate(-50%, -50%);
        left: 0;
        top: 15px;
        transition-duration: .4s;
    }
}

.l-footer .footer-navi-section-heading.is-open .toggle-icon:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.l-footer .footer-banner {
    border: 1px solid #fff;
    width: 240px;
    height: 80px;
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer .footer-banner {
        margin: 0 auto;
    }
}

.l-footer .footer-banner a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition-duration: .4s;
}

.l-footer .footer-banner img {
    width: 119px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .4s;
}

.l-footer .footer-banner img._hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.l-footer .footer-banner a:hover {
    background-color: #fff;
}

.l-footer .footer-banner a:hover img._hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.l-footer .footer-navi-section-links {
    font-size: 12px;
}

@media screen and (min-width:1024px) {
    .l-footer .footer-navi-section-links {
        display: block !important;
    }
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer .footer-navi-section-links {
        padding-bottom: 24px !important;
    }
}

.l-footer .footer-navi-section-links li {
    margin-bottom: 6px !important
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .l-footer .footer-navi-section-links li {
        margin-bottom: 10px !important;
    }
}

.l-footer .footer-navi-section-links li:last-child {
    margin-bottom: 0;
}

.l-footer .footer-navi-section-links li a {
    transition-duration: .4s;
}

.l-footer .footer-navi-section-links li a:hover {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.l-footer .footer-copyright {
    font-family: Roboto Slab, serif;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    letter-spacing: .08em;
}

.l-footer .footer-mark {
    text-align: center;
    margin-bottom: 30px;
}

.l-footer .footer-mark&gt;li {
    display: inline-block;
    margin-right: 20px;
}

.l-footer .footer-mark&gt;li:last-child {
    margin-right: 0;
}
/* FOOTER end */



.sticker {
  width: 340px;
  height: 80px;

    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    pointer-events: auto;
    transition-duration: .4s;
    padding: 0 !important;
    font-family: Yu Gothic Medium, "游ゴシック Medium", YuGothic, "游ゴシック体", Hiragino Kaku Gothic ProN, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .08em
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .sticker {
        font-family: Hiragino Kaku Gothic ProN, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif
    }
}

@media screen and (min-width:1px) and (max-width:1023px) {
    .sticker {
        height: 90px;
        width: calc(100% - 40px);
        right: 50%;
        transform: translateX(50%)
    }
}

.sticker.is-hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none
}

.sticker a {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #7d731d, #aba042);
  color: #fff;
  transition-duration: .4s;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
}

.sticker a:hover {
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}

.sticker-close {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -12px;
  box-shadow: 0 0 15px rgba(64, 64, 60, .12);
  cursor: pointer;
  z-index: 2
}

@media screen and (min-width:1px) and (max-width:1023px) {
  .sticker-close {
      width: 30px;
      height: 30px;
      right: -15px;
      top: -15px
  }
}

.sticker-close:after,
.sticker-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #9b9038;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg)
}

.sticker-close:after {
  width: 15px;
  height: 1px
}

@media screen and (min-width:1px) and (max-width:1023px) {
  .sticker-close:after {
      width: 12px
  }
}

.sticker-close:before {
  width: 1px;
  height: 15px
}

@media screen and (min-width:1px) and (max-width:1023px) {
  .sticker-close:before {
      height: 12px
  }
}

.sticker-text {
  font-weight: 700;
}

.sticker-text-main {
  font-size: 15px;
}

.sticker-text-sub {
  font-size: 11px;
}

.sticker-text:first-child {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 4px;
}

.stickerImage-aj {
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 55px;
  top: -20px;
  left: -10px;
}

.stickerImage-ns {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 43px;
  bottom: -10px;
  right: 5px;
}


/* 20230704 NaviPlus HISTORY -----*/
.topHistory .history {
  padding: 100px 0 120px;
  background-color: #fff;
}
.topHistory .history h3 {
  font-size: 36px;
  line-height: 36px;
  color: #40403c;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 50px;
}
.topHistory .history h3::after {
  content: "Checked Item";
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  line-height: 13px;
  color: #6f345a;
  margin-top: 20px;
}
.topHistory .history ul {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topHistory .history li {
  width: 200px;
  padding-bottom: 40px;
  margin-right: 45px;
  position: relative;
}
.topHistory .history li:last-child {
  margin-right: 0;
}
.topHistory .history a {
  height: 100%;
}
.topHistory .history li:hover a::before {
  background-color: #744f67;
  color: #fff;
  transition-duration: .2s;
}
.topHistory .history li:hover a::after { 
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition-duration: .2s;
}
.topHistory .history a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "詳細はこちら";
  display: block;
  box-sizing: border-box;
  border: 2px solid #744f67;
  border-radius: 2em;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #4f2841;
  transition-duration: .2s;
} 
.topHistory .history a::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #744f67;
  border-right: 1px solid #744f67;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 15px;
  right: 27px;
  transform: rotate(45deg);
  transition-duration: .2s;
}
.topHistory .history .product_name {
  font-size: 16px;
  font-weight: 700;
  color: rgba(64, 64, 60, .85);
  letter-spacing: .08em;
  transition-duration: .4s;
  margin-top: 24px;
}
.topHistory .history .price {
  font-size: 15px;
  color: rgba(64, 64, 60, .85);
  letter-spacing: .08em;
  transition-duration: .4s;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .topHistory .history {
  padding: 50px 15px;  
  }
  .topHistory .history h3 {
  font-size: 25px;
  line-height: 25px;  
  margin-bottom: 30px;
  }
  .topHistory .history h3::after {
  margin-top: 15px;
  }
  .topHistory .history .history__items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -25px;
  }
  .topHistory .history .history__item {
  width: calc((100% - 20px ) / 3);
  margin-top: 25px;
  margin-right: 10px;
  }
  .topHistory .history .history__item:nth-child(3n) {
  margin-right: 0;  
  }
  .topHistory .history a::before {
  width: 100%;   
  max-width: 200px;
  font-size: 12px;
  }
  .topHistory .history a::after {
  display: none;  
  }
  .topHistory .history .product_name {
  font-size: 14px;  
  }
  .topHistory .history .price {
  font-size: 14px;
  margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .topHistory .history .ph img {
  width: 200px;
  height: 200px;
  }
}
/*----- 20230704 NaviPlus HISTORY */</pre></body></html>