@charset "UTF-8";

/*----------MENU-------------

 mainvisual
 リード
 目次
 ランキング
 fardersday_area
 comment_area
 予算で選ぶ
 gift_massage ギフトに添える、感謝の一言メッセージ
 flex_list

------------MENU-----------*/

body.fardersday2026{
  background: none;
}

body.fardersday2026 .block-top-topic--body{
  background: none;
}

body.fardersday2026 .wrapper{
  background: none;
}

body.fardersday2026 .pane-contents{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: .11em;
  background:#FFFBEB; /*background:#fff6e3;*/
}

.wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 0.8rem;
}

.wrap_1600{
  max-width: 1600px;
    margin: auto;
    padding: 0 0.8rem;
}

p.mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
}

.mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

h3.mincho.fardersday{
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 10px;
}

@media (max-width: 320px){
p.mincho{
  letter-spacing: -.07em;
}
}


/* ----------------------------------------------------------
  brands KV
  ---------------------------------------------------------- */
:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }

.brands .swiper{
  height: auto!important;/**/
}

.brands .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

.brands .l-section {
    border-top: 1px solid #eee;
  }

.brands .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

[class*=swiper]:focus {
    outline: none;
  }

.brands .slide-media,
.brands .thumb-media {
    position: relative;
    overflow: hidden;
  }

.brands .slide-media img,
.brands .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.brands .swiper-button-prev,
.brands .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

.brands .swiper-button-prev::before,
.brands .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }

.brands .swiper-button-prev::after,
.brands .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }

.brands .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

.brands .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

.brands .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

.gallery_brand {
    margin-bottom: 0rem;/*margin-bottom: 6rem;*/
  }

.gallery_brand .l-inner {
    padding-bottom: 0;
  }

.gallery_brand .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

.gallery_brand .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

.gallery_brand .slide {
    width: var(--slide-width);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    --slide-width: 400px;
  }

.gallery_brand .slide-media {
    height: var(--slide-width);
  }

.gallery_brand .slide-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3.2rem 1.6rem .8rem;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
  }

.gallery_brand .slide-title {
    font-size: 1.2rem;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

.gallery_brand .slide:hover {
    width: calc(var(--slide-width) * 1.5);
  }

.gallery_brand .slide:hover .slide-content {
    opacity: 1;
  }

@media only screen and (max-width: 1024px) {
    .l-inner {
      padding: 0 4rem;
    }
  }

@media only screen and (max-width: 599px) {
    .gallery_brand {
      margin-bottom: 0rem;/*margin-bottom: 6rem;*/
    }
    .gallery_brand .slide {
      --slide-width: 350px;
    }
  }

@media only screen and (min-width: 1025px) {
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }

@media only screen and (min-width: 600px) {
  }

/*--------------------------------------------------------------
 リード
--------------------------------------------------------------*/
.wide_title__text{
    position: relative;
    padding: 80px 10px 0;
}


img.icon_FD25{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:160px;
    z-index:10;
}

@media only screen and (max-width: 559px) {
  .wide_title__text{
    padding: 65px 10px 0;
}

img.icon_FD25{
    width:130px;
}

}

.fardersday2026 .concept h1 {
    color: #422223;
    font-size: clamp(1.438rem, 1.233rem + 1.02vw, 2rem);
    font-family: "adobe-garamond-pro", serif;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

@media (max-width: 767px) {
.fardersday2026 .concept::before {
        content: "";
        display: block;
        padding-top: 0;
    }
}

/*--------------------------------------------------------------
 目次
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  mokuji_area
--------------------------------------------------------------*/
.mokuji_head{
  overflow: hidden;
}

.mokuji_head .mokuji_head_inner{
  background: #FFF6DC;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: auto;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.mokuji_area{
  margin: 0px auto auto;
  padding: 0px 0 10px;
}


/*--------------------------------------------------------------
page_links(ページ内リンク)
--------------------------------------------------------------*/
.page_links{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 20px;
  max-width: 1200px;
  gap: 27px 8px;
}

.page_links .p_link{
  /*background: #fffcfc;*/
  background: linear-gradient(125deg, #fad652 0%, #faeea1 50%, #fad652 100%);
  border: 3px solid #fffcfc;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  /*letter-spacing: -0.01em;*/
  line-height: 1.2;
  text-align:center;
  min-width:172px;
  display:block;
  padding: 0px 0 6px;
  position:relative;
  min-height:70px;
  position:relative;
  border-radius: 35px;
  /*font-family: "Zen Old Mincho", serif;*/
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 3px 3px);
}

.page_links .p_link:after{
  content: "";
  background: #000;
  height: calc(tan(60deg) * 8px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.page_links .p_link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.page_links .p_link a:hover{
  text-decoration: none;
  opacity: 0.5;
}

@media (max-width: 480px){
.page_links{
  margin: 35px auto 15px!important;
}
}

@media (max-width: 376px){

}

/* .mokuji_img .page_link */
.mokuji_img .page_link img{
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 4px 4px);
}

/*-------
お相手や予算から選ぶ
-------*/

.mokuji_recommend{
  max-width: 1000px;
  margin: 10px auto 30px;
}

.select_title{
  text-align: center;
}

.select_title h3{
  display: inline-block;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
}

.mokuji_recommend .btn_page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
}

.mokuji_recommend .btn_page_link li {
   width: calc(25% - 40px);
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  background: #beebe1;
  border-radius: 30px;
  color: #000;
  letter-spacing: 0.05em;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 3px 3px);
  font-weight: 400;
}

.mokuji_recommend .btn_page_link li img{
  padding: 10px;
}

@media screen and (min-width: 768px) and (max-width: 880px) {

}

@media (max-width: 767px){

}

.mokuji_recommend .btn_page_link li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #411e1b;
    border-bottom: 2px solid #411e1b;
    position: absolute;
    right: 10px;
    top: 2px;
    bottom: 0px;
    margin: auto;
    -webkit-transform: rotate(-225deg);
    transform: rotate(225deg);
}

/*--------------------------------------------------------------
   price_search
--------------------------------------------------------------*/
.price_search{
  margin: 20px 0 20px;
  padding: 0;
}

@media (max-width: 415px){
.price_search .btn_page_link li {
    width: calc((100% - 20px) / 2);
    font-size: 13px;
    padding: 11px 10px 11px;
}
}

.price_search .btn_page_link li {
    width: unset;
    min-width: 160px;
    min-height:60px;
    text-align: center;
    position: relative;
    background: #231815;
    border: solid 2px #fff;
    outline: solid 3px #231815;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0px 0px 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 20px;
}

.price_search .btn_page_link li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 7%;
}

.price_search .btn_page_link li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: unset;
    right: unset;
    left: 50%;
    bottom: 8px;
    margin: auto;
    -webkit-transform: rotate(-315deg);
    transform: rotate(315deg);
}


/*--------------------------------------------------------------
 目次 
--------------------------------------------------------------*/
.mokuji_img,
.mokuji_recommend_pagenai,
.price_search{
  text-align: center;
}

.mokuji_img {
    padding: 20px 0px 0px;
}

.mokuji_recommend_pagenai{
  margin: 20px auto 0px;
}

.price_search h2 a::after{
  display: none;
}

.mokuji_img h2{
  font-size: 18px;
  padding: 0px 0 10px;
  margin: 0px 0 20px;
  text-align: center;
  position: relative;
  border-bottom: #d5af4a solid 3px;
  display: inline-block;
}

.mokuji_recommend_pagenai h2,
.price_search h2{
  font-size: 18px;
  padding: 0px 0 10px;
  margin: 0px 0 20px;
  text-align: center;
  position: relative;
  border-bottom: #d5af4a solid 3px;
  display: inline-block;
}

.mokuji_recommend_pagenai .btn_page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.mokuji_recommend_pagenai .btn_page_link li {
    min-width: 160px;
    min-height: 60px;
    text-align: center;
    position: relative;
    background: #fffcfc;
  /*background: linear-gradient(125deg, rgba(224, 192, 74, 1) 0%, rgba(247, 228, 155, 1) 50%, rgba(224, 192, 74, 1) 100%);*/
    border: 3px solid rgba(224, 192, 74, 1);
    border-radius: 60px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0px 10px 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 10px;
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 3px 3px);
}

.mokuji_recommend_pagenai .btn_page_link li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 7%;
}

.mokuji_recommend_pagenai .btn_page_link li a{
  color:#000;
}


.mokuji_recommend_pagenai .btn_page_link li:after{
  content: "";
  background: #000;
  height: calc(tan(60deg) * 8px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom:6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}



/*fardersday2026の目次*/

.fardersday2026 .page_links .p_link{
  /*background: #fffcfc;*/
  background: linear-gradient(125deg, #fad652 0%, #faeea1 50%, #fad652 100%);
  border: 3px solid #fffcfc;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  /*letter-spacing: -0.01em;*/
  line-height: 1.2;
  text-align:center;
  min-width:172px;
  display:block;
  padding: 0px 0 8px;
  position:relative;
  min-height:70px;
  position:relative;
  border-radius: 35px;
  /*font-family: "Zen Old Mincho", serif;*/
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 3px 3px);
}

.fardersday2026 .page_links .p_link:after{
  content: "";
  background: #000;
  height: calc(tan(60deg) * 8px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.fardersday2026 .mokuji_recommend_pagenai .btn_page_link li{
  background: #fffcfc;
  border: 3px solid rgba(224, 192, 74, 1);
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  text-align:center;
  min-width:172px;
  display:block;
  padding: 0px 0 8px;
  position:relative;
  min-height:70px;
  position:relative;
  border-radius: 35px;
  /*font-family: "Zen Old Mincho", serif;*/
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 3px 3px);
}

.fardersday2026 .mokuji_recommend_pagenai .btn_page_link li:after{
  content: "";
  background: #000;
  height: calc(tan(60deg) * 8px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.fardersday2026 .mokuji_recommend_pagenai .btn_page_link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 0px;
}

/*--------------------------------------------------------------
 ランキング
--------------------------------------------------------------*/
.tab__panel {
  margin: 20px 0;
}

.ranking--items {
    padding: 0px 0 0;
}

.fardersday2026 .runking_wrap{
  max-width: 1200px;
  margin: 0px auto 0px;
  padding: 0px 0px 0px;
}

.fardersday2026 .runking_wrap .list__item_LL,
.fardersday2026 .runking_wrap .list__item_L,
.fardersday2026 .runking_wrap .list__item_R {
    width: calc((100% - 80px) / 5);
    margin: 0 8px 16px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.runking_wrap .list__item_LL h3.item_name {
    margin: 8px 0px;
    flex-grow: 1;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 0;
    letter-spacing: -.03em;
}

@media screen and (max-width:767px) {

.fardersday2026 .runking_wrap .list__item_R .runking_icon{
  margin-bottom:5px;
  width: 70px;
}

.fardersday2026 .runking_wrap .list__item_LL{
  width: 100%;
  margin: 0 4px 10px;
}

.fardersday2026 .runking_wrap .list__item_L{
  width: calc((100% - 16px) / 2);
  margin: 0 4px 10px;
}

.fardersday2026 .runking_wrap .list__item_R{
  width: calc((100% - 26px) / 3);
  margin: 10px 4px 10px;
}

.fardersday2026 .runking_wrap .list__item_LL h3.item_name {
    flex-grow: 1;
    font-size: 3.6vw;
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
}

.fardersday2026 .runking_wrap .list__item_L h3.item_name {
    flex-grow: 1;
    font-size: 3.6vw;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.fardersday2026 .runking_wrap .list__item_R h3.item_name {
    flex-grow: 1;
    font-size: 3.3vw;
    letter-spacing: -0.09em;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.fardersday2026 .runking_wrap .list__item_L .btn_arrow_light,
.fardersday2026 .runking_wrap .list__item_R .btn_arrow_light {
    display: block;
    background: #421f1b;
    color: #fff;
    padding: 1em 1em 1em 1em;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
    border-radius: 6px;
    position: relative;
}

.fardersday2026 .runking_wrap .list__item_L .btn_arrow_light::after,
.fardersday2026 .runking_wrap .list__item_R .btn_arrow_light::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 6px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
}


/*--------------------------------------------------------------
  fathersady_area
--------------------------------------------------------------*/
.fathersady_area h2{
  background: #3188cb; /*#3A98B9*/
  color:#fff;
  padding: 1rem 0;
  margin:20px 0 0;
  text-align:center;
  font-size:26px;
  line-height: 1.5;
}

.fathersady_area h2 span{
    display: block;
    font-size:18px;
}

.fathersady_area h3 {
  position: relative;
  padding: 15px 0 15px;
  text-align:center;
  font-size:22px;
  margin:0 0 20px;
  line-height:1.4;
  font-weight:400;
  background: #eedcb3;
  color: #000;
}

.fathersady_area .btn_arrow_light {
    color: #fff;
  }

@media screen and (max-width:541px) {
.fathersady_area h2{
  font-size:24px;
  line-height: 1.4;
}

.fathersady_area h3 {
  font-size:22px;
}
}


.fathersday_btn_area{
    max-width:360px;
    margin: 0px auto 0px;
    padding: 0 10px 30px;
}

.fathersday_btn_area .btn_arrow_light {
  display: block;
  background: #fff;
  color: #262e4e;
  padding: 1em 2em 1em 1em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0 0;
  border-radius: 6px;
  position: relative;
  border: solid 3px #262e4e;
}

.fathersday_btn_area .btn_arrow_light::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #262e4e #262e4e;
    transform: rotate(-135deg);
    transition: .3s;
}
.fathersday_btn_area .btn_arrow_light:hover::after{
    right: 10px;
}
@media screen and (max-width:320px) {
  .fathersday_btn_area .btn_arrow_light {
  font-size: 12px;
}
  }

/* --------------------------------
 ブロック
---------------------------------- */
.product_02{
  background-color: #fff6dc;
}

.product_01, .product_02{
  margin: 0 0 0px;
  padding: 0px 0 20px;
}

.product_01 .list, .product_02 .list{
  align-items: flex-start;
}

.product_01 .view, .product_02 .view{
  overflow: visible;
}


/* product_02 PC時に表示順を入替 */
.product_02 ul.list li.product_img { order: 2; }
.product_02 ul.list li.product_info { order: 1; }

.product_02 div.list__special div.list__special_img_half:nth-child(1) { order: 2; }
.product_02 div.list__special div.list__special_img_half:nth-child(2) { order: 1; }

@media (max-width: 450px) {
  .product_01, .product_02, .product_last{
  padding: 1px 0 20px;
}
  .product_01 .list, .product_02 .list, .product_last .list{
  display: block;
}

  }


.list__special_text_half h3,
.list__special_text_half h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.001em;
    text-align: center;
    margin: 20px 0 20px;
}

/*--------------------------------------------------------------
  チョコレートの概要
--------------------------------------------------------------*/
.chocolate_guide{
  max-width: 760px;
  margin: 10px auto 10px;
  text-align: center;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  border-radius: 30px 0;
}

.chocolate_guide p{
  font-size: 14px;
  text-align: left;
  display: inline-block;
}


/*--------------------------------------------------------------
  customer-voice
--------------------------------------------------------------*/
.fardersday2026 .customer-voice {
    width: calc(50% - 30px);
    padding: 0 0 0px;
    margin: 0 10px 20px;
    position: relative;
}

@media (max-width: 767px) {
    .fardersday2026 .customer-voice {
        width: 98%;
        margin: 0 auto 10px;
    }
}


/* \ラインを使った見出し/ */
.line_midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
  margin: 20px 20px 10px;
}

.line_midashi::before,
.line_midashi::after {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #231815;
}

.line_midashi::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.line_midashi::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

/*--------------------------------------------------------------
 カテゴリー説明
--------------------------------------------------------------*/
.cate_lead{
  max-width:768px;
  padding:10px 10px;
  margin:20px auto 0;
  border: dotted 2px #b3ccdf;
  background-color:#fff;
}

.cate_lead p{
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

@media screen and (max-width:767px) {
.cate_lead p{
  text-align:left;
}
}

/*--------------------------------------------------------------
 gift_massage ギフトに添える、感謝の一言メッセージ
--------------------------------------------------------------*/
#gift_massage{
  padding-bottom:50px;
}

h3.massage_midashi{
  text-align:center;
  background:none;
  margin: 0 0 20px;
}

.massage_text{
  max-width:760px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: solid 1px #666;
  padding:20px;
}

.massage_text p{
  font-size:15px;
  line-height:2;
  color:#000;
  font-weight: bold;
}



/*--------------------------------------------------------------
  comment_area
--------------------------------------------------------------*/
.comment_area{
  max-width:768px;
  margin:0 auto 30px;
  background-color:#fff;
  padding: 20px;
  display:flex;
  flex-wrap: wrap;
  align-items:center;
}

.comment_area a{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
}

.comment_area img{
  width:40%;
}

.comment_area .text{
  width:60%;
  text-align:center;
  padding: 0 20px;
}

.comment_area .text h4{
  font-size:18px;
  margin: 0 0 10px;
}

.comment_area .text p{
  font-size:14px;
  text-align:left;
}

@media screen and (max-width:767px) {
  .comment_area{
  margin:0 10px 20px;
  padding: 20px 10px;
}

.comment_area img{
  width:80%;
  margin: 0 auto;
}

.comment_area .text{
  width:100%;
  padding: 10px 10px;
}
}

#faq .contentText span{
    margin-top: 10px;
    display: block;
}

#faq .contentText a{
    text-decoration: underline;
    margin-top: 0px;
     display: inline-block;
}

/*--------------------------------------------------------------
 予算で選ぶ
--------------------------------------------------------------*/
/* hot_items 人気アイテム */
.hotitems{
  text-align: center;
  padding: 2rem 0 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hot_items{
  width: 50%;
  display: flex;
  margin-bottom: 20px;
  flex-flow: column;
}

.list_gift {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: center;
}

.hot_items .list__item_2 {
  width: calc((100% - 1px) / 2);
  margin-bottom: 0px;
  padding: 0rem .5rem .5rem;
  position: relative;
}

h3.hot_items__point{
  color: #411e1b;
  padding: 1rem 0;
}

h3.hot_items__point{
    background: #d0e4f3;
    width: 97%;
    margin: auto;
    padding: .5rem 0;
    font-weight:600;
    font-size:18px;
}

.hot_items .list__item_2_text h3{
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.hot_items{
  width: 47%;
  display: inline-block;
  margin-bottom: 30px;
}
}

@media (max-width: 767px) {
  .hot_items{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.hot_items .list__item_2 {
}

h3.hot_items__point{
    width: 95%;
}
.hot_items .list__item_2_text h4,
.hot_items .list__item_2_text p.price{
  font-size: 14px;
  letter-spacing: -.04em;
}
.hot_items .list__item_2_text h4 br,
.hot_items .list__item_2_text p.price br{
  display: block;
}

}

.btn_arrow_line_mini {
    display: block;
    border: solid 2px #262e4e;
    background-color: #fff;
    color: #262e4e;
    padding: 0.5em 2em 0.5em 1em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 30px;
    border-radius: 6px;
    position: relative;
    max-width: 300px;
}

.btn_arrow_line_mini::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #262e4e #262e4e;
    transform: rotate(-135deg);
    transition: .3s;
}

a.btn_arrow_line_mini{
    text-decoration:none;
}

a.btn_arrow_line_mini:hover{
    text-decoration:none;
}

.btn_arrow_line_mini:hover::after{
    right: 10px;
}



/*--------------------------------------------------------------

------------------------------------------------------------*/
.collection_section {
  margin-bottom: 0;
}

/* \ラインを使った見出し/ */
.line_midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
  margin: 20px 20px 10px;
}

.line_midashi::before,
.line_midashi::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #231815;
}

.line_midashi::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.line_midashi::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/**/



/*--------------------------------------------------------------
 cssアニメーション
--------------------------------------------------------------*/

.dokidoki{
    animation-name:dokidoki;  /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.dokidoki2{
    animation-name:dokidoki;  /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 4s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki2 {
    0% {
        transform: scale(1);
    }
    35% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    65% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.dokidoki3{
    animation-name:dokidoki;  /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 2s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki3 {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(1.05);
    }
    66% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 255, 255, 0.4)
  }
  100% {
    transform: translate(-50%, -50%) scale(3, 3);
    background-color: rgba(255, 255, 255, 0)
  }
}



/*--------------------------------------------------------------
  カテゴリーKV装飾 アイコン
--------------------------------------------------------------*/
.shadow{
  filter: drop-shadow(rgba(56, 53, 53, 0.5) 0px 8px 8px);
}

.kado_left{
  border-radius: 120px 0px 0px 0px;
  overflow: hidden;
}

img.icon_Right_SM26{
  position: absolute;
  top: -3%;
  right: 0%;
  width: 100px;
  z-index: 2;
}

img.icon_Right_SM26_1{
  position: absolute;
  top: -5%;
  right: 0%;
  width: 100px;
  z-index: 2;
}

img.icon_Right_SM26_2{
  position: absolute;
  top: -5%;
  right: 105px;
  width: 100px;
  z-index: 3;
}

@media screen and (min-width:768px) and (max-width:1024px) {
img.icon_Right_SM26{
  position: absolute;
  top: -10%;
  right: 0%;
  width: 90px;
  z-index: 2;
}

img.icon_Right_SM26_1{
  position: absolute;
  top: -20%;
  right: 0%;
  width: 90px;
  z-index: 2;
}

img.icon_Right_SM26_2{
  position: absolute;
  top: -20%;
  right: 95px;
  width: 90px;
  z-index: 3;
}
}

@media (max-width: 767px) {

img.icon_Right_SM26{
  top: -5%;
  right: -1%;
  width: 26%;
}

img.icon_Right_SM26_1{
  top: -10%;
  right: -1%;
  width: 24%;
}

img.icon_Right_SM26_2{
  top: -10%;
  right: 25%;
  width: 24%;
}
}
