@charset "UTF-8";
/*=================================

	共通css

=================================*/
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#matuyagift .anchor {
  display: block;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  #matuyagift .sp {
    display: none;
  }
  #matuyagift .tb {
    display: none;
  }
  #matuyagift .pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #matuyagift .pc {
    display: none;
  }
  #matuyagift .tb {
    display: none;
  }
  #matuyagift .sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #matuyagift .tb {
    display: block;
  }
}
#matuyagift {
  margin: 0;
}
#matuyagift .MV {
  margin-bottom: 25px;
}
#matuyagift .registration {
  margin-bottom: 10px;
  text-align: center;
}
#matuyagift .registration a {
  display: block;
  padding: 14px 12px;
  color: #fff;
  background: #91610c;
  letter-spacing: 1.8px;
  font-size: 18px;
}
#matuyagift .registration a:hover {
  background: #654308;
}
#matuyagift .registration a span {
  text-decoration: underline;
  letter-spacing: 1.8px;
  font-size: 18px;
}
#matuyagift .registration_black {
  margin-bottom: 10px;
  text-align: center;
}
#matuyagift .registration_black a {
  display: block;
  padding: 14px 12px;
  color: #fff;
  background: #2f2f2f;
  letter-spacing: 1.8px;
  font-size: 18px;
}
#matuyagift .registration_black a:hover {
  background: #111;
}
#matuyagift .registration_black a span {
  text-decoration: underline;
  letter-spacing: 1.8px;
  font-size: 18px;
}
/*GW配送について追記250401*/
#matuyagift .table_box_pc {
  margin: 20px 0px;
}
#matuyagift .table_wrap_pc {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-feature-settings: "palt";
}
#matuyagift .table_wrap_pc th, .table_wrap_pc td {
  border: 1px solid #ddd;
  /*! padding: 6px; */
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#matuyagift .table_wrap_pc td {
  background-color: #fff;
}
#matuyagift .table_wrap_pc th:first-child {
  width: 13%;
}
#matuyagift .table-heading {
  background-color: #f2f2f2;
  font-weight: bold;
}
#matuyagift .space{
  white-space: nowrap;
}
#matuyagift .topics {
  background: #fbe9e9;
  border-top: 1px solid #f2adad;
  border-bottom: 1px solid #f2adad;
  margin-top: 13px;
  padding: 16px 12px;
}
#matuyagift .topics p {
  color: #b20707;
}
#matuyagift .topics p a {
  color: #b20707;
  text-decoration: underline;
  padding: 2px;
}
#matuyagift .anchor-nav {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-bottom: 80px;
}
#matuyagift .anchor-nav li {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#matuyagift .anchor-nav li a {
  color: #19191a;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-image: url(/d_images/campaign/cataloggift/icon-arrow-bottom01.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  min-height: 25px;
  padding-left: 33px;
}
#matuyagift .anchor-nav li a:hover {
  opacity: .7;
}
#matuyagift .page_anchor-nav02 {
  margin: 0 auto;
}
#matuyagift .anchor-nav02 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 80px;*/
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 700px;
}
#matuyagift .anchor-nav02 li {
  transition: opacity .3s ease-in-out;
  margin-bottom: 15px;
  width: calc(100% / 3);
}
#matuyagift .anchor-nav02 li:nth-child(n+4) {
  margin-bottom: 0;
}
#matuyagift .anchor-nav02 li a {
  color: #19191a;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-image: url(/d_images/campaign/cataloggift/icon-arrow-bottom01.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  padding-left: 33px;
  min-height: 25px;
}
#matuyagift .anchor-nav02 li a:hover {
  opacity: .7;
}
#matuyagift .section .h3 {
  color: #19191a;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#matuyagift .section02 .section__ttl {
  text-align: center;
}
#matuyagift .section02 .section__ttl .h3 {
  color: #19191a;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#matuyagift .section03 .section__ttl {
  text-align: center;
}
#matuyagift .section03 .section__ttl .h3 {
  color: #19191a;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  margin-top: 32px;
}
#matuyagift .category .section__ttl .h4_brown {
  position: relative;
}
#matuyagift .category .section__ttl .h4_brown::after {
  background-color: #b9915e;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - (20px * 2));
  z-index: -1;
}
#matuyagift .category .section__ttl .h4_brown span {
  color: #b9915e;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 0 20px;
  z-index: 1;
}
#matuyagift .category .section__ttl .h4_black {
  position: relative;
}
#matuyagift .category .section__ttl .h4_black::after {
  background-color: #2f2f2f;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - (20px * 2));
  z-index: -1;
}
#matuyagift .category .section__ttl .h4_black span {
  color: #2f2f2f;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 0 20px;
  z-index: 1;
}
#matuyagift .section03 .content__body {
  -webkit-box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
  box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
  padding: 30px 50px 24px 50px;
}
#matuyagift .section03 .content__body h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 10px;
  margin-top: 30px;
}
#matuyagift .section--brand .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin: 0 auto;
  margin-bottom: 6px;
  /*  position: relative;
  width: calc(100% / 3);*/
}
#matuyagift .section--brand .flex .item {
  padding-right: 40px;
  text-align: left;
  vertical-align: top;
  margin-bottom: 6px;
  position: relative;
  width: calc(100% / 3);
}
#matuyagift .section--brand .flex .item a {
  background-image: none;
  position: relative;
  display: block;
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  color: #19191a;
  font-size: 15px;
  letter-spacing: .01em;
  padding-left: 20px;
}
#matuyagift .section--brand .flex .item a::before {
  background-image: url(/d_images/campaign/20201225_valentine/icon-arrow01.png);
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7.5px;
  -ms-transform: translateY(0);
  width: 11px;
}
#matuyagift .section--price .content_price {
  -webkit-box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
  box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
  padding: 30px 40px;
}
#matuyagift .section--price .content_price .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#matuyagift .section--price .content_price .flex li {
  margin-bottom: 6px;
  position: relative;
  width: calc(99.999% / 3);
  text-align: right;
  padding-right: 30px;
}
#matuyagift .section--price .content_price .flex .price a {
  background-image: url(/d_images/campaign/cataloggift/icon-arrow01.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  color: #19191a;
  font-size: 18px;
  letter-spacing: .01em;
  margin-bottom: 2px;
  padding-right: 20px;
}
#matuyagift .section--price .content_price .flex .price a:hover {
  opacity: .7;
}
#matuyagift .section--price:not(:last-child) {
  margin-bottom: 60px;
}
#matuyagift .section--four .section__body .item {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
#matuyagift .section--four .section__body .item--4 {
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, 24.3%);
  gap: 10px 0;
}
#matuyagift .section--four .section__body .item li a {
  position: relative;
}
#matuyagift .section--four .section__body .item--4 li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.1em;
  height: 100px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
#matuyagift .section--four .section__body .item--4 li a:hover {
  opacity: 0.4;
}
#matuyagift .section--four .section__body .item--4 li a .small {
  font-size: 16px;
  padding-top: 5px;
}
#matuyagift .section--four .section__body ul li {
  text-align: center;
  position: relative;
}
#matuyagift .section--four .section__body ul li::after {
  border-style: solid;
  border-width: 0 0 13px 13px;
  bottom: 5px;
  content: "";
  height: 0;
  position: absolute;
  right: 5px;
  width: 0;
}
#matuyagift .section--four .section__body ul .brown {
  background-color: #c7a458;
}
#matuyagift .section--four .section__body ul .brown::after {
  border-color: transparent transparent #9d792c transparent;
}
#matuyagift .section02 .section__body:not(:last-child) {
  margin-bottom: 60px;
}
#matuyagift .section__foot {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#matuyagift .section__foot .read-more {
  color: #19191a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.1em;
  align-items: center;
  background: #fff;
  border: 2px solid #19191a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}
#matuyagift .hanbaikaiInfo {
  margin: 30px 0 40px;
  text-align: center;
}
#matuyagift .hanbaikaiInfo a {
  display: block;
  background: #9a6a0c;
  padding: 24px 0 21px;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 124%;
  margin-bottom: 20px;
}
#matuyagift .category .flex {
  display: grid;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto;
  grid-template-columns: repeat(4, 24.3%);
}
#matuyagift .category .flex::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
#matuyagift .flex .item_1 {
  background-color: #fff;
  position: relative;
}
#matuyagift .flex .item_1:nth-child(n + 5) {
  margin-top: 20px;
}
#matuyagift .flex .item_1 a {
  box-sizing: border-box;
  display: block;
  transition: 0.2s ease-in-out;
}
#matuyagift .flex .item_1 a img {
  width: 100%;
}
#matuyagift #brand .flex .item_1 a img {
  width: 100%;
  box-shadow: rgb(201, 201, 201) 5px 5px 9px -3px;
}
#matuyagift .flex .item_1 p {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.6;
  padding: 0 20px 8px 8px;
}
#matuyagift .flex .item_1 .ttl {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  padding: 2px;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#matuyagift .flex .item_1 .fw_small {
  font-weight: 16px;
}
#matuyagift .flex .item_1 .item_1_sign::after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 5px;
  content: " ";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 5px;
  width: 12px;
}
#matuyagift .flex .bg_pink .ttl {
  background-color: #f97070;
}
#matuyagift .flex .bg_pink .item_1_sign::after {
  background-color: #D84646;
}
#matuyagift .flex .bg_brown .ttl {
  background-color: #c7a458;
}
#matuyagift .flex .bg_brown .item_1_sign::after {
  background-color: #9d792c;
}
#matuyagift .flex .bg_purple .ttl {
  background-color: #A47CB6;
}
#matuyagift .flex .bg_purple .item_1_sign::after {
  background-color: #835298;
}
#matuyagift .flex .item_1 a:hover {
  opacity: 0.8;
}
#matuyagift .category h4 {
  font-size: 28px;
  text-align: center;
  margin: 42px 6px 22px 0;
}
#matuyagift .threeColumn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#matuyagift .threeColumn .Type3 {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#matuyagift .threeColumn .Type3 a:hover {
  opacity: 0.8;
}
#matuyagift .threeColumn:after {
  content: "";
  display: block;
  width: 32%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
#matuyagift .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#matuyagift .content--guide {
  background-color: #f6f6f8;
  margin-bottom: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 90px;
}
#matuyagift .content--guide .guide-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 55px 15px;
}
#matuyagift .content--guide .guide-inner .content__ttl {
  color: #19191a;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
#matuyagift .content--guide .section {
  margin-bottom: 0;
}
#matuyagift .content--guide .row .colomun:first-child {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#matuyagift .content--guide .row .colomun:nth-child(2) {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#matuyagift .content--guide .row .colomun:last-child {
  width: calc((183 / 1000) * 100%);
}
#matuyagift .content--guide .row .colomun .section {
  margin-bottom: 0;
}
#matuyagift .content--guide .row .colomun .section:not(:last-child) {
  margin-bottom: 35px;
}
#matuyagift .content--guide .row .colomun .section h3 {
  border-left: 3px solid #19191a;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 10px;
}
#matuyagift .content--guide .row .colomun .section .register {
  display: inline-block;
}
#matuyagift .content--guide .row .colomun .section p {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}
#matuyagift .content--guide .row .colomun .section dl dt, #matuyagift .content--guide .row .colomun .section dl dd {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}
#matuyagift .content--guide .row .colomun .section ul, #matuyagift .content--guide .row .colomun .section ol {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}
#matuyagift .content--guide .row .colomun .section dl ol {
  font-size: 10px;
  letter-spacing: .01em;
}
#matuyagift .content--guide .row .colomun .section dl ol li {
  line-height: 1.5;
}
#matuyagift .content--guide .row .colomun .section p:not(:last-child), #matuyagift .content--guide .row .colomun .section dl:not(:last-child), #matuyagift .content--guide .row .colomun .section ul:not(:last-child), #matuyagift .content--guide .row .colomun .section ol:not(:last-child) {
  margin-bottom: 15px;
}
#matuyagift .content--guide .row .colomun .section p.mrb0, #matuyagift .content--guide .row .colomun .section dl.mrb0 {
  margin-bottom: 0;
}
#matuyagift .content--guide .row .colomun:first-child .section p:first-of-type {
  margin-bottom: 24px;
}
#matuyagift .content--guide .row .colomun .section .attention li {
  font-size: 12px;
  letter-spacing: .01em;
  padding-left: 1em;
  text-indent: -1em;
}
#matuyagift .content--guide .row .colomun .section .delivery li {
  font-size: 12px;
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#matuyagift .content--guide .row .colomun .section .brackets li {
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#matuyagift .content--guide .row .colomun .section .attention li::before {
  content: "※";
}
#matuyagift .content--guide .row .colomun .section .brackets li::before {
  content: "＞";
  font-size: 11px;
}
#matuyagift .content--guide .row .colomun .section .brackets a {
  border-bottom: 1px solid #19191a;
  color: #19191a;
  font-size: 12px;
  letter-spacing: .01em;
}
#matuyagift .content--guide .row .colomun .section .flow li {
  counter-increment: number;
  font-size: 12px;
  letter-spacing: .01em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#matuyagift .content--guide .row .colomun .section .flow li::before {
  content: counter(number) ")";
  margin-right: 4px;
}
#matuyagift .content--guide .register .submitBtn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .01em;
  margin-bottom: auto;
}
#matuyagift .content--guide .submitBtn, #matuyagift .content--guide input[type="submit"].submitBtn {
  background: #fff;
  color: #19191a;
  width: 250px;
}
#matuyagift .content--guide .submitBtn:hover, #matuyagift .content--guide input[type="submit"].submitBtn:hover {
  background: #19191a;
  color: #fff;
}
#matuyagift .content--guide .row .colomun .section .inquiry h4 {
  font-weight: 500;
}
#matuyagift .content--guide .row .colomun .section .postage a, #matuyagift .content--guide .row .colomun .section .inquiry a {
  font-size: 12px;
  background: #dfdfdf;
  padding: 2px 8px 5px;
  margin: 0 2px;
  line-height: 220%;
}
#matuyagift .popularKeywords {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(204, 204, 204, .8);
  padding: 20px 0 20px 22px;
}
#matuyagift .popularKeywords a {
  color: #19191a;
}
#matuyagift .popularKeywords h3 {
  background: url(/ec/shop/images/header/search.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 30px;
}
#matuyagift .popularKeywords ul li {
  background-image: url(/d_images/campaign/seibo/icon-arrow02.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  float: left;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 16px;
  margin-bottom: 6px;
  padding-right: 20px;
}
#matuyagift .popularKeywords ul li:not(:last-child) {
  margin-right: 54px;
}
#matuyagift .clearfix::after {
  clear: both;
  content: "";
  display: block;
}
#matuyagift .section .manners a:hover {
  opacity: 0.8;
}
/*タブレットここから*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #matuyagift .flex .item_1 .ttl {
    font-size: 15px;
  }
  #matuyagift .section--four .section__body .item--4 li a {
    font-size: 18px;
    height: 80px;
  }
  #matuyagift .section02 .section__ttl .h3, #matuyagift .content--guide .guide-inner .content__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
/*GW配送について*/
  #matuyagift .space {
    white-space: normal;
  }
}
/*タブレットここまで*/
/*スマホここから*/
@media screen and (max-width: 767px) {
  #matuyagift .mainvisual {
    margin-bottom: 20px;
  }
  #matuyagift .section .manners {
    margin-top: 80px;
  }
  #matuyagift .registration a {
    display: block;
    padding: 14px 12px;
    color: #fff;
    background: #91610c;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
  }
  #matuyagift .registration a span {
    display: block;
    color: #e6d6b9;
    background: #694402;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-size: 15px;
    padding: 6px 0 8px;
    margin-top: 3px;
  }
  #matuyagift .registration_black a {
    display: block;
    padding: 14px 12px;
    color: #fff;
    background: #2f2f2f;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
  }
  #matuyagift .registration_black a span {
    display: block;
    color: #fff;
    background: #111;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-size: 15px;
    padding: 6px 0 8px;
    margin-top: 3px;
  }
  /*GW配送について(縦)*/
  /*.table-box2 {
    height: 300px;
    overflow-y: auto;
  }*/
  #matuyagift .table_wrap_sp {
    table-layout: fixed;
    width: 100%;
    font-feature-settings: "palt";
  }
  #matuyagift .table_box_sp {
    margin: 20px 0px;
  }
  #matuyagift .table_wrap_sp td {
    background-color: #fff;
  }
  #matuyagift .table_wrap_sp th, .table_wrap_sp td {
    border: 1px solid #ddd;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 0px;
  }
  #matuyagift .topics p {
    font-size: 100%;
    color: #b20707;
  }
  #matuyagift .anchor {
    margin-top: 80px;
  }
  #matuyagift .anchor-nav {
    flex-wrap: wrap;
    /*-webkit-box-pack: start;
    -ms-flex-pack: start;*/
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  #matuyagift .anchor-nav li {
    margin-bottom: 23px;
    min-width: 155px;
  }
  #matuyagift .anchor-nav li:nth-child(2n-1) {
    padding-right: 5px;
  }
  #matuyagift .anchor-nav li a {
    color: #19191a;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 0.1px;
    background-size: contain;
    font-feature-settings: "palt";
    min-height: 22px;
    padding-left: 30px;
  }
  #matuyagift .anchor-nav02 {
    width: 100%;
    padding: 0 5% 0;
  }
  #matuyagift .anchor-nav02 li {
    margin-bottom: 20px;
    min-width: 50%;
    padding-right: 10px;
  }
  #matuyagift .anchor-nav02 li:nth-of-type(4) {
    margin-bottom: 20px;
  }
  #matuyagift .anchor-nav02 li:nth-of-type(2n) {
    padding-right: 0;
  }
  #matuyagift .anchor-nav02 li:nth-child(n+5) {
    margin-bottom: 0;
  }
  #matuyagift .anchor-nav02 li a {
    color: #19191a;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 0.1px;
    font-feature-settings: "palt";
    padding-left: 35px;
    padding: 2px 0 0px 35px;
  }
  #matuyagift .section02 .section__ttl .h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #matuyagift .section03 .section__ttl .h3 {
    color: #19191a;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    margin-top: 56px;
  }
  #matuyagift .category .section__ttl .h4_brown {
    position: relative;
  }
  #matuyagift .category .section__ttl .h4_brown::after {
    height: 1px;
    width: calc(100% + 30px);
  }
  #matuyagift .category .section__ttl .h4_brown span {
    color: #b9915e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0 10px;
    z-index: 1;
  }
  #matuyagift .category .section__ttl .h4_black {
    position: relative;
  }
  #matuyagift .category .section__ttl .h4_black::after {
    height: 1px;
    width: calc(100% + 30px);
  }
  #matuyagift .category .section__ttl .h4_black span {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0 10px;
    z-index: 1;
  }
  #matuyagift .section__foot .read-more {
    color: #19191a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.31;
    letter-spacing: 0.1em;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 13px;
  }
  #matuyagift .threeColumn {
    grid-template-columns: repeat(2, 1fr);
  }
  #matuyagift .threeColumn:after {
    content: "";
    display: block;
    width: 50%; /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  #matuyagift .threeColumn .Type3 a:hover {
    opacity: 0.8;
  }
  #matuyagift .category .flex {
    grid-template-columns: repeat(2, 49%);
  }
  #matuyagift .flex {
    margin: 0px auto;
  }
  #matuyagift .flex .item_1:nth-child(n+3) {
    margin-top: 8px;
  }
  #matuyagift .flex .item_1 .ttl {
    font-size: 14px;
    padding: 9px 10px;
    height: 33px;
  }
  #matuyagift .category .flex .item_2:not(:nth-child(5n)) {
    margin-right: 1px;
  }
  #matuyagift .category h4 {
    font-size: 24px;
    text-align: center;
    margin: 43px 0 25px 0;
  }
  #matuyagift .content--guide {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 30px 0 20px;
    margin-top: 70px;
  }
  #matuyagift .content--guide .guide-inner {
    padding: 0 18px;
  }
  #matuyagift .content--guide .guide-inner .content__ttl {
    font-size: 19px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #matuyagift .content--guide .row .colomun {
    width: 100% !important;
  }
  #matuyagift .content--guide .row .colomun:first-child {
    padding-right: 0;
  }
  #matuyagift .content--guide .row .colomun:nth-child(2) {
    padding-right: 0;
  }
  #matuyagift .content--guide .row .colomun:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #matuyagift .content--guide .row .colomun .section {
    margin-bottom: 20px;
  }
  #matuyagift .content--guide .row .colomun .section:not(:last-child) {
    margin-bottom: 30px;
  }
  #matuyagift .content--guide .row .colomun .section h3 {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 17px;
    margin-bottom: 15px;
  }
  #matuyagift .content--guide .row .colomun .section .register {
    display: block;
    margin-bottom: 24px;
  }
  #matuyagift .content--guide .row .colomun .section p {
    font-size: 12px;
    line-height: 17px;
  }
  #matuyagift .content--guide .row .colomun .section dl dt, #matuyagift .content--guide .row .colomun .section dl dd {
    font-size: 12px;
    line-height: 17px;
  }
  #matuyagift .content--guide .row .colomun .section ul, #matuyagift .content--guide .row .colomun .section ol {
    font-size: 12px;
    line-height: 17px;
  }
  #matuyagift .content--guide .row .colomun .section .brackets li {
    line-height: 1.5;
  }
  #matuyagift .content--guide .register .submitBtn {
    font-size: 13px;
    padding: .5em .5em;
  }
  #matuyagift .popularKeywords {
    border-top: 1px solid #ececec;
    box-shadow: 0 2.5px 5px rgba(204, 204, 204, .8);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 11px 18px;
    text-align: center;
    width: calc(100% - 20px);
  }
  #matuyagift .popularKeywords h3 {
    display: inline-block;
    letter-spacing: .01em;
    line-height: 24px;
    margin-bottom: 18px;
    padding: 0 30px 0 30px;
  }
  #matuyagift .popularKeywords ul li {
    background-image: url(/d_images/campaign/seibo/sp/icon-arrow02.png);
    background-size: 10px 13px;
  }
  #matuyagift .popularKeywords ul li a {
    font-size: 13px;
  }
  #matuyagift .popularKeywords ul li:not(:last-child) {
    margin-right: 21px;
  }
  #matuyagift .item--4 li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0.1em;
    height: 9vh;
  }
  #matuyagift .section--price .content_price {
    border-top: 1px solid #ececec;
    padding: 18px 5px 12px 13px;
  }
  #matuyagift .section--price .content_price .flex li {
    text-align: right;
    width: calc(100% / 2);
    padding-right: 5px;
  }
  #matuyagift .section--price .content_price .flex .price a {
    font-size: 14px;
    padding-right: 15px;
  }
  #matuyagift .section--price .content_price .flex .price a:hover {
    opacity: .7;
  }
  #matuyagift .section--price:not(:last-child) {
    margin-bottom: 5px;
  }
  #matuyagift .category .flex .item_2 {
    margin-bottom: 1px;
    width: 33%;
  }
  #matuyagift .section--brand .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #matuyagift .section--brand .flex .item {
    text-align: left;
    vertical-align: top;
    margin-bottom: 6px;
    position: relative;
    width: calc(33.3333%);
    padding-right: 0;
  }
  #matuyagift .section--brand .flex .item .item--odd {
    width: 181px;
  }
  #matuyagift .section--brand .flex .item a {
    font-size: 13px;
    background-image: none;
    position: relative;
    display: block;
  }
  #matuyagift .section--brand .flex .item a::before {
    background-image: url(/d_images/campaign/20201225_valentine/icon-arrow01.png);
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7.5px;
    -ms-transform: translateY(0);
    width: 11px;
  }
  #matuyagift .section03 .content__body {
    border-top: 1px solid #ececec;
    -webkit-box-shadow: 0 2.5px 5px rgba(204, 204, 204, 0.8);
    box-shadow: 0 2.5px 5px rgba(204, 204, 204, 0.8);
    padding: 18px 20px !important;
  }
  #matuyagift .section--four .section__body .item--4 {
    grid-template-columns: repeat(2, 49%);
    gap: 8px 0px;
  }
  #matuyagift .section--four .section__body .item--4 li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.38;
    height: 80px;
  }
  #matuyagift .section--four .section__body .item--4 li a .small {
    font-size: 11.5px;
    padding-top: 5px;
  }
}
/*スマホここまで*/