@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
h1 {
  font-size: 24px;
  border-bottom: 3px solid #f2f2f2;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
  font-family: "メイリオ", Segoe UI, "ヒラギノ角ゴ", Helvetica, sans-serif;
}
#fatherday {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#fatherday img {
  width: 100%;
}

/* ここから記載してます */

#fatherday p {
  margin: 0;
}

#fatherday a:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* ================================ 
        mv 
================================ */
.mv {
  width: 100%;
}

/* ================================ 
        lead 
================================ */
#fatherday .lead {
  border: 5px solid #0068b7;
  position: relative;
  border-radius: 10px;
  margin: 6% 5% 0;
  padding: 5.9%;
}
#fatherday .lead::after {
  content: "";
  background-image: url(/img/usr/genre/rA4/ribbon_top.png),
    url(/img/usr/genre/rA4/ribbon_under.png);
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  background-position: -2rem -2rem, right -2rem bottom -2rem;
  background-size: clamp(190px, 38vw, 250px);
  /* z-index: 210; */
  z-index: 3;
  position: absolute;
  top: -5px;
  left: -5px;
  display: inline-block;
  background-repeat: no-repeat;
}

#fatherday .lead::before {
  content: "";
  width: calc(100% + -3%);
  height: calc(100% + -8%);
  border: 2px solid #0068b7;
  position: absolute;
  top: 3%;
  left: 1%;
  margin: 0 auto;
}
#fatherday .lead .lead_text {
  position: relative;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  color: #36221e;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
#fatherday .deco_rose {
  position: absolute;
  width: 40%;
}
#fatherday .deco_rose._top {
  top: -26%;
  right: -7%;
  width: 25%;
}
#fatherday .deco_rose._under {
  bottom: -30%;
  left: -8%;
  width: 38%;
}

/* ================================ 
        btn 
================================ */
#fatherday .btn_area {
  margin: 64px auto;
}
#fatherday .fatherday_btn {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  max-width: 400px;
  box-shadow: 0px 24px 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#fatherday .fatherday_btn a {
  display: block;
  text-decoration: none;
  background: #fbe83e;
  padding: 20px 0;
  line-height: 1em;
  position: relative;
  border-radius: 10px;
  color: #0068b7;
  text-align: center;
  font-weight: 500;
}
#fatherday .fatherday_btn.arrow_right {
  position: relative;
}
#fatherday .fatherday_btn.arrow_right::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 7%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #0068b7;
  border-right: 3px solid #0068b7;
  transform: rotate(45deg);
}

/* ================================ 
        anc 
================================ */
#fatherday .anc {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  display: block;
}
#fatherday .anc_wrap {
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#fatherday .anc_btn {
  width: 33.3333%;
  display: block;
  max-width: 260px;
}

/* ================================ 
        スライダー 
================================ */

#fatherday {
  font-family: "Noto Sans JP", sans-serif;
}
#fatherday .slider {
  margin: 60px auto 0;
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
#fatherday .slider a {
  width: 48%;
  height: auto;
}
#fatherday .slider a img {
  width: 100%;
}

/* ================================ 
        ここから下部css 
================================ */
#fatherday .sec_title {
  width: 90%;
  margin: 10% auto 0;
}
#fatherday .sec_title._top {
  margin: 0 auto;
}
#fatherday .sec_items {
  width: 100%;
  margin: -50px auto 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 30px;
  background-image: url(/img/usr/genre/rA4/sec01_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center;
  margin-top: -7%;
  row-gap: 20px;
}
#fatherday .allitem_btn {
  text-align: center;
  margin: 10px auto 0;
}
#fatherday .allitem_btn a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  color: #0068b7;
  text-underline-offset: 0.3em;
}
#fatherday .btn_area._info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
#fatherday .mothersday_banner {
  margin: 64px auto;
  width: 100%;
}
#fatherday .info_banner {
  width: 49%;
}
#fatherday .sec_title._02 {
  width: 80%;
  margin: 0 auto;
}
#fatherday .trivia_wrap {
  width: 100%;
  background-image: url(/img/usr/genre/rA4/sec_trivia_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
  text-align: left;
  position: relative;
}
#fatherday .sec_trivia {
  margin: 10% auto 20%;
}
#fatherday .trivia_contents {
  padding: 6%;
  margin: 4% 6% 0;
  background-color: #fff;
  border-radius: 5px;
}
#fatherday .note_head {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
  color: #0068b7;
  margin-bottom: 4%;
  padding-bottom: 2%;
}
#fatherday .note_txt {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
}
#fatherday .deco_rose._trivia01 {
  top: -3%;
  left: 20px;
  width: 15%;
}
#fatherday .deco_rose._trivia02 {
  top: 0%;
  right: 7%;
  width: 15%;
}
#fatherday .deco_rose._trivia03 {
  bottom: -5%;
  right: 5%;
  width: 15%;
}
#fatherday .deco_rose._trivia04 {
  bottom: -4%;
  left: 6%;
  width: 15%;
}
#fatherday .sec_feature {
  margin: 10% auto;
}
#fatherday .feature_contents_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 4% auto 0;
  width: 90%;
  justify-content: space-between;
}
#fatherday .feature_contents {
  width: 48%;
  margin: 4% 0;
}
#fatherday .note_head._feature {
  border-bottom: none;
  margin-bottom: 0;
}
#fatherday .feature_contents a {
  text-decoration: none;
}
#fatherday .note_link {
  margin: 10px 0;
}
#fatherday .note_link a {
  color: #56a5e0;
  font-size: 12px;
}

.sec_00 {
  text-align: center;
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}
.sec_01 {
  text-align: center;
  max-width: 100%;
  height: auto;
}
#category_30566 .product_btn {
  text-align: center;
}

#category_30566 .product_btn a img {
  width: 100%;
  max-width: 270px;
}
