@charset "UTF-8";
/*共通*/
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*PC・SP非表示*/
#fathersday2025 .spNone {
  display: block;
}
#fathersday2025 .pcNone {
  display: none;
}
#fathersday2025 .mv {
  margin-bottom: 10px;
}
/*アンカーリンク*/
#fathersday2025 .anchor-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 60px;
  font-size: 0;
  line-height: 0;
  gap: 10px;
}
#fathersday2025 .anchor-nav li {
  text-align: center;
  background-color: rgb(231, 243, 255);
}
#fathersday2025 .anchor-nav li a {
  color: #000000;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  min-height: 25px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
#fathersday2025 .anchor-nav li a::after {
  content: "";
  transform: translateY(-25%) rotate(135deg);
  border-right: 1px solid;
  border-top: 1px solid;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 60px;
}
#fathersday2025 .anchor-nav li a:hover {
  opacity: 0.5;
}
#fathersday2025 .section {
  margin-bottom: 100px;
  margin: 0 auto;
  max-width: 1000px;
}
/*リード文*/
#fathersday2025 .explanation_text {
  text-align: center;
  margin: 50px 0px;
}
#fathersday2025 .explanation_text p {
  font-size: 1.8rem;
}
/*クーポン*/
#fathersday2025 .coupon_box {
  padding: 25px 20px 52px;
  text-align: center;
  background-color: rgb(231, 243, 255);
  border: 2px dashed #304068;
  margin-bottom: 90px;
  width: 65%;
  margin-inline: auto;
  background-image: url("/d_images/campaign/fathersday2025/rose01.png"), url("/d_images/campaign/fathersday2025/rose02.png");
  background-repeat: no-repeat;
  background-position: left 3px top 7px, bottom 6px right -2px;
  background-size: 85px;
}
#fathersday2025 .coupon_box .coupon_body {
  margin-bottom: 20px;
  color: #304068;
  font-weight: bold;
}
#fathersday2025 .coupon_box .coupon_body .price {
  font-size: 5.8rem;
  line-height: 1;
  display: block;
  margin-top: -10px;
  /*! color: #132d71; */
}
#fathersday2025 .coupon_box .coupon_body .price .coupon_price {
  font-size: 10rem;
  line-height: 1;
  vertical-align: -4px;
}
#fathersday2025 .coupon_box .price_note {
  font-size: 2.7rem;
  font-feature-settings: "palt";
  font-weight: normal;
}
#fathersday2025 .coupon_box .price_note_money {
  font-size: 4rem;
  vertical-align: -1px;
}
#fathersday2025 .coupon_boxn .coupon_box_price {
  line-height: 1;
  font-size: 8.0rem;
}
#fathersday2025 .coupon_box .coupon_body .couponcode {
  margin: 27px 0 0;
}
#fathersday2025 .coupon_box .coupon_body .couponcode p {
  display: inline-block;
  border: 3px solid #94caf6;
}
#fathersday2025 .coupon_box .coupon_body .couponcode span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
}
#fathersday2025 .coupon_box .coupon_body .couponcode span .code, #fathersday2025 .coupon_box .coupon_body .couponcode span .number {
  font-size: 2.8rem;
  padding: 0px 50px;
}
#fathersday2025 .coupon_box .coupon_body .couponcode span .code {
  background-color: #94caf6;
  color: #343b4d;
}
#fathersday2025 .coupon_box .coupon_body .couponcode span .coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* クーポンアコーディオンのボタン */
#fathersday2025 .btnset .button {
  background-color: #304068;
  padding: 9px 0 9px 0;
  text-align: center;
  display: inline-block;
  width: 60%;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
}
#fathersday2025 .detail-element {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: start;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
  margin-bottom: 20px;
}
#fathersday2025 .detail-element.is-open {
  max-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* クーポンアコーディオンの+,- */
#fathersday2025 .boxopen:before {
  display: block;
  content: "";
  position: absolute;
  top: 37%;
  left: 86%;
  width: 6px;
  height: 13px;
  border-left: solid 1px #fff;
}
#fathersday2025 .boxopen:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 84%;
  width: 15px;
  height: 6px;
  border-top: solid 1px #fff;
}
#fathersday2025 .boxclose:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 84%;
  width: 13px;
  height: 6px;
  border-top: solid 1px #fff;
}
/*セクション　背景*/
#fathersday2025 .background_1 {
  background-color: #FFFCC970;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 50px;
  padding-bottom: 60px;
}
#fathersday2025 #category {
  margin-top: 80px;
  scroll-margin-top: 140px;
}
#fathersday2025 #budget {
  margin-top: 80px;
  margin-bottom: 130px;
  scroll-margin-top: 140px;
}
/*ピックアップ　4カラム*/
#fathersday2025 #pickup {
  scroll-margin-top: 140px;
}
#fathersday2025 #pickup .section_title:before, #fathersday2025 #pickup .section_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#fathersday2025 #pickup .section_title:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 40px 0px 40px 20px;
  border-color: transparent transparent transparent #FFFEE7;
  border-style: solid;
}
#fathersday2025 #pickup .section_title:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 40px 20px 40px 0px;
  border-color: transparent #FFFEE7 transparent transparent;
  border-style: solid;
}
#fathersday2025 .section_title h3 span {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: rgb(37, 59, 115);
}
#fathersday2025 #pickup .section_title h3 span {
  color: #ffffff;
  padding-bottom: 4px;
}
#fathersday2025 .section > div {
  text-align: center;
}
#fathersday2025 .section_title {
  text-align: center;
}
#fathersday2025 #pickup .section_title {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 5px 0;
  font-size: 1.8rem;
  background-color: rgb(48, 64, 104);
  color: #FFF;
  box-sizing: border-box;
  margin-bottom: 70px;
  width: 70%;
}
#fathersday2025 #pickup .section_title .h3 {
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 66px;
  font-size: 5.0rem;
  letter-spacing: 0.3rem;
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#fathersday2025 #pickup .section {
  margin: 0 auto;
  max-width: 1000px;
}
#fathersday2025 .col4:not(:last-child) {
  margin-bottom: 60px;
}
#fathersday2025 .col4_body {
  display: flex;
  position: relative;
  gap: 10px;
}
#fathersday2025 .col4_body li {
  width: calc((100% - (10px * 1)) / 2);
}
#fathersday2025 .col4_body li a:hover {
  opacity: 0.8;
}
#fathersday2025 .col4_body li .name {
  color: rgb(25, 25, 26);
  margin: 13px 0 15px;
}
#fathersday2025 .col4_body li .name span {
  margin-top: 10px;
  display: block;
}
#fathersday2025 .col4_body li a img {
  box-shadow: rgba(147, 162, 172, 0.44) 0px 5px 10px 0px;
}
/*カテゴリーから探す*/
#fathersday2025 .gridbox_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 0 auto;
  align-items: flex-end;
}
#fathersday2025 .gridbox_col3 a {
  color: #000;
  position: relative;
  font-size: clamp(12px, 3vw, 20px);
}
#fathersday2025 .gridbox_col3 a:hover {
  opacity: 0.8;
}
#fathersday2025 .gridbtn {
  background-color: #2f2f2f;
  position: relative;
  padding: 19px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fathersday2025 .gridbtn:after {
  border-style: solid;
  border-width: 0 0 15px 15px;
  bottom: 6px;
  content: "";
  height: 0;
  position: absolute;
  right: 6px;
  width: 0;
  border-color: transparent transparent #111 transparent;
}
#fathersday2025 .gridbtn a:hover {
  opacity: .7;
}
#fathersday2025 .gridcaption_bg {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: rgba(144, 169, 208, 0.78) 0px 4px 7px 0px;
}
#fathersday2025 .gridcaption_bg p {
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  padding: 8px 19px;
  text-align: center;
  height: 4em;
  align-items: center;
  position: relative;
  background-color: rgb(37, 59, 115);
  font-weight: 500;
  line-height: 1.5;
  display: grid;
  place-content: center;
}
#fathersday2025 .detail_text {
  font-size: 1.7rem;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  font-feature-settings: "palt";
  display: flex; /* flexboxを有効にする */
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  text-align: center; /* テキスト自体も中央揃えにする */
  white-space: pre-wrap; /* テキストが複数行になっても改行を維持 */
}
#fathersday2025 .detail_text::before {
  content: "＼";
  margin-right: 5px;
}
#fathersday2025 .detail_text::after {
  content: "／";
  margin-left: 5px;
}
#fathersday2025 .gridcaption_bg .end {
  background-color: #626262;
}
/*#fathersday2025 .gridcaption_bg p:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 13px;
  content: " ";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 13px;
  width: 12px;
  background-color: #08578a;
}*/
#fathersday2025 .gridcaption_bg .end::after {
  background-color: #1111112e;
}
#fathersday2025 .gridbox_col5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
#fathersday2025 .gridbox_col5 a:hover {
  opacity: 0.8;
}
/*特集見出しh4*/
#fathersday2025 .h4_ttl {
  font-size: clamp(1.9rem, 3vw, 3.0rem);
  text-align: center;
  margin-bottom: 10px;
}
/*特集見出しh3*/
#fathersday2025 .section > div {
  text-align: center;
}
#fathersday2025 #category .section_title .h3, #fathersday2025 #budget .section_title .h3 {
  position: relative;
  color: #000000;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
  padding: 7px 80px;
  z-index: 1;
  border-bottom: 2px solid rgb(169, 212, 246);
  display: inline-block;
}
#fathersday2025 #category .section_title .h3 span, #fathersday2025 #budget .section_title .h3 span {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#fathersday2025 #category .section_title {
  margin-bottom: 20px;
}
#fathersday2025 #budget .section_title .h3 {
  margin-bottom: 50px;
}
#fathersday2025 #category .section_title .h3:before, #fathersday2025 #category .section_title .h3:after,
#fathersday2025 #budget .section_title .h3:before, #fathersday2025 #budget .section_title .h3:after { /* 重複定義を削除し、ここに移動 */
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
#fathersday2025 #budget .section_title .h3:before,
#fathersday2025 #category .section_title .h3:before { /* 重複定義を削除し、ここに移動 */
  background-color: rgb(169, 212, 246);
}
#fathersday2025 #budget .section_title .h3:after,
#fathersday2025 #category .section_title .h3:after { /* 重複定義を削除し、ここに移動 */
  bottom: -12px;
  background-color: #ffffff;
}
#fathersday2025 #pickup .section_title:before, #fathersday2025 #pickup .section_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
/*全商品をもっと見る　大*/
#fathersday2025 .all_list_btn a:hover {
  opacity: .8;
}
#fathersday2025 .all_list_btn a {
  border-radius: 5px;
  box-sizing: border-box;
  color: #191919;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  padding: 1rem 3rem;
  width: calc(100% - 10%);
  height: 70px;
  margin: 65px auto 0;
  position: relative;
  border: 1px solid #253b73;
}
#fathersday2025 .all_list_btn a::after {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  background-image: url(/d_images/campaign/fathersday2025/icon_arrow02.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  right: 2rem;
  top: 2.5rem;
  letter-spacing: 0.15em;
  color: #191919;
}
/*価格から探す*/
#fathersday2025 .price_body {
  padding: 30px 40px;
  border-radius: 6px;
  border-top: 1px solid #253b7373;
  box-shadow: 0px 5px 10px rgba(37, 59, 115, 0.43);
}
#fathersday2025 .price_body .flex_price {
  justify-content: space-around;
  display: flex;
}
#fathersday2025 .price_body .flex_price .item_price:last-child {
  padding-right: 0;
}
#fathersday2025 .price_body .flex_price .item_price a {
  background-image: url(/d_images/campaign/fathersday2025/icon-arrow01.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  color: #19191a;
  padding-right: 40px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2.0rem;
  padding-left: 30px;
  display: inline-block;
}
#fathersday2025 .price_body .flex_price .item_price a:hover {
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}
#fathersday2025 .section_price:not(:last-child) {
  margin-bottom: 100px;
}
#fathersday2025 .explanation_body .price span {
  font-size: 6.0rem;
}
/*もっと見るボタン*/
#fathersday2025 .section_foot {
  align-items: center;
  display: flex;
  justify-content: center;
}
#fathersday2025 .section_foot .read_more {
  color: #fff;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 2px solid #da3327;
  justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  align-items: center;
  display: flex;
  background-color: #da3327;
  border-radius: 5px;
  height: 45px;
}
#fathersday2025 .section_foot .read_more:hover {
  background: #fff;
  color: #caa25f;
}
/*お買い物ガイド*/
#fathersday2025 .content_guide {
  background-color: #f6f6f8;
  margin-bottom: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  scroll-margin-top: 120px;
}
#fathersday2025 .content_guide .guide_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0 55px;
}
#fathersday2025 .content_guide .guide_inner .content_ttl {
  color: #19191a;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
#fathersday2025 .content_guide .guide_inner .flex {
  display: flex;
  flex-wrap: wrap;
}
#fathersday2025 .content_guide .section {
  margin-bottom: 0;
}
#fathersday2025 .content_guide .row .colomun:first-child {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#fathersday2025 .content_guide .row .colomun:nth-child(2) {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#fathersday2025 .content_guide .row .colomun:last-child {
  width: calc((183 / 1000) * 100%);
}
#fathersday2025 .content_guide .row .colomun .section {
  margin-bottom: 0;
}
#fathersday2025 .content_guide .row .colomun .section:not(:last-child) {
  margin-bottom: 35px;
}
#fathersday2025 .content_guide .row .colomun .section h3 {
  border-left: 3px solid #19191a;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 10px;
}
#fathersday2025 .content_guide .row .colomun .section .register {
  display: inline-block;
}
#fathersday2025 .content_guide .row .colomun .section p {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#fathersday2025 .content_guide .row .colomun .section dl dt, #fathersday2025 .content_guide .row .colomun .section dl dd {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#fathersday2025 .content_guide .row .colomun .section ul, #fathersday2025 .content_guide .row .colomun .section ol {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#fathersday2025 .content_guide .row .colomun .section dl ol {
  font-size: 1.0rem;
  letter-spacing: .01em;
}
#fathersday2025 .content_guide .row .colomun .section dl ol li {
  line-height: 1.5;
}
#fathersday2025 .content_guide .row .colomun .section p:not(:last-child), #fathersday2025 .content_guide .row .colomun .section dl:not(:last-child), #fathersday2025 .content_guide .row .colomun .section ul:not(:last-child), #fathersday2025 .content_guide .row .colomun .section ol:not(:last-child) {
  margin-bottom: 15px;
}
#fathersday2025 .content_guide .row .colomun .section p.mrb0, #fathersday2025 .content_guide .row .colomun .section dl.mrb0 {
  margin-bottom: 0;
}
#fathersday2025 .content_guide .row .colomun:first-child .section p:first-of-type {
  margin-bottom: 24px;
}
#fathersday2025 .content_guide .row .colomun .section .attention li {
  font-size: 1.2rem;
  letter-spacing: .01em;
  padding-left: 1em;
  text-indent: -1em;
}
#fathersday2025 .content_guide .row .colomun .section .delivery li {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#fathersday2025 .content_guide .row .colomun .section .brackets li {
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#fathersday2025 .content_guide .row .colomun .section .attention li::before {
  content: "※";
}
#fathersday2025 .content_guide .row .colomun .section .brackets li::before {
  content: "＞";
  font-size: 1.1rem;
}
#fathersday2025 .content_guide .row .colomun .section .brackets a {
  border-bottom: 1px solid #19191a;
  color: #19191a;
  font-size: 1.2rem;
  letter-spacing: .01em;
}
#fathersday2025 .content_guide .row .colomun .section .flow li {
  counter-increment: number;
  font-size: 1.2rem;
  letter-spacing: .01em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#fathersday2025 .content_guide .row .colomun .section .flow li::before {
  content: counter(number) ")";
  margin-right: 4px;
}
#fathersday2025 .content_guide .register .submitBtn {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .01em;
  margin-bottom: auto;
}
#fathersday2025 .content_guide .submitBtn, #fathersday2025 .content_guide input[type="submit"].submitBtn {
  background: #fff;
  color: #19191a;
  width: 250px;
}
#fathersday2025 .content_guide .submitBtn:hover, #fathersday2025 .content_guide input[type="submit"].submitBtn:hover {
  background: #19191a;
  color: #fff;
}
#fathersday2025 .content_guide .row .colomun .section .inquiry h4 {
  font-weight: 500;
}
#fathersday2025 .content_guide .row .colomun .section .postage a, #fathersday2025 .content_guide .row .colomun .section .inquiry a {
  font-size: 1.2rem;
  background: #dfdfdf;
  padding: 2px 8px 5px;
  margin: 0 2px;
  line-height: 220%;
}
#fathersday2025 .sp_br {
  display: none;
}
/*-------------tb-------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fathersday2025 .gridbox_col3 .pcNone {
    display: block;
  }
  #fathersday2025 .gridcaption_bg p {
    height: 10rem;
  }
  #fathersday2025 #pickup {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*アンカーリンク*/
  #fathersday2025 .anchor-nav li {
    white-space: nowrap;
  }
  #fathersday2025 .coupon_box {
    margin-bottom: 100px;
    width: 80%;
    background-size: 73px;
  }
  #fathersday2025 .content_guide .guide_inner {
    padding: 50px 10px 55px;
  }
  #fathersday2025 .background_3 {
    margin-bottom: 80px;
  }
}
/*-------------sp-------------*/
@media screen and (max-width: 767px) {
  #fathersday2025 .spNone {
    display: none;
  }
  #fathersday2025 .pcNone {
    display: block;
  }
  /*メインビジュアル*/
  #fathersday2025 .mv {
    margin: 0px calc(50% - 50vw) 20px;
    width: 100vw;
  }
  /*アンカーリンク*/
  #fathersday2025 .anchor-nav {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  #fathersday2025 .anchor-nav li {
    height: 76px;
  }
  #fathersday2025 .anchor-nav li a {
    height: 100%;
    width: 100%;
  }
  #fathersday2025 .anchor-nav li a::after {
    margin-top: 77px;
  }
  #fathersday2025 .anchor-nav {
    margin-bottom: 40px;
  }
  /*リード文*/
  #fathersday2025 .explanation_text {
    margin: 40px 0px;
  }
  #fathersday2025 .explanation_text p {
    font-size: 1.6rem;
  }
  /*クーポン*/
  #fathersday2025 .coupon_box {
    background-image: url("/d_images/campaign/fathersday2025/rose02.png");
    margin-bottom: 60px;
    background-position: right -5px bottom -41px;
    width: 100%;
    padding: 15px 11px 32px;
    background-size: 78px;
  }
  #fathersday2025 .coupon_box .coupon_body {
    margin-bottom: 25px;
  }
  #fathersday2025 .coupon_body {
    margin-bottom: 22px;
  }
  #fathersday2025 .coupon_box .coupon_body p {
    font-size: 1.7rem;
  }
  #fathersday2025 .coupon_box .price_note_money {
    font-size: 2.7rem;
  }
  #fathersday2025 .coupon_box .coupon_body .price {
    font-size: 3.8rem;
    margin-top: 0px;
  }
  #fathersday2025 .coupon_box .coupon_body .price .coupon_price {
    font-size: 6rem;
  }
  #fathersday2025 .coupon_box .coupon_body .couponcode span .code, #fathersday2025 .coupon_box .coupon_body .couponcode span .number {
    font-size: 2.0rem;
  }
  #fathersday2025 .coupon_box .coupon_body .couponcode span .code {
    padding: 6px 8px;
  }
  #fathersday2025 .coupon_box .coupon_body .couponcode span .number {
    padding: 3px 16px;
    font-size: 2.3rem;
  }
  #fathersday2025 .coupon_box .coupon_body .couponcode {
    margin-top: 20px;
  }
  #fathersday2025 .detail-element {
    margin: 10px;
  }
  #fathersday2025 .boxopen::before {
    left: 88%;
    top: 36%;
    width: 6px;
    height: 15px;
  }
  #fathersday2025 .boxclose::after {
    left: 84%;
    top: 52%;
    width: 15px;
    height: 15px;
  }
  #fathersday2025 .boxopen::after {
    left: 85%;
    top: 51%;
    width: 15px;
    height: 6px;
  }
  #fathersday2025 .btnset .button {
    width: 72%;
    padding: 6px 0px;
  }
  /*特集見出しh3*/
  #fathersday2025 .section_title .h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
    height: 7rem;
  }
  #fathersday2025 #pickup .section_title {
    display: inline-block;
    position: relative;
    height: 70px;
    line-height: 60px;
    text-align: center;
    padding: 5px 0;
    background: rgb(48, 64, 104);
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 50px;
    width: 100%;
  }
  #fathersday2025 #pickup .ribon {
    padding: 0 1em;
  }
  #fathersday2025 #pickup .section_title .h3 {
    margin: 0;
    padding: 0 10px;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    font-size: 4.0rem;
    height: 60px;
    line-height: 52px;
  }
  #fathersday2025 #pickup .section_title:before, #fathersday2025 #pickup .section_title:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  #fathersday2025 #pickup .section_title:before {
    /*左の山形*/
    top: 0;
    left: 0;
    border-color: transparent transparent transparent rgb(255, 254, 231);
    border-style: solid;
    border-width: 35px 0px 35px 15px;
  }
  #fathersday2025 #pickup .section_title:after {
    /*右の山形*/
    top: 0;
    right: 0;
    border-width: 35px 15px 35px 0px;
    border-color: transparent rgb(255, 254, 231) transparent transparent;
    border-style: solid;
  }
  #fathersday2025 #pickup .section_title h3 span {
    padding-bottom: 10px;
    font-size: 1.7rem;
  }
  /*ピックアップ　4カラム*/
  #fathersday2025 .col4:not(:last-child) {
    margin-bottom: 0px;
  }
  #fathersday2025 .col4_ttl h4 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #fathersday2025 .col4_body {
    flex-wrap: wrap;
    gap: 10px;
  }
  #fathersday2025 .col4 {
    padding: 0 1em;
  }
  #fathersday2025 .background_1 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  /*カテゴリーから探す*/
  #fathersday2025 .background_2 {
    padding-top: 0px;
  }
  #fathersday2025 #category .section_title .h3, #fathersday2025 #budget .section_title .h3 {
    padding: 5px 15px;
    font-size: 2.6rem;
  }
  #fathersday2025 #category .section_title {
    margin-bottom: 0px;
  }
  #fathersday2025 .section_bg {
    padding-bottom: 0px;
  }
  #fathersday2025 .background_3 {
    padding-top: 70px;
    margin-bottom: 50px;
  }
  #fathersday2025 #category .section_title .h3 span, #fathersday2025 #budget .section_title .h3 span {
    font-size: 1.8rem;
  }
  #fathersday2025 .detail-element.is-open {
    max-height: 1000px;
  }
  /*グリッドレイアウト*/
  #fathersday2025 .gridbox_col3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: flex-end;
  }
  #fathersday2025 .gridcaption_bg p {
    padding: 8px;
    height: 8rem;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  #fathersday2022 .gridbtn {
    padding: 12px;
  }
  #fathersday2025 .gridcaption_bg p:after {
    bottom: 8px;
    right: 8px;
  }
  #fathersday2025 #category {
    margin-top: 60px;
  }
  /*全商品をもっと見る　大*/
  #fathersday2025 .all_list_btn a {
    margin: 45px auto 0px;
    line-height: 1.5;
  }
  /*もっと見るボタン*/
  #fathersday2025 .section_foot .read_more {
    line-height: 1.2;
  }
  /*価格から探す　通常*/
  #fathersday2025 .price_body {
    padding: 14px;
  }
  #fathersday2025 #budget {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  /*価格から探す　枠　ここまで*/
  #fathersday2025 .price_body .flex_price {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #fathersday2025 .price_body .flex_price .item_price {
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
  }
  #fathersday2025 .price_body .flex_price .item_price:last-child {
    margin-bottom: 0;
  }
  #fathersday2025 .price_body .flex_price .item_price a {
    display: block;
    margin-right: 0px;
    padding: 0px;
    font-size: 1.8rem;
  }
  #fathersday2025 .section_price:not(:last-child) {
    margin-bottom: 60px;
  }
  /*お買い物ガイド*/
  #fathersday2025 .content_guide {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 30px 0 20px;
  }
  #fathersday2025 .content_guide .guide_inner {
    padding: 0 18px;
  }
  #fathersday2025 .content_guide .guide_inner .content_ttl {
    font-size: 1.9rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #fathersday2025 .content_guide .row .colomun {
    width: 100% !important;
  }
  #fathersday2025 .content_guide .row .colomun:first-child {
    padding-right: 0;
  }
  #fathersday2025 .content_guide .row .colomun:nth-child(2) {
    padding-right: 0;
  }
  #fathersday2025 .content_guide .row .colomun:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #fathersday2025 .content_guide .row .colomun .section {
    margin-bottom: 20px;
  }
  #fathersday2025 .content_guide .row .colomun .section:not(:last-child) {
    margin-bottom: 30px;
  }
  #fathersday2025 .content_guide .row .colomun .section h3 {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 17px;
    margin-bottom: 15px;
  }
  #fathersday2025 .content_guide .row .colomun .section .register {
    display: block;
    margin-bottom: 24px;
  }
  #fathersday2025 .content_guide .row .colomun .section p {
    font-size: 12px;
    line-height: 17px;
  }
  #fathersday2025 .content_guide .row .colomun .section dl dt, #fathersday2025 .content_guide .row .colomun .section dl dd {
    font-size: 12px;
    line-height: 17px;
  }
  #fathersday2025 .content_guide .row .colomun .section ul, #fathersday2025 .content_guide .row .colomun .section ol {
    font-size: 12px;
    line-height: 17px;
  }
  #fathersday2025 .content_guide .row .colomun .section .brackets li {
    line-height: 1.5;
  }
  #fathersday2025 .content_guide .register .submitBtn {
    font-size: 13px;
    padding: .5em .5em;
  }
  #fathersday2025 .sp_br {
    display: block;
  }
  /*SP アコーディオンバナー*/
  #fathersday2025 .couponcode > div {
    width: 100%;
  }
  #fathersday2025 .Label {
    padding: 1.6rem;
  }
  #fathersday2025 .coupon_text {
    padding: 0px 5px;
  }
  #fathersday2025 .coupon_number {
    padding: 0px 20px;
  }
  #fathersday2025 .coupon_text, #fathersday2025 .coupon_number {
    font-size: 1.7rem;
  }
}