@charset "utf-8";
@media screen and (min-width: 769px) {
  .pane-left-menu {
    margin-right: 30px;
  }

  .pane-main {
    width: 980px;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

.gift {
  background: url(/img/usr/event/gift/bg.jpg);
  background-size: contain;
  line-height: 1.5;
}

.gift a {
  transition: .3s ease;
}

.gift a:hover img {
  opacity: .7;
}

.gift img {
  vertical-align: bottom;
}

.gift .block_container {
  margin: 0 auto;
  width: 93.8775510204%;
}

.flex-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-box.half {
  justify-content: space-between;
  align-items: center;
}

.flex-box.half .flex-box_item {
  width: 50%;
}

.btn-01 {
  display: block;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #8D075C;
  color: #AA0046;
  border-radius: 50vh;
  transition: .3s ease;
  text-align: center;
}

.btn-01:hover {
  opacity: .6;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .gift {
    background: url(/img/usr/event/gift/sp/bg.jpg);
    background-size: contain;
  }

  .gift .block_container {
    width: 90.6542056075vw;
  }

  .btn-01 {
    padding: 4.20560747664vw;
    font-size: 4.20560747664vw;
    box-sizing: border-box;
  }
}

/* mv */

.mv h1 {
  margin: 0;
}

.mv {
  position: relative;
  padding: 30px 30px 0 30px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mv {
    padding: 0;
  }

  .mv h1 {
    padding: 0;
  }
}

/* intro */

.intro {
  position: relative;
  margin-bottom: 60px;
}

.intro::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 239px;
  height: 193px;
  background: url(/img/usr/event/gift/ribbon_01.png) no-repeat;
  z-index: 1;
}

.intro_text {
  padding-top: 80px;
  text-align: center;
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .intro {
    margin-bottom: 14.0186915888vw;
  }

  .intro::before {
    top: -7.71028037383vw;
    left: -5.84112149533vw;
    width: 55.8411214953vw;
    height: 45.0934579439vw;
    background: url(/img/usr/event/gift/sp/ribbon_01.png) no-repeat;
    background-size: cover;
  }

  .intro_text {
    padding-top: 18.691588785vw;
    font-size: 3.5046728972vw;
  }
}

/* campaign */
.campaign {
  margin-bottom: 80px;
}

.campaign .title {
  margin-bottom: 30px;
  text-align: center;
  font-family: serif;
  font-size: 34px;
  font-weight: bold;
  color: #551937;
}

.campaign .title span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.campaign .title span::before,
.campaign .title span::after {
  content: '';
  display: inline-block;
  height: 50px;
  width: 2px;
  background-color: #551937;
}

.campaign .title span::before {
  margin-right: 20px;
  transform: rotate(-20deg);
}

.campaign .title span::after {
  margin-left: 20px;
  transform: rotate(20deg);
}

.campaign .block_container {
  padding: 25px;
  background-color: #fff;
  border-radius: 20px;
}

.campaign .banner_wrap {
  justify-content: space-between;
}

.campaign .flex-box_item {
  width: calc((100% - (16px * 2)) / 3);
}

@media screen and (max-width: 768px) {
  .campaign {
    margin-bottom: 14.0186915888vw;
  }

  .campaign .title {
    margin: 0 auto 4.67289719626vw;
    font-size: 7.00934579439vw;
  }

  .campaign .title span::before,
  .campaign .title span::after {
    height: 17.2897196262vw;
  }

  .campaign .block_container {
    padding: 4.67289719626vw;
  }

  .campaign .banner_wrap {
    flex-direction: column;
  }

  .campaign .flex-box_item {
    margin-bottom: 5.84112149533vw;
    width: 100%;
  }

  .campaign .flex-box_item:last-child {
    margin-bottom: 0;
  }
}

/* gift */

.gift-nav {
  margin-bottom: 80px;
}

.gift-nav .flex-box_item {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .gift-nav {
    margin-bottom: 14.0186915888vw;
  }

  .gift-nav .flex-box_item {
    margin: 0;
    width: 32.2429906542vw;
  }
}

/* content */

.content-wrap {
  margin-bottom: 90px;
}

.content-wrap .bg-white {
  margin-bottom: 90px;
  background-color: #fff;
  border-radius: 20px;
}

.content-wrap .title {
  position: relative;
  margin: 0 auto 30px;
  height: 120px;
}

.content-wrap .title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 120px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

#reccomend .title::before {
  background: url(/img/usr/event/gift/title_01.png) no-repeat center;
}

.point-box {
  justify-content: space-between;
}

.point-box .flex-box_item {
  position: relative;
  background: #FFF9EB;
  padding: 25px 20px 20px;
  border-radius: 10px;
  width: calc((100% - 40px * 2) / 3);
  text-align: center;
}

.point-box .flex-box_item::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  width: 75px;
  height: 48px;
}

.point-box .flex-box_item:nth-child(1)::before {
  background: url(/img/usr/event/gift/point_01.png) no-repeat;
}

.point-box .flex-box_item:nth-child(2)::before {
  background: url(/img/usr/event/gift/point_02.png) no-repeat;
}

.point-box .flex-box_item:nth-child(3)::before {
  background: url(/img/usr/event/gift/point_03.png) no-repeat;
}

.point-box .flex-box_item .catch {
  margin-bottom: 10px;
  color: #AC0949;
  font-weight: bold;
}

.point-box .flex-box_item .text {
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .content-wrap {
    margin-bottom: 0;
  }

  .content-wrap .block_container {
    width: 100%;
  }

  .content-wrap .bg-white {
    border-radius: 0;
  }

  #reccomend .bg-white {
    margin-bottom: 0;
    padding-bottom: 9.34579439252vw;
  }

  #reccomend .title::before {
    display: none;
  }

  .content-wrap .title {
    margin-bottom: 4.67289719626vw;
    height: auto;
  }

  .point-box {
    flex-direction: column;
  }

  .point-box .flex-box_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8.17757009346vw;
    padding: 3.5046728972vw;
    width: 100%;
    text-align: left;
  }

  .point-box .flex-box_item img {
    width: 37.3831775701vw;
  }

  .point-box .flex-box_item .catch {
    margin-bottom: 2.33644859813vw;
    font-size: 3.27102803738vw;
  }

  .point-box .flex-box_item .text {
    margin-top: 0;
    font-size: 2.80373831776vw;
  }

  .point-box .flex-box_item::before {
    top: -5.84112149533vw;
    width: 17.523364486vw;
    height: 11.214953271vw;
  }

  .point-box .flex-box_item:nth-child(1)::before {
    background: url(/img/usr/event/gift/sp/point_01.png) no-repeat;
    background-size: contain;
  }

  .point-box .flex-box_item:nth-child(2)::before {
    background: url(/img/usr/event/gift/sp/point_02.png) no-repeat;
    background-size: contain;
  }

  .point-box .flex-box_item:nth-child(3)::before {
    background: url(/img/usr/event/gift/sp/point_03.png) no-repeat;
    background-size: contain;
  }
}

/* goods */

.section-goods {
  position: relative;
  margin-bottom: 60px;
  padding: 0 30px 60px;
}

.section-goods:last-child {
  margin-bottom: 0;
}

.section-goods::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/img/usr/event/gift/line_01.png) no-repeat center;
}

.section-goods:last-child::after {
  display: none;
}

.section-goods .section-title {
  margin-bottom: 30px;
}

.goods-box {
  margin-bottom: 65px;
}

.goods-box .catch {
  margin-bottom: 20px;
  color: #551937;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.goods-box .text {
  font-size: 16px;
}

.goods-box .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.goods-box .price::before,
.goods-box .price::after {
  content: '';
  width: 11px;
  height: 129px;
}

.goods-box .price::before {
  background: url(/img/usr/event/gift/brace_left.png) no-repeat;
}

.goods-box .price::after {
  background: url(/img/usr/event/gift/brace_right.png) no-repeat;
}

.goods-box .price .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
}

.goods-name {
  margin-bottom: 10px;
  padding: 0 0 5px;
  border-bottom: 2px dotted #551937;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.goods-name .small {
  font-size: 16px;
}

.price-list {
  font-size: 14px;
}

.price-list .em {
  font-size: 18px;
}

.goods-box .btn-01 {
  width: 300px;
}

.goods-box_sub .flex-box_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
  width: 310px;
}

.goods-box_sub .flex-box_item:last-child {
  margin-right: 0;
}

.goods-box_sub .goods-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 10px;
  padding: 10px 0;
  font-size: 16px;
}

.goods-box_sub .price-list {
  margin-bottom: 15px;
  font-size: 14px;
}

.goods-box_sub .price-list .em {
  font-size: 18px;
}

.goods-box_sub .flex-box_item .btn-01 {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .section-goods {
    margin-bottom: 9.34579439252vw;
    padding: 0 4.67289719626vw;
  }

  .section-goods::after {
    width: 90.6542056075vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/img/usr/event/gift/sp/line_01.png) no-repeat center;
    background-size: contain;
  }

  .goods-box {
    margin-bottom: 15.1869158879vw;
  }

  .goods-box.flex-box .flex-box_item {
    width: 100%;
  }

  .goods-box .catch {
    margin: 7.00934579439vw auto 4.67289719626vw;
    font-size: 4.90654205607vw;
  }

  .goods-box .price {
    margin: 4.67289719626vw auto 7.00934579439vw;
  }

  .goods-box .price .inner {
    width: 81.7757009346vw;
  }

  .goods-box .price::before,
  .goods-box .price::after {
    content: '';
    width: 2.57009345794vw;
    height: 30.1401869159vw;
  }

  .goods-box .price::before {
    background: url(/img/usr/event/gift/sp/brace_left.png) no-repeat;
    background-size: contain;
  }

  .goods-box .price::after {
    background: url(/img/usr/event/gift/sp/brace_right.png) no-repeat;
    background-size: contain;
  }

  .goods-name {
    font-size: 3.97196261682vw;
  }

  .price-list {
    font-size: 3.27102803738vw;
  }

  .price-list .em {
    font-size: 4.20560747664vw;
  }

  .goods-box .btn-01 {
    width: 100%;
  }
}

/* ranking */

#ranking .title::before {
  background: url(/img/usr/event/gift/title_02.png) no-repeat center;
}

#ranking .bg-white {
  padding-bottom: 40px;
}

.ranking-wrap {
  margin: 0 30px;
}

.tab-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #551937;
}

.tab_item {
  margin: 0 10px -1px 0;
  border: 1px solid #551937;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 27.9069767442%;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}

.tab_item.is-active {
  border-bottom-color: #fff;
}

.tab_item:last-child {
  margin-right: 0;
}

.tab_item span {
  display: block;
  padding: 15px 0;
  color: #551937;
  border: 3px solid #fff;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab_item.is-active span {
  color: #fff;
  background-color: #FB8D89;
}

.panel_item {
  display: none;
  justify-content: space-between;
}

.panel_item.is-show {
  display: block;
}

.panel_item .block-ranking-r--item {
  display: flex;
}

.panel_item .block-ranking-r--item dl {
  margin: 0 35px 0 0;
  width: calc((100% - 35px * 3) / 4);
}

.panel_item .block-ranking-r--item dl:nth-child(4) {
  margin-right: 0;
}

.panel_item .block-ranking-r--item dl:nth-child(4)~dl {
  display: none;
}

.panel_item .block-ranking-r--goods-name {
  margin: 10px auto;
}

.panel_item .block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.panel_item .block-ranking-r--goods-image figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
}

.panel_item .block-ranking-r--goods-description {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: auto;
  position: relative;
}

.panel_item .block-ranking-r--price-infos {
  margin-top: auto;
}

.panel_item .price {
  margin-left: 0;
}

.panel_item .js-enhanced-ecommerce-goods-price {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #ranking .bg-white {
    margin-bottom: 0;
  }

  #ranking .title::before {
    display: none;;
  }

  .ranking-wrap {
    margin: 0;
  }

  .tab-group {
    margin-bottom: 7.00934579439vw;
  }

  .tab_item {
    margin-right: 1.16822429907vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 29.4392523364vw;
  }

  .tab_item span {
    padding: 3.5046728972vw 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 3.73831775701vw;
  }

  .panel-group {
    margin: 0 auto;
    width: 90.6542056075vw;
  }

  .panel_item .block-ranking-r--item {
    flex-wrap: wrap;
    margin: 0 0 9.34579439252vw;
    width: 42.9906542056vw;
  }

  .panel_item .block-ranking-r--item:nth-child(4)~li {
    display: none;
  }

  .panel_item .block-ranking-r--item a {
    display: flex;
    flex-direction: column;
    box-shadow: none;
  }

  .panel_item .block-ranking-r--description {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
  }

  .panel_item .block-ranking-r--goods-name {
    height: auto!important;
  }

  #ranking .block-ranking-r {
    padding: 0;
  }

  #ranking .block-ranking-r--items {
    justify-content: space-between;
    padding: 0;
  }
}

/* gift-scene */
#gift-scene .title::before {
  background: url(/img/usr/event/gift/title_03.png) no-repeat center;
}

#gift-scene .section-goods::after {
  display: none;
}

.scene-nav {
  margin-bottom: 40px;
}

.scene-nav .flex-box_item {
  margin-right: 30px;
  margin-bottom: 20px;
  width: 43.4782608696%;
}

.scene-nav .flex-box_item:nth-child(even) {
  margin-right: 0;
}

.scene-nav .flex-box_item a {
  display: flex;
  align-items: center;
  border: 1px solid #551937;
  height: 90px;
  border-radius: 10px;
  color: #551937;
  transition: .3s ease;
}

.scene-nav .flex-box_item a:hover {
  opacity: .6;
  text-decoration: none;
}

.scene-nav .flex-box_item a::after {
  content: '';
  margin: auto 20px auto auto;
  width: 26px;
  height: 26px;
  background: url(/img/usr/event/gift/arrow_01.png) no-repeat;
  transform: rotate(90deg);
}

.scene-nav .flex-box_item .image {
  width: 120px;
  height: 100%;
}

.scene-nav .flex-box_item .birthday .image {
  background: url(/img/usr/event/gift/img-gift_01.png) no-repeat center center;
}

.scene-nav .flex-box_item .wedding-gift .image {
  background: url(/img/usr/event/gift/img-gift_02.png) no-repeat center center;
}

.scene-nav .flex-box_item .baby-gift .image {
  background: url(/img/usr/event/gift/img-gift_03.png) no-repeat center center;
}

.scene-nav .flex-box_item .present .image {
  background: url(/img/usr/event/gift/img-gift_04.png) no-repeat center center;
}

.scene-nav .flex-box_item .text {
}

@media screen and (max-width: 768px) {
  #gift-scene.content-wrap .bg-white {
    margin-bottom: 0;
    padding-bottom: 18.691588785vw;
  }

  #gift-scene .title::before {
    display: none;
  }

  .scene-nav {
    margin-bottom: 14.0186915888vw;
    padding: 0 4.67289719626vw;
    justify-content: space-between;
  }

  .scene-nav .flex-box_item {
    margin-right: 0;
    margin-bottom: 2.33644859813vw;
    width: 43.9252336449vw;
  }

  .scene-nav .flex-box_item .image {
    margin-left: 22px;
    width: 11.6822429907vw;
    height: 10.2803738318vw;
  }

  .scene-nav .flex-box_item a::after {
    display: none;
  }

  .scene-nav .flex-box_item .birthday .image {
    background: url(/img/usr/event/gift/sp/img-gift_01.png) no-repeat center center;
    background-size: contain;
  }

  .scene-nav .flex-box_item .wedding-gift .image {
    background: url(/img/usr/event/gift/sp/img-gift_02.png) no-repeat center center;
    background-size: contain;
  }

  .scene-nav .flex-box_item .baby-gift .image {
    background: url(/img/usr/event/gift/sp/img-gift_03.png) no-repeat center center;
    background-size: contain;
  }

  .scene-nav .flex-box_item .present .image {
    background: url(/img/usr/event/gift/sp/img-gift_04.png) no-repeat center center;
    background-size: contain;
  }

  .scene-nav .flex-box_item .text {
    margin: 0 auto;
    font-size: 3.73831775701vw;
  }

  #gift-scene .section-goods {
    padding: 0;
  }

  #gift-scene .section-goods .section-title {
    margin-bottom: 4.67289719626vw;
    padding: 0;
  }

  #gift-scene .goods-box {
    padding: 0 3.5046728972vw;
  }

  .goods-box_sub {
    justify-content: space-between;
    padding: 0 3.5046728972vw;
  }

  .goods-box_sub .flex-box_item {
    margin-right: 0;
    width: 43.9252336449vw;
  }

  .goods-box_sub .goods-name {
    font-size: 3.7vw;
  }

  .goods-box_sub .price-list {
    font-size: 3.27102803738vw;
    text-align: center;
  }

  .goods-box_sub .price-list .em {
    font-size: 3.73831775701vw;
  }

  .goods-box_sub .flex-box_item .btn-01 {
    padding: 2.33644859813vw;
  }
}

/* price */
#price .title::before {
  background: url(/img/usr/event/gift/title_04.png) no-repeat center;
}

.price-nav {
  justify-content: space-between;
  padding: 0 30px 20px;
}

.price-nav .flex-box_item {
  margin-bottom: 10px;
  width: 32.5581395349%;
}

.price-nav .flex-box_item a {
  display: flex;
  align-items: center;
  border: 1px solid #551937;
  height: 70px;
  border-radius: 10px;
  color: #551937;
  transition: .3s ease;
}

.price-nav .flex-box_item a .text {
  margin-left: 20px;
}

.price-nav .flex-box_item a:hover {
  opacity: .6;
  text-decoration: none;
}

.price-nav .flex-box_item a::after {
  content: '';
  margin: auto 20px auto auto;
  width: 26px;
  height: 26px;
  background: url(/img/usr/event/gift/arrow_01.png) no-repeat;
}

@media screen and (max-width: 768px) {
  #price.content-wrap .bg-white {
    margin-bottom: 0;
  }

  #price .title::before {
    display: none;
  }

  .price-nav {
    padding: 0 4.67289719626vw 16.3551401869vw;
  }

  .price-nav .flex-box_item {
    margin-bottom: 2.80373831776vw;
    width: 43.9252336449vw;
  }

  .price-nav .flex-box_item a::after {
    width: 6.07476635514vw;
    height: 6.07476635514vw;
    background-size: contain;
  }
}


/* item */
#item .title::before {
  background: url(/img/usr/event/gift/title_05.png) no-repeat center;
}

#item .content-wrap {
  margin-bottom: 0;
}

#item .bg-white {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 768px) {
  #item .title::before {
    display: none;
  }
}

/* wrapping */
.wrapping-guide {
  padding: 40px 0;
  border: 1px solid #551937;
  border-radius: 10px;
}

.wrapping-guid .block_container {
}

.wrapping-guide .title {
  margin: 0 auto 25px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #551937;
}

.wrapping-guide .flex-box_item {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  width: 430px;
  background-color: #FFF9EB;
}

.wrapping-guide .flex-box_item:nth-child(2n) {
  margin-right: 0;
}

.wrapping-guide .box_title {
  padding: 5px 0;
  background-color: #551937;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.wrapping-guide .box_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 30px;
  text-align: center;
}

.wrapping-guide .box_content p {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 20px 0;
  line-height: 1.7;
}

.wrapping-guide .btn-01 {
  margin-top: 20px;
  width: 320px;
  background-color: #fff;
}

.wrapping-guide .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .wrapping-guide {
    margin: 16.3551401869vw 4.67289719626vw;
    padding: 7.00934579439vw 4.67289719626vw;
    box-sizing: border-box;
  }

  .wrapping-guide .title {
    margin-bottom: 7.00934579439vw;
    font-size: 8.41121495327vw;
  }

  .wrapping-guide_box {
    flex-direction: column;
  }

  .wrapping-guide .box_title {
    padding: 2.33644859813vw 0;
    font-size: 4.20560747664vw;
  }

  .wrapping-guide .flex-box_item {
    margin-bottom: 4.67289719626vw;
    margin-right: 0;
    width: 100%;
  }

  .wrapping-guide .flex-box_item:last-child {
    margin-bottom: 0;
  }

  .wrapping-guide .box_content {
    padding: 4.67289719626vw 3.5046728972vw;
  }

  .wrapping-guide .btn-01 {
    padding: 2.33644859813vw 0;
    width: 100%;
  }

  .wrapping-guide .box_content p {
    margin-right: 4.67289719626vw;
    padding: 0;
    text-align: left;
  }

  .wrapping-guide .wrap {
    align-items: flex-start;
    flex-direction: row;
  }

  .wrapping-guide .wrap img {
    width: 32.2429906542vw;
  }
}

/*2023/5/18�ǋL��������*/
.flex-box_assort {
  justify-content: space-between;
  margin-bottom: 45px;
}

.flex-box_assort .flex-box_item {
  position: relative;
  padding: 0px 20px 20px;
  border-radius: 10px;
  width: calc((100% - 40px * 2) / 3);
  text-align: center;
}

.assort-name {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 0 5px;
  border-bottom: 2px dotted #551937;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.flex-box_assort .price {
  font-size: 13px;
}
  
.flex-box_assort .value {
  font-size: 16px;
  font-weight: bold;
}
  
.flex-box_assort .tax {
  font-size: 12px;
}

.flex-box_assort .price-list {
  margin-bottom: 20px;
}

.flex-box_assort .btn-01 {
  padding: 10px;
}

.goods-box_bread .flex-box_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  width: 200px;
}

.goods-box_bread .flex-box_item:last-child {
  margin-right: 0;
}

.goods-box_bread .goods-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 10px;
  padding: 10px 0;
  font-size: 16px;
}

.goods-box_bread .price-list {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

.goods-box_bread .price {
  font-size: 12px;
}

.goods-box_bread .tax {
  font-size: 12px;
}

.goods-box_bread .flex-box_item .btn-01 {
  width: 100%;
}

#wedding-gift.section-goods .flex-box.goods-box_sub:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/img/usr/event/gift/line_01.png) no-repeat center;
}

#bread.section-goods .flex-box.goods-box_bread:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/img/usr/event/gift/line_01.png) no-repeat center;
}

#baumkuchen {
  padding: 0 30px;
}

.goods-box_baumkuchen {
  justify-content: space-between;
}

.goods-box_baumkuchen .flex-box_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: calc((100% - 40px * 2) / 3);
  padding: 0px 20px 20px;
}

.goods-box_baumkuchen .goods-name {
  font-size: 16px;
  margin-top: 20px;
  padding-bottom: 10px;
}

.goods-box_baumkuchen .price-list {
  font-size: 16px;
  margin-bottom: 20px;
}

.goods-box_baumkuchen .price {
  font-size: 12px;
}

.goods-box_baumkuchen .tax {
  font-size: 12px;
}

.goods-box_baumkuchen .flex-box_item .btn-01 {
  width: 100%;
}

#baby-gift.section-goods .flex-box.goods-box_sub:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/img/usr/event/gift/line_01.png) no-repeat center;
}

.goods-box .value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.goods-box .value .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
}

#cookie {
  padding: 0 30px
}

#cookie .flex-box.half.goods-box {
  padding-bottom: 60px;
}

#cookie .flex-box.half.goods-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/img/usr/event/gift/line_01.png) no-repeat center;
}

#cookie .goods-name {
  font-size: 16px;
}

#smoothie {
  padding: 0 30px
}

#smoothie .goods-name {
  font-size: 16px;
}

#present {
  padding: 0 30px 60px;
}

#present .flex-box.goods-box_gateau:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/img/usr/event/gift/line_01.png) no-repeat center;
}

.goods-box_gateau {
  justify-content: space-between;
}

.goods-box_gateau .flex-box_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: calc((100% - 40px * 2) / 3);
  padding: 0px 20px 20px;
}

.goods-box_gateau .goods-name {
  font-size: 16px;
  margin-top: 20px;
  padding-bottom: 10px;
}

.goods-box_gateau .price-list {
  font-size: 16px;
  margin-bottom: 20px;
}

.goods-box_gateau .flex-box_item .btn-01 {
  width: 100%;
}

.goods-box_gateau .price {
  font-size: 13px;
}

.goods-box_gateau .value {
  font-size: 16px;
  font-weight: bold;
}

.goods-box_gateau .tax {
  font-size: 12px;
}

#waffle.section-goods .flex-box.goods-box_sub:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/img/usr/event/gift/line_01.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  .flex-box_assort .flex-box_item {
    padding: 0;
    width: 43.9252336449vw;
  }
  .flex-box_assort .price {
    font-size: 12px;
  }
  .flex-box_assort .value {
    font-weight: 400;
  }
  .flex-box_assort .tax {
    font-size: 10px;
  }
  .flex-box_assort .flex-box_item:last-child {
    margin-top: 40px;
  }
  .flex-box.half.goods-box {
    margin-bottom: 40px;
  }
  .assort-name {
    font-size: 14px;
  }
  .goods-box .catch {
    font-size: 5.3vw;
  }
  .flex-box.goods-box_sub .price {
    font-size: 12px;
  }
  .flex-box.goods-box_sub .value {
    font-size: 16px;
  }
  .flex-box.goods-box_sub .tax {
    font-size: 10px;
  }
  #wedding-gift .flex-box.goods-box_sub .flex-box_item:last-child {
    margin-bottom: 40px;
  }
  #wedding-gift.section-goods .flex-box.goods-box_sub:after {
    left: 50%;
    width: 90.6542056075vw;
    transform: translate(-50%, 0);
    background: url(/img/usr/event/gift/sp/line_01.png) no-repeat center;
    background-size: contain;
  }
  .flex-box.goods-box_bread {
    justify-content: space-between;
    padding: 0 3.5046728972vw;
  }
  #bread.section-goods .flex-box.goods-box_bread:after {
    left: 50%;
    width: 90.6542056075vw;
    transform: translate(-50%, 0);
    background: url(/img/usr/event/gift/sp/line_01.png) no-repeat center;
    background-size: contain;
  }
  .goods-box_bread .goods-name {
    font-size: 3.97196261682vw;
  }
  .goods-box_bread .tax {
    font-size: 10px;
  }
  .goods-box_bread .flex-box_item {
    width: 43.9252336449vw;
    margin-right: 0;
  }
  .goods-box_bread .flex-box_item .btn-01 {
    padding: 10px;
  }
  .goods-box_bread .flex-box_item:nth-child(n+3) {
    margin-top: 40px;
  }
  .goods-box_bread .flex-box_item:last-child {
    margin-bottom: 40px;
  }
  .goods-box_baumkuchen {
    padding: 0 3.5046728972vw;
  }
  .goods-box_baumkuchen .flex-box_item {
    width: 43.9252336449vw;
    flex-grow: 0;
    padding: 0;
  }
  .goods-box_baumkuchen .goods-name {
    font-size: 3.97196261682vw;
  }
  .goods-box_baumkuchen .price-list {
    text-align: center;
    line-height: 1.2;
  }
  .goods-box_baumkuchen .tax {
    font-size: 10px;
  }
  .goods-box_baumkuchen .flex-box_item .btn-01 {
    padding: 10px;
  }
  .goods-box_baumkuchen .flex-box_item:last-child {
    margin-top: 40px;
  }
  #baby-gift .flex-box.goods-box_sub {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #baby-gift.section-goods .flex-box.goods-box_sub:after {
    left: 50%;
    width: 90.6542056075vw;
    background: url(/img/usr/event/gift/sp/line_01.png) no-repeat center;
    transform: translate(-50%, 0);
    background-size: contain;
  }
  #cookie .flex-box.half.goods-box:after {
    left: 50%;
    width: 90.6542056075vw;
    background: url(/img/usr/event/gift/sp/line_01.png) no-repeat center;
    transform: translate(-50%, 0);
    background-size: contain;
  }
  #cookie .catch {
    margin: 5.7vw auto;
  }
  #cookie .value {
    justify-content: center;
  }
  #cookie .price-list {
    font-size: 3.9vw;
  }
  #cookie .em {
    font-size: 5vw;
  }
  #smoothie .catch {
    margin: 5.7vw auto;
  }
  #smoothie .value {
    justify-content: center;
  }
  #smoothie .price-list {
    font-size: 3.9vw;
  }
  #smoothie .em {
    font-size: 5vw;
  }
  #present .flex-box.goods-box_gateau:after {
    left: 50%;
    width: 90.6542056075vw;
    background: url(/img/usr/event/gift/sp/line_01.png) no-repeat center;
    transform: translate(-50%, 0);
    background-size: contain;
  }
  .goods-box_gateau {
    padding: 0 3.5046728972vw;
  }
  .goods-box_gateau .flex-box_item {
    flex-grow: 0;
    width: 43.9252336449vw;
    padding: 0;
  }
  .goods-box_gateau .goods-name {
    font-size: 3.97196261682vw;
  }
  .goods-box_gateau .price-list {
    font-size: 3.27102803738vw;
    text-align: center;
  }
  .goods-box_gateau .value {
    font-weight: normal;
  }
  .goods-box_gateau .flex-box_item .btn-01 {
    padding: 10px;
  }
  .goods-box_gateau .flex-box_item:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #waffle.section-goods {
    padding-bottom: 40px;
  }
  #waffle.section-goods .flex-box.goods-box_sub:after {
    left: 50%;
    width: 90.6542056075vw;
    background: url(/img/usr/event/gift/sp/line_01.png) no-repeat center;
    transform: translate(-50%, 0);
    background-size: contain;
  }
  #waffle .goods-name {
    font-size: 3.9vw;
  }
  #waffle .em {
    font-size: 4.5vw;
  }
  #rice_crackers .goods-name {
    font-size: 3.97196261682vw;
  }
  #rice_crackers .em {
    font-size: 4.5vw;
  }
}
/*2023/5/18�ǋL�����܂�*/