@charset "UTF-8";
/*------------------
pc-common
--------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 113px;
  /* 固定ヘッダの高さ分 */
}

#main img {
  max-width: 100%;
  vertical-align: top;
}

.tax {
  font-size: 0.8em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.gift-btn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gift-btn a {
  background-color: #000;
  color: #fff;
  padding: 20px 25px;
  border-radius: 5px;
  min-width: 300px;
}
.gift-btn a:hover {
  opacity: 0.8;
}

.lead-title {
  margin-bottom: 50px;
}
.lead-txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}

.nav-container {
  margin-bottom: 60px;
}
.nav-title {
  font-size: 3rem;
  font-family: 'bebas kai';
  text-align: center;
  margin-bottom: 20px;
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.nav-item {
  position: relative;
  width: 26%;
  margin-bottom: 10px;
  height: 60px;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 5px;
}
.nav-item__link {
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  border-radius: 30px;
  padding-right: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.nav-item__link:hover {
  background-color: #d0be89;
  color: #ffffff;
  border: none;
}
.nav-item__link::after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 26px;
}
.nav-item__link span {
  font-size: 0.85em;
  width: 100%;
}

.section-title {
  font-size: 2.6rem;
  text-align: center;
  background-image: url(../images/bg_title.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 1.6em;
  height: 2.5em;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 30px;
}
.section-title__icon {
  color: #ffffff;
  font-size: 0.64em;
  background-color: #b7a36a;
  padding: 2px 5px 0;
  border-radius: 3px;
  font-weight: normal;
  margin-left: 5px;
}
.section-title__icon span {
  font-size: 0.85em;
}
.section-title__sub {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.section-title__sub span {
  font-size: 0.8em;
}

.howto-wrapper {
  border: solid 3px #f7f7f7;
  border-radius: 5px;
  position: relative;
  width: 90%;
  margin: 0 auto 30px;
}
.howto-title {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.howto-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 35px;
}
.howto-item {
  width: 230px;
  position: relative;
}
.howto-item:not(:last-child) {
  margin-right: 50px;
}
.howto-item:not(:last-child)::after {
  content: "";
  background-image: url(../images/arrow-dropright-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -35px;
  top: 116px;
}
.howto-item__txt {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.notice-wrapper {
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 20px 30px;
  width: 90%;
  margin: 0 auto 30px;
}
.notice-title {
  margin-bottom: 3px;
  margin-left: 2px;
}
.notice-title span {
  font-size: 1.3rem;
  color: #ffffff;
  background-color: #000;
  padding: 2px 6px;
  border-radius: 15px;
}
.notice-list {
  font-size: 1.3rem;
  line-height: 1.7;
}
.notice-item a {
  text-decoration: underline;
}
.notice-item::before {
  content: '・';
}
.notice-noshi__list {
  font-size: 1.3rem;
}
.notice-noshi__list:not(:last-child) {
  margin-bottom: 5px;
}
.notice-noshi__list dt {
  font-weight: 700;
}
.notice-noshi__list dd {
  line-height: 1.4;
}

.wrapping-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto 40px;
}
.wrapping-item {
  width: 30%;
}
.wrapping-item:not(:last-child) {
  margin-right: 45px;
}
.wrapping-item__img {
  margin-bottom: 10px;
}
.wrapping-item__txt dt {
  color: #b7a36a;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.wrapping-item__txt .icon-price {
  color: #ffffff;
  background-color: #000;
  font-size: 0.75em;
  font-weight: normal;
  border-radius: 3px;
  padding: 1px 4px;
  margin-left: 5px;
}
.wrapping-item__txt dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

.noshi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.noshi-item {
  width: 283px;
}
.noshi-item__img {
  margin-bottom: 8px;
}
.noshi-item__txt dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.noshi-item__txt dt span {
  font-size: 1.3rem;
  font-weight: normal;
}
.noshi-item__txt dd {
  font-size: 1.3rem;
  line-height: 1.5;
}

.messagecard-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.messagecard-item {
  width: 220px;
}
.messagecard-item:not(:last-child) {
  margin-right: 20px;
}
.messagecard-item__img {
  margin-bottom: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.messagecard-item__txt {
  font-size: 1.3rem;
  text-align: center;
}
.messagecard-notice {
  font-size: 1.1rem;
  text-align: right;
  margin-right: 30px;
  margin-bottom: 50px;
}
#giftbag .wrapping-item{
  width: 48%;
}
#giftbag .wrapping-item__img{
  width: 100%;
}
#giftbag .wrapping-item:not(:last-child){
  margin-right: 2%;
}
.sleeve-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 85%;
  margin: 0 auto 20px;
}
.sleeve-item {
  margin-bottom: 15px;
}
.sleeve-item:not(:nth-child(5)) {
  margin-right: 10px;
}
.sleeve-item:last-child {
  margin-left: 20px;
}
.sleeve-item__txt {
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}
.sleeve-item__txt span {
  font-size: 0.8em;
}
.sleeve-notice {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 50px;
}

.nob-item {
  text-align: center;
  margin-bottom: 30px;
}
.nob-notice {
  font-size: 1.1rem;
  text-align: right;
  margin-bottom: 50px;
  margin-right: 230px;
}
.nob-howto-item {
  width: 220px;
}

.bag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}
.bag-item {
  width: 25%;
  text-align: center;
}
.bag-item__img {
  margin-bottom: 10px;
}
.bag-item__txt {
  line-height: 1.4;
  margin-bottom: 8px;
}
.bag-item:not(:last-child) {
  margin-right: 20px;
}
.bag-item dt {
  font-size: 1.3rem;
  font-weight: bold;
}
.bag-item dd {
  font-size: 1.1rem;
  color: #666;
}
.bag-example {
  height: 80px;
}
.bag-example__list {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}

.shipping-list {
  width: 70%;
  margin: 0 auto 40px;
}
.shipping-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.shipping-item__txt {
  width: 60%;
  margin-left: 15px;
}
.shipping-item__txt dt {
  margin-top: 10px;
  margin-bottom: 10px;
}
.shipping-item__txt dt span {
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #000;
  padding: 2px 10px;
  border-radius: 15px;
}
.shipping-item__txt dd {
  font-size: 1.4rem;
}
.shipping-box-wrapper {
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 40px 40px;
  width: 80%;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shipping-box-item {
  width: 65%;
}
.shipping-box-item .gift-btn {
  justify-content: flex-start;
}
.shipping-box-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.shipping-box-title__main {
  font-size: 1.8rem;
  font-weight: 700;
}
.shipping-box-title__icon {
  color: #ffffff;
  background-color: #b7a36a;
  padding: 2px 5px 0;
  border-radius: 3px;
  font-weight: normal;
  margin-left: 5px;
}
.shipping-box__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.shipping-box__notice {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 15px;
}

/*# sourceMappingURL=style.css.map */
