@charset "UTF-8";
.fathersday2025 {

  /**************************\
    Demo Animation Style
  \**************************/
}
.fathersday2025 .mv-sec {
  width: 100%;
  margin-bottom: 40px;
}
.fathersday2025 .mv-sec figure {
  margin-bottom: 60px;
}
.fathersday2025 .mv-sec .title {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .mv-sec .title {
    width: calc(100% - 50px);
  }
}
.fathersday2025 .lineup-sec .inner {
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: 0 auto;
}
.fathersday2025 .lineup-sec .inner .midashi {
    font-size: 28px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 60px;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
}
@media only screen and (max-width: 769px) {
	.fathersday2025 .lineup-sec .inner .midashi {
      font-size: 2rem;
      text-align: center;
      margin-top: 16px;
      margin-bottom: 40px;
      letter-spacing: 1px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: normal;
      letter-spacing: 2px;
      color: black;
  }
  }
.fathersday2025 .lineup-sec .inner .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fathersday2025 .lineup-sec .inner .tabs li {
  width: 24%;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .lineup-sec .inner .tabs li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.fathersday2025 .lineup-sec .inner .tabs li a {
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 12px 10px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .lineup-sec > div > div > div > a {
    font-size: 13px;
  }
}
  .lineup-sec > div > div > div > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(490deg);
}
@media screen and (min-width: 1000px) {
  .fathersday2025 .lineup-sec .inner .tabs li a:hover {
    background: #000;
    color: #fff;
  }
  .fathersday2025 .lineup-sec .inner .tabs li a:hover::before {
    border-color: #fff;
  }
}
.fathersday2025 .content-sec {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .content-sec {
    padding-top: 80px;
  }
}
.fathersday2025 .content-sec.cup .inner {
  border-top: 0;
  padding-top: 0;
}
.fathersday2025 .content-sec.last {
  margin-bottom: 120px;
}

@media screen and (max-width: 999px) {
  .fathersday2025 .content-sec.last {
    margin-bottom: 60px;
  }
}
.fathersday2025 .content-sec .inner {
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .content-sec .inner {
    padding-top: 60px;
  }
}
.fathersday2025 .content-sec .inner .midashi {
  font-size: 30px;
  text-align: left;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  padding: 14px 10px 12px;
  color: black;
  /*background-color: black;
  outline: 1px solid #000;*/
  border-bottom: 1px solid #000;
  outline-offset: -5px /* どれだけ内側に線を表示したいかを負の値で指定 */;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .content-sec .inner .midashi {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.fathersday2025 .content-sec .inner .read {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .content-sec .inner .read {
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
  }
}
.fathersday2025 .content-sec .inner .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fathersday2025 .content-sec .inner .product li {
  width: 29%;
  margin-right: 6.5%;
  margin-bottom: 6.5%;
}
@media screen and (max-width: 999px) {
.fathersday2025 .content-sec .inner .product li {
    width: 47.2%;
	margin-right: 5.5%;
  margin-bottom: 6.5%;
  /*margin-right: 10px;
    margin-bottom: 40px;*/
}
}
.fathersday2025 .content-sec .inner .product li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 999px) {
.fathersday2025 .content-sec .inner .product li:nth-child(3n) {
  margin-right: 5.5%;
}
.fathersday2025 .content-sec .inner .product li:nth-child(2n) {
  margin-right: 0;
}
}
.fathersday2025 .content-sec .inner .product li .name {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .fathersday2025 .content-sec .inner .product li .name {
    font-size: 16px;
  }
}
.fathersday2025 .content-sec .inner .product li figure {
  margin-bottom: 15px;
}
.fathersday2025 .content-sec .inner .product li .desc {
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}
.desc{
	height:100px;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .content-sec .inner .product li .desc {
	  margin: 10px;
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}
.desc{
	height:120px;
}
}
.fathersday2025 .content-sec .inner .product li .data {
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 13px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
.data {
	display:block;
		margin: 10px;
}
}
.fathersday2025 .comparison-sec {
  padding-top: 120px;
}
.fathersday2025 .comparison-sec .inner {
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: 0 auto;
}
.fathersday2025 .comparison-sec .inner .midashi {
  padding: 24px 0;
  border: 2px solid #0063B1;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 60px;
  color: #0063B1;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .comparison-sec .inner .midashi {
    padding: 18px 0;
    font-size: 1.8rem;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
}
.fathersday2025 .comparison-sec .inner .midashi span {
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .comparison-sec .inner .midashi span {
    font-size: 1.8rem;
  }
}
.fathersday2025 .comparison-sec .inner .box,
.fathersday2025 .comparison-sec .inner .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .comparison-sec .inner .box,
  .fathersday2025 .comparison-sec .inner .box2 {
    display: block;
  }
}
.fathersday2025 .comparison-sec .inner .box .block,
.fathersday2025 .comparison-sec .inner .box2 .block {
  width: 44.9%;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .comparison-sec .inner .box .block,
  .fathersday2025 .comparison-sec .inner .box2 .block {
    width: 100%;
  }
  .fathersday2025 .comparison-sec .inner .box .block + .block,
  .fathersday2025 .comparison-sec .inner .box2 .block + .block {
    margin-top: 40px;
  }
}
.fathersday2025 .comparison-sec .inner .box .block .komidashi,
.fathersday2025 .comparison-sec .inner .box2 .block .komidashi {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .fathersday2025 .comparison-sec .inner .box .block .komidashi,
  .fathersday2025 .comparison-sec .inner .box2 .block .komidashi {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
}
.fathersday2025 .comparison-sec .inner .box .block figure,
.fathersday2025 .comparison-sec .inner .box2 .block figure {
  margin-bottom: 20px;
}
.fathersday2025 .comparison-sec .inner .box .block .desc,
.fathersday2025 .comparison-sec .inner .box2 .block .desc {
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {/* 1000以上PC */
  .floating {/* サイズ比較ボタン */
    width: 156px;
    height: 156px;
    bottom: 40px;
    z-index: 9997;
    line-height: 1.4;
    text-align: center;
  }
  .fathersday2025 .floating a {/* サイズ比較ボタンa */
    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;
    width: 100%;
    height: 100%;
    background: #0063B1;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    border: 1px solid #0063B1;
    position: relative;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
  }
  
  .fathersday2025 .floating a span {/* サイズ比較ボタンa */
    display: inline-block;
    font-size: 14px;
  }
  .fathersday2025 .floating a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
}

@media screen and (max-width: 999px) {/* 999以下スマホ */
  .fathersday2025 {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .floating{/* サイズ比較ボタン */
    width: 120px;
    height: 120px;
    line-height: 1.4;
    text-align: center;
  }
  .floating a{/* サイズ比較ボタンスマホ */
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 3px;
    bottom: 60px;
    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: #0063B1;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid #0063B1;
    position: relative;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
  }
}

@media screen and (max-width: 999px) {/* 999以下スマホ */
  .fathersday2025 .floating a::before {
    bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {/* 1000以上PC */
  .fathersday2025 .floating a:hover {
    background: #fff;
    color: #000;
  }
  .fathersday2025 .floating a:hover::before {
    border-color: #000;
  }
}
.body-in {
  position: relative;
}
.boxA{
  padding:0 10px 0 0
}
/* フローティングエリア*/
.floating-area{
   display: none;/*最初は隠す*/
   position: fixed;
   display: flex;
    align-items: flex-end;
    right: 30px;
}
@media screen and (max-width: 999px) {/* 999以下スマホ */
  .floating-area {

}
}
/* ページトップへ戻るボタン */
@media screen and (min-width: 1000px) {/* 1000以上PC */
  .pagetop {
    height: 50px;
    width: 50px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}
}
@media screen and (max-width: 999px) {/* 999以下スマホ */
  .pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .pagetop:hover, .pagetop:hover .pagetop__arrow {
      border-color: #0063B1;
  }
}

