@charset "utf-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 250px;
}
.main-container.sh-bruno .content-wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.font_TsukuARdGothic {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.font_BebasKai{
  font-family: bebas kai, sans-serif;
  letter-spacing: .07em;
}
.tax {
  font-size: 0.8em;
}
#babyfood {
  text-align: center;
}
#babyfood img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#babyfood a:hover {
  opacity: .8;
}
#babyfood h3{
  font-size: 2.8rem;
  line-height: 3rem;
}
#babyfood h3 .small{
  font-size: 1.9rem;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
}
.btn {
  border: solid 0.5px #F16F6F;
  line-height: 4rem;
  background: #F16F6F;
  color: #fff;
  font-weight: 500;
}
.btn_A {
  width: 200px;
}
.btn_B {
  width: 300px;
}
.pos_re {
  position: relative;
}
.pos_abs {
  position: absolute;
}
.sec_ttl p{
  font-size: 2.1rem;
}
.sec_ttl h2 {
  font-size: 2.2rem;
  line-height: 3.8rem;
  margin-top: 5px;
}
.sec_ttl h2 .bigttl {
  font-size: 4.4rem;
}
.sec_ttl h2 .bigttl .ttl_small {
  font-size: 3.4rem;
}
.color_or{
  color: #FAAF18;
}
.color_pk{
  color: #F16F6F;
}
.color_bl{
  color: #39A1C2;
}
.color_gr{
  color: #5BB98C;
}
.bg_bl{
  background: #E0F0F5;
}
.bg_ye{
  background: #FFF5C9;
}
.bg_pk{
  background: #FDEFEF;
}
.bg_gr{
  background: #E1F6EC;
}
.bg_wh{
  background: #fff;
}
/* ===========
sec_lead
=========== */
.nav_card_wrap {
  height: 60px;
  line-height: 60px;
}
.nav_card {
  width: 20%;
  background: #FAAF18;
  font-size: 1.8rem;
  position: relative;
}
.nav_card a{
  color: #fff;
  display: block;
}
.nav_card:hover {
  background: #FFF5C9;
}
.nav_card a:hover{
  color: #FAAF18;
}
.nav_card:not(:first-child) {
  border-left: 2px solid #fff;
}
.nav_card:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  transform: rotate(90deg);
}
.nav_card:hover::after{
  background-image: url(../images/arrow_circle_or.png);
}
.intro {
  padding: 30px 0 0;
  position: relative;
}
.intro:after {
  background-image: url(../images/intro_flame.png);
  width: 100%;
  height: 73px;
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 0;
  z-index: 100;
}
.intro_img {
  z-index: 200;
}
.fukidashi_01 {
  width: 211px;
  right: 108px; 
  top: -17px;
}
.fukidashi_02 {
  width: 211px;
  left: 155px;
  top: 30px ;
}
.fukidashi_03 {
  width: 188px;
  bottom: 5px;
  right: 205px;
}
.fadeUp {
	opacity : 0;
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fukidashi_02{
  animation-delay: 0.3s;
}
.fukidashi_03{
  animation-delay: 0.6s;
}
.fadeUpTrigger{
  opacity: 0;
}
/* ===========
sec_reason
=========== */
.sec_reason {
  background: #FFF5C9;
  padding: 111px 0 35px;
  margin-top: -73px;
  position: relative;
}
.sec_reason:after {
  position: absolute;
  content: "";
  background-image: url(../images/flame_ye.png);
  width: 100%;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -40px;
  right: 0;
  transform: rotate(180deg);
}
/* triangle ここから */
.triangle_wrap {
  justify-content: center;
}
.triangle:nth-child(n+2) {
  margin-left: 13px;
}
.triangle, .triangle::before, .triangle::after {
  width: 9px;
  height: 9px;
}
.triangle {
  position: relative;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  transform: rotate(30deg) skewY(30deg) scaleX(.86666);
}
.triangle::before, .triangle::after {
  content: "";
  position: absolute;
}
.triangle::before {
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  transform: skewX(-45deg) translateX(-90%) translateY(0%);
}
.triangle::after {
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: skewY(-45deg) translateY(-90%) translateX(-50%);
}
.triangle_bl, .triangle_bl::before, .triangle_bl:after{
  background: #39A1C2;
}
.triangle_ye,.triangle_ye::before, .triangle_ye:after{
  background: #FCCE71;
}
.triangle_pk,.triangle_pk::before, .triangle_pk:after{
  background: #F16F6F;
}
/* triangle ここまで*/
.reason_intro_ttl h2 {
  font-size: 3.4rem;
  line-height: 3.8rem;
}
.reason_intro_ttl h2 .small {
  font-size: 2rem;
}
.underline_wave {
  width: 413px;
  margin-top: 5px;
}
.reason_intro_cup {
  width: 100px;
  bottom: 48px;
  left: 324px;
}
.cta_stick {
  bottom: 16px;
  right: 241px;
  background: #F16F6F;
  height: 125px;
  width: 125px;
  color: #fff;
  line-height: 1.9rem;
  letter-spacing: -0.07em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_stick a{
  color: #fff;
}
.arrow_circle {
  width: 13px;
  margin-top: 7px;
}
.reason_intro_deco01 {
  width: 162px;
  left: 5px;
  top: -118px;
}
.reason_intro_deco02 {
  left: 53px;
  bottom: 3px;
}
.reason_intro_deco03 {
  width: 112px;
  left: 182px;
  top: 30px;
}
.reason_intro_deco04 {
  width: 92px;
  top: -95px;
  right: 126px;
}
.reason_intro_deco05 {
  width: 80px;
  right: 0;
  top: -159px;
}
.reason_intro_deco06 {
  top: 20px;
  right: 37px;
}
.reason_intro_deco07 {
  width: 54px;
  top: 93px;
  right: 22px;
}
#reason_point {
  background: #FEFCF2;
  width: 900px;
  margin: 35px auto 0;
  border-radius: 50px;
  padding: 20px 0 50px;
  position: relative;
}
#reason_point:before {
  background-image: url(../images/fukidashi_triangle.png);
  width: 94px;
  height: 26px;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: -26px;
  right: 50%;
  margin-right: -47px;
}
.reason_point_card_wrap {
  justify-content: center;
  margin-top: 30px;
}
.reason_point_card {
  width: 380px;
}
.reason_point_card:first-child {
  border-right: 1px solid #FAAF18;
  padding-right: 40px;
}
.reason_point_card:nth-child(2) {
  padding-left: 40px;
}
.reason_point_card dt, .babyset_ttl {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.reason_point_card dt p, .babyset_ttl p{
  font-size: 2.4rem;
  text-align: left;
  margin-left: 10px;
  line-height: 2.8rem;
}
.reason_point_card_txt {
  text-align: left;
  font-size: 1.5rem;
  margin-top: 15px;
}
#reason_point .note{
  margin-top: 5px;
}
.baby_set {
  margin: 40px auto 0;
  width: 765px;
}
.babyset_mainimg {
  position: relative;
}
.babyset_txt_warapper {
  position: absolute;
  top: 35px;
  left: 35px;
  text-align: left;
  letter-spacing: -0.04em;
  color: #3A3A3A;
}
.babyset_txt_warapper p:first-child {
  font-size: 2.2rem;
}
.babyset_txt_warapper .label {
  background-color: #FAAF18;
  border-radius: 50px;
  color: #fff;
  margin: 15px 0 10px;
  display: inline-block;
  padding: 0 10px 3px;
  line-height: 1.2;
}
.babyset_txt_warapper p:nth-child(3) {
  font-size: 3.4rem;
}
.babyset_txt_warapper p:nth-child(4) {
  font-size: 2rem;
  margin-top: 15px;
}
.babyset_feature {
  margin: 35px 0 45px;
  justify-content: center;
  align-items: flex-end;
}
.babyset_feature_card_01 {
  position: relative;
}
.babyset_feature_card_01 img:first-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -52px;
}
.babyset_feature_card {
  width: 178px;
}
.babyset_feature_card_02 {
  margin: 0 20px 0 60px;
}
.babyset_feature_card .label {
  color: #FAAF18;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #FAAF18;
  border-radius: 50px;
  display: inline-block;
  padding: 0 10px;
}
.babyset_feature_card .label span {
  font-size: 0.8em;
}
.babyset_feature_card dt {
  font-size: 1.9rem;
  margin: 5px 0 10px;
}
.babyset_feature_card dd {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-top: 5px;
}
.babyset_item {
  justify-content: center;
  align-items: center;
}
.babyset_item_info {
  text-align: left;
  margin-left: 50px;
}
.babyset_item_price {
  margin-bottom: 15px;
}
/* ===========
.sec_howto
=========== */
.sec_howto {
  padding: 70px 0;
}
.howto_card_wrap {
  justify-content: center;
  margin-top: 35px;
}
.howto_card {
  width: 196px;
  position: relative;
}
.howto_card:nth-child(n+2) {
  margin-left: 50px;
}
.howto_card:not(:last-child)::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_right_pk.png);
  width: 22px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 113px;
  right: -38px;
}
.howto_txt{
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 10px;
    text-align: left;
}
.special_point {
  background: #fff;
  border-radius: 10px;
  width: 825px;
  margin: 50px auto 0;
  padding: 20px 0 30px;
}
.special_point h3{
  position: relative;
  display: inline-block;
}
.special_point h3::before, .special_point h3::after{
  position: absolute;
  content: "";
  background-image: url(../images/slash_sppoint.png);
  width: 25px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
}
.special_point h3::before{
  left: -38px;
}
.special_point h3::after{
  right: -38px;
  transform: scale(-1, 1);
}
.special_card_wrap {
  justify-content: center;
  margin-top: 25px;
}
.special_card {
  width: 38%;
  display: flex;
  flex-direction: column;
}
.special_card:nth-child(even) {
  margin-left: 25px;
}
.special_card:nth-child(n+3){
  margin-top: 20px;
}
.special_card_ttl {
  order: 2;
  color: #F16F6F;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #F16F6F;
  margin-top: 10px;
}
.special_card_txt {
  order: 3;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
}
.note {
  font-size: 1.1rem;
  text-align: left;
  line-height: 2rem;
}
/* ===========
.sec_stick
=========== */
.sec_stick{
  position: relative;
  padding: 25px 0 15px;
}
.sec_stick:before, .sec_stick:after{
  position: absolute;
  content: "";
  background-image: url(../images/flame_ye.png);
  width: 100%;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}
.sec_stick:before{
  top: -40px;
}
.sec_stick:after{
  bottom: -40px;
  transform: rotate(180deg);
}
.stick_inner{
  justify-content: center;
  align-items: center;
}
.stick_inner_left {
  width: 316px;
  margin-right: 70px;
}
.stick_inner_left  .itemname {
  font-weight: bold;
  margin-top: 20px;
}
.stick_inner_left  .itemprice {
  font-weight: bold;
  margin: 5px 0 10px;
}

.stick_inner_right {
  width: 427px;
}

/* ===========
.sec_review
=========== */
.sec_review {
  margin: 75px 0 60px;
}
.review_card_wrap{
  width: 890px;
  margin: 30px auto 0;
}
.review_card{
  background: #FDEFEF;
  border-radius: 10px;
  padding: 20px 15px 10px;
  margin: 0 5px;
}
.sec_review .slick-prev {
  left: -30px;
}
.sec_review .slick-next {
  right: -30px;
}
.review_ttl_wrap{
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
}
.review_ttl_wrap_right{
  margin-left: 15px;
  text-align: left;
}
.review_ttl{
  font-size: 1.8rem;
}
.review_txt{
  background: #fff;
  padding: 10px 15px;
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.1rem;
  height: 230px;
}
.user_name{
  font-weight: bold;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
}
.sec_review .note {
  padding-left: 55px;
  margin-top: 15px;
}
/* star5_rating ここから*/
.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; 
  font-size: 12px; 
}
.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}
.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #F16F6F;
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */
/* star5_rating ここまで/
/* インスタキャンペーン*/
.campaign {
  width: 740px;
  margin: 40px auto 0;
  background: #FEFCF2;
  border: 7px solid #FFF5C9;
  border-radius: 10px;
  padding: 25px 0;
}
.campaign_inner {
  justify-content: center;
}
.campaign img {
  width: 190px;
}
.campaign dl {
  width: 425px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.campaign_ttl {
  font-size: 27px;
  color: #FAAF18;
  text-align: left;
}
.campaign_txt {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 20px;
}
.campaign_link {
  text-align: right;
  margin-top: auto;
  font-size: 1.5rem;
}
/* ===========
.sec_recipe
=========== */
.sec_recipe{
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EFEDE4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EFEDE4 calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #FEFCF2;
  padding: 40px 0 50px;
}
.secttl_lead {
  font-size: 1.4rem!important;
  margin-top: 15px;
}
.babyfood_chart {
  margin-top: 30px;
}
.babyfood_chart h3 {
  font-size: 2.2rem !important;
}
/* teble ここから*/
.babyfood_chart table {
  width: 890px;
  margin: 15px auto 50px;
  table-layout: fixed;
}
th {
  padding: 10px 10px 15px;
}
.period_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
}
.gokkun .period_ttl {
  background: #39A1C2;
}
.mogumogu .period_ttl {
  background: #FAAF18;
}
.kamikami .period_ttl {
  background: #F16F6F;
}
.pakupaku .period_ttl {
  background: #5BB98C;
}
.period_txt {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0;
}
.katasa{
  background: #fff;
  font-size: 1.3rem;
  text-align: left;
  font-weight: bold;
  line-height: 2rem;
  padding: 10px;
}
td {
  background: #F5EFE1;
  font-weight: bold;
  font-size: 1.3rem;
  vertical-align: middle;
  border-bottom: 1px solid #e6dfcd;
  width: 150px;
}
th {
	background: #f0e6cc;
}
.process_img {
border-left: 1px solid #e6dfcd;
}
.att_img{
  padding: 25px 10px;
  text-align: right;
}
.att_babyset {
  text-align: right;
  display: block;
}
.att_img img:nth-child(n+2) {
  margin-top: 15px;
}
.boder_right{
  border-right: 1px solid #e6dfcd;
}
.border_none{
  border-bottom: none;
}
/* teble ここまで*/
.recipe_card_wrap{
  width: 890px;
  margin: 30px auto 0;
  justify-content: space-between;
}
.recipe_card{
  width: 210px;
  border-radius: 10px;
  padding: 15px 0;
  box-shadow: 1px 2px 6px rgba(170, 158, 97, 0.5);
}
.recipe_card:nth-child(n+5){
  margin-top: 15px;
}
.recipe_card h4{
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50px;
  width: 69%;
  margin: 0 auto;
  color: #fff;
}
.bg_bl h4{
  background: #39A1C2;
}
.bg_ye h4{
  background: #FAAF18;
}
.bg_pk h4{
  background: #F16F6F;
}
.bg_gr h4{
  background: #5BB98C;
}
.spec_card_wrap{
  justify-content: center;
}
.spec_card{
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 2rem;
  margin-top: 7px;
}
.spec_card:nth-child(n+2){
  margin-left: 3px;
}
.recipe_name{
  font-size: 1.3rem;
  font-weight: bold;
  margin: 5px 0 10px;
}
.recipe_img_icon{
  position: absolute;
  width: 35px;
  height: 35px;
  top: 8px;
  right: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  line-height: 35px;
}
.recipe_img_icon span{
  font-size: 1.2rem;
}
.att_use{
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}
.att_use p{
  font-size: 1.3rem;
  text-align: left;
  margin-left: 10px;
  line-height: 1.8rem;
}
.babyfood_recipe .btn {
  background-color: #fff;
  color: #F16F6F;
  margin-top: 30px;
}
/* ===========
.sec_lineup
=========== */
.sec_lineup{
  background: #FDEFEF;
  padding: 40px 0 50px;
}
.lead--wrapper {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lead--inner {
  width: 31%;
  position: relative;
  border: 2px solid #F16F6F;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 15px;
}
.lead--inner:nth-child(n+2) {
  margin-left: 10px;
}
.lead--inner__txt {
  position: absolute;
  top: 30px;
  right: 30px;
}
.color-sample-image {
  display: block;
  margin: 0 auto 20px;
}
.color-list {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  margin-bottom: 10px;
}
.color-list li {
  text-align: center;
  width: 40px;
}
.color-list .color-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  border: solid 2px #fff;
}
.color-list .color-btn img {
  display: none;
}
.color-list .color-btn.ivory {
  background-color: #F2EFE6;
}
.color-list .color-btn.pink {
  background-color: #F3DFEF;
}
.color-list .color-btn.green {
  background-color: #CFE5D1;
}
.color-list .color-btn.bluegray {
  background-color: #CBD5DF;
}
.color-list .color-btn.gray {
  background-color: #D8D8D8;
}
.lead__item-name {
  font-size: 1.4rem;
}
.lead__item-txt {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: left;
  margin-bottom: 10px;
}
.sec_lineup .btn {
  margin-top: 10px;
}
.lead--inner__notice {
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 5px auto 60px;
  width: 310px;
}
.shblender h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -20px;
}
.shblender_inner {
  background: #fff;
  border-radius: 10px;
  width: 750px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
}
.shblender_inner_left {
  width: 214px;
  margin-right: 40px;
  position: relative;
}
.shblender_inner_right {
  width: 350px;
  text-align: left;
}
.shblender_inner_right dt {
  font-weight: bold;
}
.shblender_inner_right ul{
  margin: 5px 0 10px;
}
.shblender_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.shblender_inner_right .itemprice{
  font-weight: bold;
}
/* ===========
.sec_gift
=========== */
.sec_gift{
  background: #FFF5C9;
  padding: 40px 0 50px;
  margin-bottom: 50px;
}
.wrapping_card_wrap{
  justify-content: center;
  margin: 25px 0 45px;
}
.wrapping_card{
  width: 310px;
  position: relative;
}
.wrapping_card:first-child{
  margin-right: 100px;
}
.wrapping_copy{
  font-size: 1.8rem;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
.wrapping_copy::before, .wrapping_copy::after {
  position: absolute;
  content: "";
  background-image: url(../images/slash_gift.png);
  width: 15px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2px;
}
.wrapping_copy::before {
  left: -18px;
}
.wrapping_copy::after {
  right: -18px;
  transform: scale(-1, 1);
}
.wrapping_img_wrap{
  margin-top: 10px;
}
.wrapping_subimg{
  position: absolute;
  width: 183px;
  bottom: 107px;
}
.wrapping_bag .wrapping_subimg{
  left: -86px;
}
.wrapping_sleeve .wrapping_subimg{
  right: -86px;
}
.gift_list {
  background: #FEFCF2;
  border-radius: 10px;
  position: relative;
  width: 890px;
  margin: 0 auto 60px;
  padding: 30px 0 40px;
}
.gift_list:before {
  background-image: url(../images/fukidashi_triangle.png);
  width: 94px;
  height: 26px;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: -25px;
  right: 50%;
  margin-right: -47px;
}
.gift_list_ttl{
  font-size: 2.2rem;
  margin: 0 0 25px;
}
.service_card_wrap{
  width: 890px;
  justify-content: space-between;
  margin: 20px auto 0;
}
.service_card{
  width: 430px;
}
.service_card p{
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}
.sec-item-wrapper {
  padding: 0 6rem;
  margin-bottom: 30px;
}
.item-list-carousel li {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0 10px;
}
.item-list-carousel li .item-name{
  margin-top: 10px;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0;
}
.slick-next {
  right: 23px;
}
.slick-prev {
  left: 23px;
}
.slick-prev:before, .slick-next:before {
  color: #000 !important;
  font-size: 3rem !important;
  font-family: "font awesome 5 free" !important;
  font-weight: 900;
}
.slick-next:before {
  content: "\f054" !important;
}
.slick-prev:before {
  content: "\f053" !important;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
/* ===========
.sec_related
=========== */
.sec_related {
  padding-bottom: 50px;
}
.related_card_wrapper {
  justify-content: center;
  margin-top: 40px;
}
.related_card {
  width: 250px;
}
.related_card:nth-child(n+2){
  margin-left: 30px;
}
.related_card:nth-child(n+4){
  margin-top: 30px;
}
.related_card p{
  font-size: 1.3rem;
  margin-top: 10px;
}
.sec_related h2{
  font-size: 3.6rem;
}