* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h3, .h3 {
    border-bottom: none;
}

.contents {
  width: 100%;
  margin: 81.4px auto 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.bg_skyblue {
  background-color: #e8f1fa;
}

.bg_pink {
  background-color: #FCEEEE;
}

.bg_pink2 {
  background-color: #F9BEBC;
}

.bg_beige {
  background-color: #F4ECD8;
}

.bg_beige3 {
  background-color: #EDDFBD;
}

#set02 {
  padding-top: 64px;
}

.section_inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.text_small {
  font-size: 0.75em;
}

.text_large {
  font-size: 1.38em;
}

.underline {
  position: relative;
}

.underline:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: #E76873;
  position: absolute;
  right: 0;
  bottom: -6px;
}

.icon_gift {
  background-color: #A7130F;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.icon_postage {
  background-color: #E56874;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.btn_area {
  margin-top: 50px;
  font-weight: 600;
}

.btn_cart {
  font-size: 22px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #A7130F;
  color: #fff;
  width: 500px;
  padding: 22px;
  position: relative;
}

.btn_cart::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_cart img {
  margin-right: 15px;
}

.btn_link {
  font-size: 22px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #552B17;
  color: #fff;
  width: 500px;
  padding: 22px;
  position: relative;
  margin-top: 20px;
}

.btn_link::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -8px;
}

.label_list_item {
  padding: 6px;
  width: 95px;
  margin-left: 8px;
}

.label_list .icon_gift,
.label_list .icon_postage {
  font-size: 12px;
}

.bg_over {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.heading_lv2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.heading_lv2_text {
  padding: 38px 15px;
  display: block;
  position: relative;
}

.mv {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 0;
}

.mv img{
  width: 100%;
}

.early-bird-offer {
width: 100%;
max-width: 1400px;
margin: 30px auto 0;
}

.early-bird-offer img {
  max-width: 100%;
  height: auto;
}

.term {
  padding: 12px 0 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E76873;
}

.term_title {
  font-size: 23px;
  color: #fff;
}

.term_day {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.term_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.term_area {
  margin: 0 auto;
}

.term_item {
  width: 41.8%;
  min-width: 430px;
}

.term_item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 40px;
}

.term_contents {
  position: relative;
  border: 2px solid #bc943a;
  padding: 10px 10px 26px;
}



.benefit {
  margin: 54px 0;
}

.benefit_catch {
  margin-top: 34px;
  font-size: 20px;
  text-align: center;
  color: #E76873;
  font-weight: 500;
}

.benefit_catch--large {
  font-size: 33px;
  text-align: center;
  color: #E76873;
  font-weight: bold;
}

.benefit_point {
  font-size: 26px;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E8F1FA));
  background: linear-gradient(transparent 60%, #E8F1FA 60%);
}

.benefit_title {
  background-color: #fff;
  position: absolute;
  padding: 0 3px;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.benefit_title-sub {
  margin-top: 22px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #E76873;
}


.benefit .message_area {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.benefit .message_text_area {
  margin-left: 32px;
}

.benefit .main_title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #A7130F;
  padding-bottom: 10px;
}

.benefit .sub_title {
  font-weight: 600;
  font-size: 20px;
  margin: 16px 0;
}

.benefit img {
  margin-bottom: 10px;
  width: 35%;
}

.benefit_text {
  text-align: center;
  font-size: 20px;
  padding-bottom: 32px;
}


.benefit .caution_list {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  color: #E76873;
  font-size: 20px;
}

.product-set {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-set_item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-set_image {
  width: 81%;
}

.product-set_price {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
}

.product-set_price_off {
  font-size: 14px;
  color: #E76873;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #E76873;
  font-weight: 600;
}

.product-set_detail {
  margin-top: 30px;
}

.product-set_detail_title {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  background-color: #e8f1fa;
}

.product-set_detail_title::after {
  content: '';
  width: 85%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-set_detail_paragraph {
  margin-top: 15px;
  font-size: 14px;
}

.product-set_detail h4 {
  margin-top: 15px;
  font-size: 14px;
}

.price-small {
  font-size: 18px;
  letter-spacing: 0;
  color: #000;
  padding-right: 5px;
}

.price-large {
  font-size: 1.42em;
}

.set-menu {
  margin-top: 36px;
}

.set-menu .heading_lv2 {
  background-image: url(/srdeli/pages/2022_farthersday/img/bg_title01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.set-menu_nav {
  padding: 30px 4% 76px 4%;
}

.set-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -50px;
}

.set-menu_item {
  margin-left: 50px;
  position: relative;
}

.set-menu_item::after {
  content: '';
  width: 50px;
  height: 20px;
  display: block;
  background-image: url(/srdeli/pages/2022_farthersday/img/icon_arrow-bottom@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-about {
  padding: 49% 0 80px 0;
  background-image: url(/srdeli/pages/2022_farthersday/img/bg_about_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 50px;
}

.about_heading {
  padding: 0 0 49px 30px;
}

.about_heading_message {
  font-size: 22px;
  color: #E76873;
  letter-spacing: 0.06em;
  line-height: 2;
}

.about_message {
  padding: 40px 9%;
}

.about_message_title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #E76873;
  padding-bottom: 12px;
  border-bottom: 2px solid #E76873;
  position: relative;
  letter-spacing: 0;
}

.about_message_title:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: #E76873;
  position: absolute;
  bottom: -6px;
}

.about_message_paragraph {
  margin-top: 27px;
  font-size: 15px;
  line-height: 1.8;
}

.about_message_image {
  padding: 0 6.25%;
  margin-top: 25px;
  text-align: center;
}

.about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.caution {
  background-color: #ffe8e9;
  padding: 35px 8% 27px 16%;
}

.caution-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.caution .icon_gift {
  padding: 12px;
  width: 160px;
}

.caution_paragraph {
  margin-left: 28px;
  color: #c3000a;
  font-size: 13px;
}

.product {
  padding-bottom: 80px;
}

.product .heading_lv2 {
  background-image: url(./../img/bg_title02.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  margin-bottom: 64px;
}

.product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_item--reverce {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product_item--reverce .product-detail {
  margin-right: 20px;
  margin-left: 0;
}

.product-detail {
  margin-left: 20px;
}

.product_image {
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product_name {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.product_label {
  margin-top: 25px;
}

.product_price {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.product_price_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
}

.product_price_value {
  font-size: 30px;
  color: #A7130F;
}

.product_about {
  margin-top: 22px;
  border-radius: 12px;
}

.product_about_text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  padding: 10px;
  letter-spacing: 0.06em;
}

.product-menu {
  margin-top: 56px;
}

.product-menu_title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}

.product-menu_title span {
  padding: 0 20px;
  background-color: #e8f1fa;
  position: relative;
  z-index: 1;
}

.product-menu_area {
  margin-top: 25px;
}

.product-menu_list {
  margin-left: -36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.product-menu_item {
  max-width: 210px;
  margin-left: 36px;
}

.product-menu_contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-menu_image {
  width: 100%;
  min-width: 210px;
}

.product-menu_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-menu_about_paragraph {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 11px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.product-menu_name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  min-height: 50px;
}

.gift_detail .gift_detail_area{
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.gift_detail .gift_detail_area .gift_detail_box{
  flex: 1;
  padding: 30px;
  max-width: 380px;
}

.gift_detail .gift_detail_area .gift_detail_item img{
  width: 100%;
}

.gift_detail .gift_detail_area .gift_detail_title{
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  min-height: 50px;
  text-align: center;
  padding: 8px 12px 0;
}

.gift_detail_title p {
  display: inline;
  line-height: 1.8;
  background: linear-gradient(transparent 60%, #FCEEEE 60%);
}

.gift_detail .gift_detail_area .gift_detail_text{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 11px;
  font-weight: 500;
  text-align: left;
  padding: 0 44px;
}


/*# sourceMappingURL=style_pc.css.map */