@charset "utf-8";

/*-----------------------------------
ページ共通
-----------------------------------*/
.l-breadcrumbs{
	display: none;
}
.l-section__inner{
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}
#fathersday2026 {
	position: relative;
}
#fathersday2026 button {
    border: 0px;
}
#fathersday2026 a {
	color: #202020;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
#fathersday2026 a:hover img{
	opacity: 1;
}
#fathersday2026 img {
    width: 100%;
}
#fathersday2026 section:not(.mv) {
    margin: 0px auto;
    padding: 80px 0;
    box-sizing: border-box;
    max-width: 1240px;
    position: relative;
}
#fathersday2026 .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
#fathersday2026 .swiper-button-prev:after, 
#fathersday2026 .swiper-rtl .swiper-button-next:after,
#fathersday2026 .swiper-button-next:after, 
#fathersday2026 .swiper-rtl .swiper-button-prev:after{
	content: "";
}
#fathersday2026 .hidden-text{
	width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  margin: -1px;
	white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

@media screen and (min-width: 600px) {
	.sp-only{
		display: none;
	}
}

@media screen and (max-width: 599px) {
	.p-special__contents{
		margin-inline: 0;
	}
	#fathersday2026 img{
		max-width: 100% !important;
	}
	#fathersday2026 section:not(.mv) {
			padding: 50px 20px 60px;
	}
	.pc-only{
		display: none;
	}
}
#fathersday2026 .bg-wrap {
    background: #fffaeb;
}
#fathersday2026 .mv {
	width: 100%;
	height: 55vh;
	display: flex;
	align-items: center;
	max-height: 650px;
	overflow: hidden;
}
#fathersday2026 .mv .main-visual{
	margin: 0 auto 0px;
	width: 100%;
	height: 100%;
	position: relative;
	background: #e2f5ff;
}
#fathersday2026 .mv h1{
	font-size: 0px;
	width: 50%;
	height: 390px;
	z-index: 300;
	max-width: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#fathersday2026 .mv h1::before{
	content: "";
	display: block;
	background: url("/d_images/fathersday/images/fathersday_mv.png") no-repeat center / contain;
	width: 100%;
	height: 100%;
}
#fathersday2026 .mv .mv-img .mv-images{
	position: absolute;
	aspect-ratio: 1 / 1;
	max-width: 300px;
	z-index: 100;
}
#fathersday2026 .mv .mv-img .mv-images.img-01{
	bottom: -6%;
  left: 2%;
  width: 13%;
  background: url(/d_images/fathersday/images/mv_img01.png) center center / contain no-repeat;
  transform: rotate(8deg);
}
#fathersday2026 .mv .mv-img .mv-images.img-02 {
  top: -15%;
  right: -3%;
  width: 17%;
  background: url(/d_images/fathersday/images/mv_img02.png) center center / contain no-repeat;
}
#fathersday2026 .mv .mv-img .mv-images.img-03 {
  top: 32%;
  left: 12%;
  width: 9%;
  background: url(/d_images/fathersday/images/mv_img03.png) center center / contain no-repeat;
}
#fathersday2026 .mv .mv-img .mv-images.img-04 {
  top: 5%;
  right: 24%;
  width: 7%;
  background: url(/d_images/fathersday/images/mv_img04.png) center center / contain no-repeat;
  transform: rotate(4deg);
}
#fathersday2026 .mv .mv-img .mv-images.img-05 {
  bottom: 7%;
  right: 2%;
  width: 9%;
  background: url(/d_images/fathersday/images/mv_img05.png) center center / contain no-repeat;
  transform: rotate(12deg);
}
#fathersday2026 .mv .mv-img .mv-images.img-06 {
  top: 0%;
  left: 1%;
  width: 9%;
  background: url(/d_images/fathersday/images/mv_img06.png) center center / contain no-repeat;
  transform: rotate(-8deg);
}
#fathersday2026 .mv .mv-img .mv-images.img-07 {
  bottom: 30%;
  right: 15%;
  width: 9%;
  background: url(/d_images/fathersday/images/mv_img07.png) center center / contain no-repeat;
}
#fathersday2026 .mv .mv-img .mv-images.img-08 {
  top: 6%;
  left: 22%;
  width: 10%;
  background: url(/d_images/fathersday/images/mv_img08.png) center center / contain no-repeat;
}
#fathersday2026 .mv .mv-img .mv-images.img-09 {
  bottom: 9%;
  left: 22%;
  width: 7%;
  background: url(/d_images/fathersday/images/mv_img09.png) center center / contain no-repeat;
  transform: rotate(-8deg);
}
#fathersday2026 .mv .mv-img .mv-images.img-10 {
  bottom: -1%;
  right: 26%;
  width: 7%;
  background: url(/d_images/fathersday/images/mv_img10.png) center center / contain no-repeat;
  transform: rotate(-7deg);
}

@media screen and (max-width: 599px){
	#fathersday2026 .main-visual{
		height: 52vh;
	}
	#fathersday2026 .mv{
		height: 40vh;
	}
	#fathersday2026 .mv h1{
		width: 70%;
		max-width: 345px;
		height: 230px;
	}
	#fathersday2026 .mv .mv-img .mv-images.img-01{
		bottom: -5%;
    left: -5%;
    width: 21%;
		transform: rotate(22deg);
	}
	#fathersday2026 .mv .mv-img .mv-images.img-02{
		top: -11%;
    right: -8%;
    width: 28%;
	}
	#fathersday2026 .mv .mv-img .mv-images.img-03{
		top: 45%;
    left: 3%;
    width: 17%;
	}
	#fathersday2026 .mv .mv-img .mv-images.img-04{
		top: 38%;
		right: 2%;
		width: 15%;
	}
	#fathersday2026 .mv .mv-img .mv-images.img-05{
		bottom: 3%;
    right: -3%;
    width: 19%;
    transform: rotate(15deg);
	}
	#fathersday2026 .mv .mv-img .mv-images.img-09{
		bottom: 79%;
    left: 2%;
    width: 17%;
	}
}

#fathersday2026 .vl-bt{
    margin: 55px auto 0px;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #1d4e9a;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    border-radius: 100vh;
    transition: all 0.2s ease 0s;
    letter-spacing: 0.2em;
    box-shadow: #113469 0px 3px 0px;
}
#fathersday2026 .vl-bt a {
    padding: 14px 20px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
		z-index: 2;
}
#fathersday2026 #fathersdayCategory .vl-bt, 
#fathersday2026 .fathersdayRecommend .vl-bt, 
#fathersday2026 .vl-bt.attention {
    padding: 0px;
}
#fathersday2026 .vl-bt::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
    right: 39px;
    z-index: 2;
    transition: all 0.2s ease 0s;
    border-top: 2px solid;
    border-right: 2px solid;
}
#fathersday2026 .vl-bt::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 25px;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.2s ease 0s;
    border: 2px solid;
}
#fathersday2026 .heading-lv2 {
    margin: 0px auto 45px;
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.25em;
}
#fathersday2026 .heading-lv2 span {
    font-size: 17px;
    display: block;
    margin-top: 5px;
}
#fathersday2026 #fathersdayRanking .heading-lv2 {
    margin: 0px auto 36px;
}

@media screen and (min-width: 600px){
	#fathersday2026 .vl-bt:hover {
			box-shadow: none;
			transform: translateY(5px);
	}
}

@media screen and (max-width: 599px) {
    #fathersday2026 .heading-lv2 {
        margin-bottom: 25px;
        font-size: 30px;
        letter-spacing: 0.25em;
        font-weight: 500;
    }
    #fathersday2026 .heading-lv2 span {
        font-size: 12px;
    }
    #fathersday2026 .vl-bt {
        margin: 30px auto 0px;
        max-width: 280px;
    }
		#fathersday2026 .vl-bt::before{
			width: 8px;
			height: 8px;
			right: 37px;
		}
		#fathersday2026 .vl-bt::after{
			width: 28px;
			height: 28px;
		}
		#fathersday2026 .vl-bt a{
			font-size: 15px;
		}
}

#fathersday2026 .ank-wrap {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
		background: #605445;
}
#fathersday2026 .ank-wrap > div {
    padding: 7px 10px;
    width: 100px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    font-weight: 600;
    border-right: 2px solid;
    border-radius: 0px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: rgb(255, 255, 255);
}
#fathersday2026 ul.ank-link {
    width: 100%;
    display: flex;
    color: rgb(255, 255, 255);
    align-items: center;
    max-width: 1240px;
}
#fathersday2026 ul.ank-link li + li{
	border-left: 1px solid #fff;
}
#fathersday2026 ul.ank-link li a {
	padding: 7px 10px;
	height: 100%;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.1em;
	text-align: center;
}

@media screen and (min-width: 600px){
	#fathersday2026 ul.ank-link{
		justify-content: center;
	}
	#fathersday2026 ul.ank-link li{
		width: calc(100% / 7);
	}
	#fathersday2026 ul.ank-link li:first-of-type{
		border-left: 1px solid #fff;
	}
	#fathersday2026 ul.ank-link li:last-of-type{
		border-right: 1px solid #fff;
	}
	#fathersday2026 ul.ank-link li a:hover{
		background: #433a2e;
	}
}

@media screen and (max-width: 599px) {
	#fathersday2026 ul.ank-link {
		overflow-x: scroll;
		white-space: nowrap
	}
	#fathersday2026 ul.ank-link li {
		width: max-content;
	}
	#fathersday2026 ul.ank-link li a {
		padding: 10px 30px;
		font-size: 14px;
	}
}

.sticky {
    position: fixed;
    top: 190px;
    right: 1%;
    width: 7%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    display: none;
}

.sticky.active {
    opacity: 1;
    display: block;
    z-index: 1000;
}
#fathersday2026 .l_header {
  position: fixed;
	top: 135px;
	right: 2%;
	width: 70px;
	height: 70px;
	justify-content: center;
	align-items: center;
	display: flex;
	max-height: 100px;
	background: #525252;
	transition: all 0.5s ease 0s;
	border-radius: 50%;
	z-index: 1200;
	cursor: pointer;
}
#fathersday2026 .l_header__hamburger {
  position: relative;
	z-index: 200;
	width: 30px;
	height: 25px;
}
#fathersday2026 .l_header__hamburger.active{
	background: #525252;
	border-radius: 50%;
	width: 55px;
	height: 55px;
}
#fathersday2026 .l_header__hamburger span {
  display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transition: ease 0.4s;
	z-index: 300;
}
#fathersday2026 .l_header__hamburger span:first-child{
	top: 0;
}
#fathersday2026 .l_header__hamburger span:nth-child(2) {
  transition: 0s;
	top: 50%;
	transform: translateY(-50%);
}
#fathersday2026 .l_header__hamburger span:nth-child(3) {
  bottom: 0;
}
#fathersday2026 .l_header__hamburger.active span{
	width: 26px;
	height: 2px;
}
#fathersday2026 .l_header__nav {
  position: absolute;
  top: -25px;
	right: -65%;
  width: 68vw;
	max-width: 100vw;
  height: 100vh;
  background-color: #faf9f8;
  transform: translateX(100vw);
  transition: ease 0.7s;
  z-index: 200;
}
#fathersday2026 .l_header__nav nav {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#fathersday2026 .l_header__nav_list {
  width: 100%;
}
#fathersday2026 .l_header__nav.nav-active {
  transform: translateX(0);
}
#fathersday2026 .hamburger.active span:first-child{
  transform: rotate(-45deg) translate(-8px,29px);
}
#fathersday2026 .hamburger.active span:nth-child(2) {
  opacity: 0;
}
#fathersday2026 .hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-8px,-29px);
}
#fathersday2026 .l_header__nav h3 {
  display: flex;
  align-items: center;
  gap:7px;
  border-bottom: 2px solid;
  padding: 0 0 5px;
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: 0.1em;
	background: transparent;
	text-align: left;

  font-weight: 600;
}
#fathersday2026 .l_header__nav_list::after {
    display: none;
}
#fathersday2026 .l_header__nav .nav__item ul {
  margin: 0 9px;
  display: flex;
  gap:25px;
  flex-wrap: wrap;
}
#fathersday2026 .l_header__nav .nav__item ul li {
  width: 100%;
  border-bottom: 1px dashed;
}
#fathersday2026 .l_header__nav .nav__item > ul > li {
    width: 100%;
}
#fathersday2026 .l_header__nav .nav__item ul ul {
  padding: 0;
  gap: 12px;
}
#fathersday2026 li.nav__item.nav-category {
    padding: 30px 20px 40px 10px;
    background: #d5e5f5;
}
#fathersday2026 .l_header__nav .nav__item > ul > li {
  border-bottom: 2px none;
}
#fathersday2026 .l_header__nav .nav__item ul li a {
  display: block;
  letter-spacing: 2.4px;
  padding: 7px 26px 7px 0;
  text-decoration: none;
  font-weight: 600;
	width: 100%;
	position: relative;
	line-height: 1.6;
}
#fathersday2026 .l_header__nav .nav__item .nav-link-list .nav-link a::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-top: 2px solid #d5e5f5;
    border-left: 2px solid #d5e5f5;
    position: absolute;
    top: 48%;
    right: 7px;
    transform: rotate(135deg) translateY(50%);
		transition: 0.2s all;
}
#fathersday2026 li.nav__item.nav-category:nth-of-type(2) ul li::after {
    border-top: 2px solid #808fdc;
    border-left: 2px solid #808fdc;
}
#fathersday2026 .l_header__nav .nav__item .nav-link-list .nav-link a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #202020;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
	transition: 0.2s all;
}
#fathersday2026 .l_header__nav .nav__item > ul > li::before, 
#fathersday2026 .l_header__nav .nav__item > ul > li::after {
  display: none;
}
#fathersday2026 .start_tx{
	text-align: center;
	font-size: 32px;
	background: #8d111b;
	color: #f9ebc2;
	padding: 13px 0;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#fathersday2026 .start_tx span{
	font-size: 24px;
}

@media screen and (min-width: 600px) {
  #fathersday2026 .l_header__nav{
    width: 55vw;
    max-width: 100vw;
    transform: translateX(100vw);
    top: -20px;
    right: -65%;
		height: calc(100vh - 118px);
    transition: ease 0.7s;
  }
  #fathersday2026 .l_header__nav h3{
    margin-bottom: 30px;
    font-size: 27px;
    gap: 15px;
  }
  #fathersday2026 .l_header__nav h3 {
    border-bottom: 3px solid #202020;
    padding-bottom: 5px;
    margin-bottom: 9px;
    font-size: 20px;
  }
  #fathersday2026 li.nav__item.nav-category {
    padding: 40px 28px 50px;
  }
  #fathersday2026 .l_header__nav .nav__item ul {
    margin: 0;
    gap:46px;
  }
  #fathersday2026 .l_header__nav_list li.nav__item.nav-category > ul > li li {
    width: calc((100% - 50px) / 3);
    display: flex;
    align-items: center;
  }
  #fathersday2026 .l_header__nav .nav__item ul li a {
    padding: 16px 43px 16px 0;
  }
  #fathersday2026 .l_header__nav .nav__item ul ul {
    margin: 0 25px;
    padding: 0;
    gap: 15px 25px;
  }
  #fathersday2026 .l_header__nav .nav__item .nav-link-list .nav-link a::after {
    width: 8px;
    height: 8px;
    top: 48%;
    right: 19px;
  }
  #fathersday2026 .l_header__nav .nav__item .nav-link-list .nav-link a::before {
    width: 25px;
    height: 25px;
    top: 50%;
    right: 12px;
  }
	#fathersday2026 .l_header__nav .nav__item .nav-link-list .nav-link a:hover::before{
		right: 7px;
	}
	#fathersday2026 .l_header__nav .nav__item .nav-link-list .nav-link a:hover::after{
		right: 14px;
	}
}

@media screen and (min-width: 769px) and (max-width: 980px){
  #fathersday2026 .l_header__nav_list li.nav__item.nav-category > ul > li li {
    width: calc((100% - 25px) / 2);
  }
}

@media screen and (max-width: 599px){
	#fathersday2026 .l_header{
		width: 50px;
		height: 50px;
		top: 40px;
	}
	#fathersday2026 .l_header__hamburger{
		width: 24px;
    height: 20px;
	}
	#fathersday2026 .l_header__hamburger.active{
		width: 38px;
		height: 38px;
	}
	#fathersday2026 .l_header__hamburger.active span{
		width: 20px;
	}
	#fathersday2026 .hamburger.active span:first-child{
		transform: rotate(-45deg) translate(-7px,19px);
	}
	#fathersday2026 .hamburger.active span:nth-child(3){
		transform: rotate(45deg) translate(-7px,-19px);
	}
	#fathersday2026 .l_header__nav{
		top: -40px;
	}
	#fathersday2026 .l_header__nav h3{
		font-size: 16px;
	}
	#fathersday2026 .l_header__nav .nav__item ul ul{
		font-size: 14px;
	}
	#fathersday2026 .l_header__nav .nav__item .nav-link-list .nav-link a::after{
		width: 6px;
    height: 6px;
		right: 6px;
	}
	#fathersday2026 .start_tx{
		font-size: 20px;
		padding: 9px;
	}
		#fathersday2026 .start_tx span{
		font-size: 16px;
	}
}

#fathersday2026 .nav-menu_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
#fathersday2026 .sticky .nav-menu_title {
    height: 72px;
    background: #4c1717;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
#fathersday2026 .nav-menu_title span {
    width: 41px;
    height: 3px;
    background: rgb(255, 255, 255);
    margin-bottom: 8px;
}
#fathersday2026 .nav-menu_title span:last-of-type {
    margin-bottom: 0px;
}
#fathersday2026 .modal {
    display: none;
    position: fixed;
    top: 90px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 100px);
    padding: 0px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100!important;
}
#fathersday2026 .modal-body {
    width: 70%;
    padding: 0px 0px 50px;
    background: #6d4949;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#fathersday2026 .modal-header {
    margin-right: 20px;
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
    height: 40px;
}
#fathersday2026 .modal-header > .close-button {
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
    transform: translateY(-12px);
}
#fathersday2026 .modal-header > .close-button span {
    width: 30px;
    height: 2px;
		background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
}
#fathersday2026 .modal-header > .close-button span:first-of-type {
    transform: rotate(45deg) translateY(-50%);
    right: 0px;
}
#fathersday2026 .modal-header > .close-button span:last-of-type {
    transform: rotate(-45deg) translateY(-50%);
    left: 1px;
}
#fathersday2026 .modal-main {
    padding: 2% 20px;
    text-align: right;
}
#fathersday2026 .modal-menu_item {
    text-align: center;
}
#fathersday2026 .modal-menu_title {
    font-weight: 700;
}
#fathersday2026 .modal-menu_title a {
    color: rgb(255, 255, 255);
    width: 100%;
    display: block;
    padding: 20px 0px;
}

@media screen and (max-width: 599px) {
    #fathersday2026 .sticky .nav-menu_title {
        height: 46px;
    }
    #fathersday2026 .nav-menu_title span {
        width: 20px;
        margin-bottom: 5px;
        height: 2px;
    }
    #fathersday2026 .modal-menu_title {
        font-size: 14px;
    }
    #fathersday2026 .modal-body {
        top: 55%;
        width: 83%;
        max-height: 84%;
        overflow-y: scroll;
    }
    #fathersday2026 .modal-menu_title a {
        padding: 10px 0px;
    }
}

#fathersday2026 .lead-area{
	max-width: 1240px;
	margin: 0 auto;
	padding: 80px 0;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
#fathersday2026 .lead-area h1{
	margin-bottom: 22px;
	font-size: 34px;
}
#fathersday2026 .lead-area .lead-tx:first-of-type{
	margin-bottom: 15px;
}
#fathersday2026 .lead-area .lead-tx .lead-tx-imp{
	font-size: 25px;
}
#fathersday2026 .lead-area .lead-period{
	display: inline;
	background: linear-gradient(transparent 75%, #ceeaf9 75%);
	font-size: 22px;
}
#fathersday2026 .lead-area .lead-period+.lead-tx{
	margin-top: 3px;
}

@media screen and (max-width:599px){
	#fathersday2026 .lead-area{
		padding: 50px 20px 60px;
		font-size: 15px;
	}
	#fathersday2026 .lead-area h1{
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1.6;
	}
	#fathersday2026 .lead-area .lead-tx:first-of-type{
		margin-bottom: 15px;
	}
	#fathersday2026 .lead-area .lead-tx .lead-tx-imp{
		font-size: 19px;
	}
	#fathersday2026 .lead-area .lead-period{
		font-size: 17px;
		line-height: 1.6;
	}
}


#fathersday2026 #fathersdayCampaign .campaign-bnr.small{
	max-width: 600px;
	margin: 0 auto 40px;
}

@media screen and (min-width: 600px){
	#fathersday2026 #fathersdayCampaign .campaign-bnr a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#fathersday2026 #fathersdayCampaign .campaign-bnr.small{
		margin: 0 auto 20px;
	}
}


#fathersday2026 #fathersdayRanking {
    margin: 0px auto;
		max-width: 1000px;
}
#fathersday2026 #fathersdayRanking .swiper-wrapper, 
#fathersday2026 #fathersdayRanking .swiper, 
#fathersday2026 #fathersdayRanking .swiper-slide {
    height: auto;
}
#fathersday2026 #fathersdayRanking .swiper-wrapper, 
#fathersday2026 #fathersdayRanking .swiper, 
#reco34, 
#reco35, 
#reco36, 
#reco34 > div, 
#reco34 > div, 
#reco35 > div, 
#reco36 > div {
    width: 100%;
}
#fathersday2026 #fathersdayRanking .swiper-button-prev, 
#fathersday2026 #fathersdayRanking .swiper-button-next {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 0px;
		top: auto;
    cursor: pointer;
    border-radius: 50%;
}
#fathersday2026 #fathersdayRanking .swiper-button-next {
    left: auto;
    right: 0px;
    z-index: 10000;
}
#fathersday2026 #fathersdayRanking .swiper-button-prev::before, 
#fathersday2026 #fathersdayRanking .swiper-button-next::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(135deg) translateX(-50%);
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1000;
    color: #202020;
}
#fathersday2026 #fathersdayRanking .swiper-button-prev::before {
    transform: rotate(-45deg) translateY(-50%);
    right: 30%;
}
#fathersday2026 #fathersdayRanking .ranking_image {
    overflow: hidden;
    border-radius: 20px;
}
#fathersday2026 #fathersdayRanking .ranking_title {
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(255, 255, 255);
}
#fathersday2026 #fathersdayRanking .ranking_price {
    margin-top: 7px;
    text-align: right;
    font-size: 12px;
    color: rgb(255, 255, 255);
}
#fathersday2026 #fathersdayRanking .ranking_price span {
    font-size: 18px;
}
#fathersday2026 #fathersdayRanking .tab-wrap {
		width: 88%;
    margin: 47px auto 0;
    gap: 10px;
    display: flex;
    justify-content: center;
}
#fathersday2026 #fathersdayRanking .tab-bt {
    width: calc((100% - 30px) / 4);
    padding: 10px 0px;
    position: relative;
    background: rgb(219 219 219);
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    font-size: 16px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
      border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#fathersday2026 #fathersdayRanking .tab-bt.active {
    border: none;
    position: relative;
    background: #9c9b9b;
}
#fathersday2026 #fathersdayRanking .tab-bt:nth-of-type(1).active::before,#fathersday2026 #fathersdayRanking .tab-bt:nth-of-type(1).active,#fathersday2026 #fathersdayRanking .panel-wrap > div:nth-of-type(5) {
    background: #3f70aa;
}
#fathersday2026 #fathersdayRanking .tab-bt:nth-of-type(2).active::before,#fathersday2026 #fathersdayRanking .tab-bt:nth-of-type(2).active,#fathersday2026 #fathersdayRanking .panel-wrap > div:nth-of-type(6){
    background: #5a9da1;
}
#fathersday2026 #fathersdayRanking .tab-bt:nth-of-type(3).active::before,#fathersday2026 #fathersdayRanking .tab-bt:nth-of-type(3).active,#fathersday2026 #fathersdayRanking .panel-wrap > div:nth-of-type(7) {
    background: #739b5f;
}
#fathersday2026 #fathersdayRanking .tab-bt:nth-of-type(4).active::before,#fathersday2026 #fathersdayRanking .tab-bt:nth-of-type(4).active,#fathersday2026 #fathersdayRanking .panel-wrap > div:nth-of-type(8) {
    background: #b7a34b;
}
#fathersday2026 #fathersdayRanking .category-area, .category-area .js-ranking-swiper {
    display: none;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
#fathersday2026 #fathersdayRanking .category-area.active {
    padding: 30px 25px 40px;
    display: block;
    max-width: 1400px;
    margin: 0px auto;
    border-radius: 55px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
#fathersday2026 .category-area h3 {
    margin: 0px auto 20px;
    padding: 5px;
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 0.2em;
    border-bottom: 2px dashed;
    font-size: 19px;
    max-width: 250px;
}
#fathersday2026 #fathersdayRanking .category-area.active .js-ranking-swiper {
    display: block;
    opacity: 1;
    transition: all 0.3s ease 0s;
		padding: 20px 10px 90px 20px;
}

#fathersday2026 #fathersdayRanking .swiper-prev-button, 
#fathersday2026 #fathersdayRanking .swiper-next-button {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    border-radius: 50%;
}
#fathersday2026 #fathersdayRanking .swiper-next-button {
    left: auto;
    right: 0px;
    z-index: 10000;
}
#fathersday2026 #fathersdayRanking .swiper-prev-button::before, 
#fathersday2026 #fathersdayRanking .swiper-next-button::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(135deg) translateX(-50%);
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1000;
}
#fathersday2026 #fathersdayRanking .swiper-prev-button::before {
    transform: rotate(-45deg) translateX(50%);
    right: 50%;
}
#fathersday2026 #fathersdayRanking .p-ranking__unit-title{
	margin: 0 auto 15px;
	background: inherit;
}
#fathersday2026 #fathersdayRanking .c-title-contents-full-s__inner{
	max-width: 220px;
	margin: 0 auto;
	color: #fff;
	font-weight: 600;
	border-bottom: 2px dashed;
	text-align: center;
	padding-block: 3px;
	line-height: 1.3;
}
#fathersday2026 #fathersdayRanking .c-title-contents-full-s__inner strong{
	padding-left: 0;
	font-size: 19px;
}
#fathersday2026 #fathersdayRanking .c-product__item-group{
	color: #fff;
}
#fathersday2026 #fathersdayRanking .c-product__item-icon .c-icon{
	width: 32%;
}
#fathersday2026 #fathersdayRanking .js-icon-textcolor.c-icon.infoIconName.colorAdded{
	background: #fff;
	width: calc((100% - 8px) - 32%);
}
#fathersday2026 #fathersdayRanking .c-product__item-price span{
	margin-left: 3px;
}

@media screen and (max-width: 599px) {
	#fathersday2026 #fathersdayRanking .ranking_title {
			font-size: 13px;
	}
	#fathersday2026 #fathersdayRanking .tab-wrap {
			width: 84%;
			gap: 10px;
			margin: -14px auto 0;
			overflow-x: scroll;
			display: block;
			white-space: nowrap;
			position: relative;
			overflow-y: hidden;
			padding: 10px 0;
	}
	#fathersday2026 #fathersdayRanking .tab-bt {
			font-size: 13px;
			display: inline;
			padding: 13px 35px;
			border-radius: 19px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
	}
	#fathersday2026 #fathersdayRanking .tab-wrap::before {
			font-size: 13px;
			width: 57px;
			display: inline-block;
			position: sticky;
			top: 0px;
			left: 0px;
			background: rgb(255, 255, 255);
			z-index: 100;
			padding: 10px 0px 10px 5px;
	}
	#fathersday2026 #fathersdayRanking .ranking_image {
			border-radius: 10px;
	}
	#fathersday2026 #fathersdayRanking .category-area.active {
			padding: 20px;
			border-radius: 25px;
	}
	#fathersday2026 .category-area h3 {
			margin-bottom: 15px;
			font-size: 15px;
	}
	#fathersday2026 #fathersdayRanking .swiper-button-prev, 
	#fathersday2026 #fathersdayRanking .swiper-button-next {
		width: 45px;
    height: 45px;
	}
	#fathersday2026 #fathersdayRanking .category-area.active .js-ranking-swiper{
		padding: 10px 10px 60px 15px;
	}
	#fathersday2026 #fathersdayRanking .c-title-contents-full-s__inner strong{
		font-size: 17px;
	}
}

#fathersday2026 #fathersdayBudget{
	max-width: 940px;
}
#fathersday2026 #fathersdayBudget .flex-wrap {
    gap: 30px;
}
#fathersday2026 #fathersdayBudget .budget-item {
    width: calc((100% - 90px) / 4);
}
#fathersday2026 #fathersdayBudget .budget-link {
		padding: 14px 25px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    align-items: center;
    aspect-ratio: 1 / 1;
		box-shadow: #ded7c0 2px 2px 6px;
}
#fathersday2026 #fathersdayBudget .budget-link::after{
		position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #202020;
    border-right: solid 2px #202020;
    transform: rotate(45deg) translateY(-50%);
}
#fathersday2026 #fathersdayBudget .budget-link .budget-text{
	display: flex;
	align-items: baseline;
	gap: 3px;
}
#fathersday2026 #fathersdayBudget .budget-link .emphasis {

    font-size: 26px;
}
#fathersday2026 #fathersdayBudget .budget-link .emphasis02 {
    font-size: 17px;
}
#fathersday2026 #fathersdayBudget .budget-link .small {
    transform: translateY(2px);
    font-size: 11px;
}

@media screen and (max-width: 599px) {
    #fathersday2026 #fathersdayBudget .flex-wrap {
        gap: 20px;
    }
    #fathersday2026 #fathersdayBudget .budget-item {
        width: calc((100% - 20px) / 2);
    }
		#fathersday2026 #fathersdayBudget .budget-link{
			padding: 14px 20px;
		}
		#fathersday2026 #fathersdayBudget .budget-link::after{
			right: 15px;
		}
    #valentine2024 #fathersdayBudget .budget-link .emphasis {
        font-size: 18px;
    }
    #fathersday2026 #fathersdayBudget .budget-link .emphasis {
        font-size: 20px;
    }
    #fathersday2026 #fathersdayBudget .budget-link .emphasis02 {
        margin-top: 6px;
        font-size: 13px;
    }
}

@media screen and (min-width: 600px){
	#fathersday2026 #fathersdayBudget .budget-link:hover {
    box-shadow: none;
		transform: translateY(4px);
	}
}

#fathersday2026 .fathersdayRecommend .specialreco-wrap{
	display: flex;
	gap: 50px 40px;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 60px auto;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item{
	position: relative;
	width: calc((100% - 40px) / 2);
	background: #e4f4ff;
	border-radius: 18px;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .ichioshi-title{
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 16px;
	margin: 0;
	padding: 10px 0px 7px;
	width: 80px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #1867b4;
	border-radius: 4px 0 0 0;
	line-height: 1.5;
	z-index: 20;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .ichioshi-title::before{
  position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border-bottom: solid 7px #105495;
	border-right: solid 6px transparent;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .ichioshi-title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 40px solid #1867b4;
	border-right: 40px solid #1867b4;
	border-bottom: 12px solid transparent;
	border-radius: 0 0 2px 2px;
	display: inline-block;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .ichioshi-title .specialreco-num{
	display: block;
	font-size: 24px;
	font-weight: 600;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link{
	display: flex;
	align-items: center;
	padding: 30px 25px;
	gap: 25px;
	line-height: 1.5;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .reco-image{
	width: calc((100% - 25px) / 2);
	border-radius: 50%;
	overflow: hidden;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .item-info{
	width: calc((100% - 25px) / 2);
	padding: 0;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .item-info .brand{
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: 1px dashed;
	padding-bottom: 3px;
	font-size: 16px;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .item-info .name{
	font-size: 16px;
	padding-bottom: 5px;
}
#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .item-info .coment{
	font-size: 14px;
	padding-top: 8px;
}
#fathersday2026 .fathersdayRecommend .recommend-slider {
    position: relative;
}
#fathersday2026 .fathersdayRecommend .slick-list {
    padding: 20px 0px;
    overflow-x: hidden;
}
#fathersday2026 .other-recommend{
	margin-bottom: 20px;
}
#fathersday2026 .other-recommend .swiper-wrapper{
	height: auto;
}
#fathersday2026 .other-recommend .item-slider{
	padding-bottom: 75px;
}
#fathersday2026 .other-recommend .item-wrap {
	transition: all 0.3s ease 0s;
	border: 2px solid #202020;
	background: #fff;
	height: auto;
}
#fathersday2026 .other-recommend .item-wrap a {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 12px;
	height: 100%;
}
#fathersday2026 .item-info {
	padding: 0 10px;
	line-height: 1.6;
	font-size: 15px;
}
#fathersday2026 .other-recommend .item-wrap .item-info .brand {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	border-bottom: 1px dashed;
	padding-bottom: 5px;
}
#fathersday2026 .other-recommend .item-wrap .item-info .name {
	display: -webkit-box;
	margin-bottom: 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#fathersday2026 .item-info .price {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}
#fathersday2026 .item-info .price > .emphasis {
    margin-right: 3px;
    font-size: 19px;
}
#fathersday2026 .item-info .price > .small {
    margin-right: 5px;
}

/* 前へ次への矢印カスタマイズ */
#fathersday2026 #fathersdayRecommend .swiper-button-next, 
#fathersdayRecommend .swiper-button-prev{
  z-index: 200;
  top: auto;
  bottom: 0;
  color: #202020;
  width: 50px;
  border: 2px solid;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 50px;
}
#fathersday2026 #fathersdayRecommend .swiper-button-prev{
	left: calc((100% - 50%) - 275px);
}
#fathersday2026 #fathersdayRecommend .swiper-button-next{
	right: calc((100% - 50%) - 275px);
}
#fathersday2026 #fathersdayRecommend .swiper-button-next::before, #fathersdayRecommend  .swiper-button-prev::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  z-index: 2;
  border-top: 2px solid;
  border-left: 2px solid;
  visibility: visible
}
#fathersday2026 #fathersdayRecommend .swiper-button-prev::before{
  transform: translateX(65%) translateY(44%) rotate(-45deg);
}
#fathersday2026 #fathersdayRecommend .swiper-button-next::before{
  transform: translateX(36%) translateY(50%) rotate(135deg);
}
#fathersday2026 #fathersdayRecommend .swiper-pagination{
  bottom: 14px;
  top:auto;
  right: 0;
  left: auto;
  width: calc(100% - 100px);
  transform: translateX(-4.5%);
}
#fathersday2026 #fathersdayRecommend .swiper-pagination .swiper-pagination-bullet{
  border-radius:0;
  height:3px;
  margin: 0!important;
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,2.5%));
}
#fathersday2026 #fathersdayRecommend .swiper-pagination .swiper-pagination-bullet-active{
  background: #4b4b4b;
}

@media screen and (min-width: 600px){
	#fathersday2026 .other-recommend .item-wrap a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px) {
	#fathersday2026 .fathersdayRecommend {
			width: 100%;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap{
		flex-direction: column;
		gap: 30px;
		margin: 40px auto 60px;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item{
		width: 100%;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .ichioshi-title{
		padding: 8px 0px 5px;
    width: 70px;
		font-size: 14px;
		line-height: 1.4;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .ichioshi-title::after{
		border-left: 35px solid #1867b4;
    border-right: 35px solid #1867b4;
    border-bottom: 10px solid transparent;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .ichioshi-title .specialreco-num{
		font-size: 20px;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link{
		padding: 25px 18px;
    gap: 20px;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .reco-image,
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .item-info{
		width: calc((100% - 20px) / 2);
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .item-info .brand,
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .item-info .name{
		font-size: 14px;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .special_link .item-info .coment{
		font-size: 13px;
	}
	#fathersday2026 .item-info{
		line-height: 1.5;
	}
	#fathersday2026 .item-info .price,
	#fathersday2026 .item-info .price > .small{
		font-size: 12px;
	}
	#fathersday2026 .item-info .price > .emphasis{
		font-size: 17px;
	}
	#fathersday2026 .fathersdayRecommend .slick-list {
			padding-top: 0px;
	}
	#fathersday2026 .reco_item {
			margin: 0px 5px;
	}
	#fathersday2026 #fathersdayRecommend .swiper-button-next{
		right: 10%;
	}
	#fathersday2026 #fathersdayRecommend .swiper-button-prev{
		left: 10%;
	}
	#fathersday2026 #fathersdayRecommend .swiper-button-next, 
	#fathersday2026 #fathersdayRecommend .swiper-button-prev{
		width: 40px;
		height: 40px;
		bottom: 18px;
	}
	#fathersday2026 #fathersdayRanking .swiper-button-prev::before, 
	#fathersday2026 #fathersdayRanking .swiper-button-next::before{
		width: 10px;
		height: 10px;
	}
	#fathersday2026 #fathersdayRecommend .swiper-pagination{
		bottom: 28px;
		width: 100%;
		transform: translateX(0);
	}
	.swiper-slide.item-wrap.swiper-slide-prev,.swiper-slide.item-wrap.swiper-slide-next {
		transform: scale(0.7) rotate(4deg) translateX(-34%);
		z-index: -1;
		opacity: 0.6;
	}
	.swiper-slide.item-wrap.swiper-slide-prev {
			transform: scale(0.7) rotate(-4deg) translateX(34%);
	}
	.swiper-slide.item-wrap.swiper-slide-active {
			z-index: 100;
	}
}

@media screen and (min-width: 600px){
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item .ichioshi-title .specialreco-num{
		margin-top: 2px;
	}
	#fathersday2026 .fathersdayRecommend .specialreco-wrap .specialreco_item a:hover{
		opacity: 0.7;
	}
}

#fathersday2026 .category_list {
		display: flex;
		gap: 35px;
		margin: 0 auto;
}
#fathersday2026 .category_item {
    width: calc((100% - 140px) / 5);
}
#fathersday2026 .category_item a.category_link {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    height: 100%;
    letter-spacing: 0.2em;
    padding: 10px;
    border-radius: 15px;
}
#fathersday2026 .category_item a.category_link img{
	height: 100%;
	object-fit: contain;
	transition: 0.3s all;
}
#fathersday2026 .category_item .category_image {
	margin: 0 auto;
	height: 120px;
	width: 80%;
}
#fathersday2026 .category_item .category_text {
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

@media screen and (min-width: 600px){
	#fathersday2026 .category_item a.category_link{
		aspect-ratio: 1 / 1;
	}
	#fathersday2026 .category_item a.category_link:hover img{
		transform: scale(1.1);
	}
}

@media screen and (max-width: 599px) {
	#fathersday2026 .category_list {
			gap: 10px;
	}
	#fathersday2026 .category_item {
			width: calc((100% - 10px) / 2);
	}
	#fathersday2026 .category_item a.category_link{
		gap: 12px;
	}
	#fathersday2026 .category_item .category_image{
		height: 100px;
    width: 80%;
	}
	#fathersday2026 .category_item .category_text {
		font-size: 14px;
		line-height: 1.4
	}
}

#fathersday2026 #fathersdayBrand{
	max-width: 1100px;
}

#fathersday2026 #fathersdayFeature .feature-list{
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(4,1fr);
	margin: 0 auto;
}

@media screen and (min-width: 600px){
	#fathersday2026 #fathersdayFeature .feature-list .feature-item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#fathersday2026 #fathersdayFeature .feature-list{
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}


#fathersday2026 .banner-list {
    margin: 40px auto 0px;
    max-width: 1200px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#fathersday2026 .banner-list .banner-item {
    width:100%;
    transition: all 0.5s ease 0s;
}
#fathersday2026 .banner-list .banner-item:hover {
    transform: translateY(-15px);
}
#fathersday2026 .banner-list .banner-item img {
    width: 100%;
}

@media screen and (max-width: 599px) {
    #fathersday2026 .banner-list {
        margin-bottom: 40px;
    }
    #fathersday2026 .banner-list .banner-item {
        width: 100%;
    }
    #fathersday2026 #fathersdayShop .special_item .item-info {
        padding: 0px 19px 0px 0px;
        width: 100%;
    }
}

#fathersday2026 .flex-wrap.box-layout {
    gap: 30px 20px;
}
#fathersday2026 .flex-wrap.box-layout .special_item {
	margin: 0px;
	width: calc((100% - 60px) / 4);
	position: relative;
	transition: all 0.1s ease 0s;
	border: 2px solid #331f17;
	border-radius: 15px;
	overflow: hidden;
}
#fathersday2026 .flex-wrap.box-layout .special_item a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#fathersday2026 .flex-wrap.box-layout .special_item a .special_image {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 7 / 4;
}
#fathersday2026 .flex-wrap.box-layout .special_item a .special_image img {
	object-fit: cover;
	transition: all 0.3s ease 0s;
}
#fathersday2026 .special_item .item-info {
    padding: 0px 5px 9px 0px;
    width: 100%;
}

@media screen and (max-width: 599px) {
    #fathersday2026 .flex-wrap.box-layout {
        gap: 15px;
    }
    #fathersday2026 .flex-wrap.box-layout .special_item {
        width: calc((100% - 15px) / 2);
    }
    #fathersday2026 .special_item .item-info {
        padding: 0px 5px 0px 0px;
        width: 100%;
    }
}

@media screen and (min-width: 600px){
	#fathersday2026 .flex-wrap.box-layout .special_item:hover {
    transform: rotate(-2deg);
	}
}


#fathersday2026 #fathersdayColumn {
	margin: 0 auto;
	max-width: 1240px;
	padding: 100px 0;
}
#fathersday2026 #fathersdayColumn .contents-wrap{
	display: flex;
	gap: 20px;
}
#fathersday2026 #fathersdayColumn .contents-wrap .contents-item{
	width: calc((100% - 60px) / 4);
	border: 1px solid #2b1310;
}
#fathersday2026 #fathersdayColumn .contents-wrap .contents-item a{
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
	height: 100%;
	line-height: 1.5;
}
#fathersday2026 #fathersdayColumn .contents-wrap .contents-item a .contents_image img{
	aspect-ratio: 7 / 5;
	object-fit: cover;
}
#fathersday2026 #fathersdayColumn .contents-wrap .contents-item .text-wrap .contents-title{
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dashed;
	font-size: 17px;
	font-weight: 600;
}
#fathersdayColumn .yomimono-slider{
	padding: 20px 20px 40px;
	position: relative;
}
#fathersdayColumn .yomimono-slider .swiper-wrapper, 
#fathersdayColumn .yomimono-slider .swiper-slide{
	height: auto;
}
#fathersdayColumn .yomimono-slider .swiper-slide a{
	height: 100%;
	display: inline-block;
}
#fathersdayColumn .swiper-wrapper .contents_item{
	position: relative;
	transition: 0.5s;
	border-bottom: 1px solid #e71118;
	opacity: 0.3;
	background: #fff9ec;
}
#fathersdayColumn .swiper-wrapper .contents_item::before{
	content:"";
	display:block;
	width: 100%;
	height: 1px;
	background:#e71118;
	position:absolute;
	bottom:3px;
	left:50%;
	transform:translateX(-50%);
	z-index: 1;
}
#fathersdayColumn .swiper-wrapper .contents_item.swiper-slide-next, 
#fathersdayColumn .swiper-wrapper .contents_item.swiper-slide-active, 
#fathersdayColumn .swiper-wrapper .contents_item.swiper-slide-prev{
	opacity: 1;
}
#fathersdayColumn .swiper-wrapper .contents_item:hover{
	transform: translateY(-15px);
}
#fathersdayColumn .swiper-wrapper .contents_item a{
	color: #333;
}
#fathersdayColumn .contents_item .contents_image{
	overflow: hidden;
}
#fathersdayColumn .contents_item .contents_image img{
	height: 100%;
	object-fit: cover;
}
#fathersdayColumn .contents_item .text-wrap{
	margin-top:5px;
	padding: 3px 10px;
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
}
#fathersdayColumn .contents_item .contents_title{
	padding: 0 10px 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}
#fathersdayColumn .contents_item .contents_title span{
	margin: 5px 0;
	font-size: 20px;
	display: inline-block;
}
#fathersdayColumn .contents_item .contents_title mark{
	background:transparent;
	color:#333;
	border-bottom:5px solid #edc388;
}
#fathersday2026 #fathersdayColumn .swiper-horizontal>.swiper-scrollbar{
	width: 72%;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#fathersday2026 #fathersdayColumn .swiper-button-next, 
#fathersday2026 #fathersdayColumn .swiper-button-prev{
	top: 50%;
	background: #1c5d6d;
	color: #fff;
	width: 80px;
	height: 80px;
	transform: translateY(-50%);
	border: none;
}
#fathersday2026 #fathersdayColumn .swiper-button-next{
	right: 0;
}
#fathersday2026 #fathersdayColumn .swiper-button-prev{
	left: 0;
}

@media screen and (min-width: 600px){
	#fathersdayColumn .contents_item .contents_image{
		padding: 10px;
		height: 250px;
	}
	#fathersday2026 #fathersdayColumn .contents-wrap .contents-item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#fathersday2026 #fathersdayColumn{
		padding: 50px 20px;
	}
	#fathersday2026 #fathersdayColumn .contents-wrap{
		flex-direction: column;
		gap: 20px;
	}
	#fathersday2026 #fathersdayColumn .contents-wrap .contents-item{
		width: 100%;
	}
	#fathersdayColumn .swiper-wrapper .contents_item a{
		display: flex;
	}
	#fathersdayColumn .contents_item .contents_image{
		position: relative;
		width: 45%;
	}
	#fathersdayColumn .contents_item .text-wrap{
		padding: 11px 10px 20px;
		font-weight: 600;
		position: relative;
		width: 55%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#fathersday2026 #fathersdayColumn .contents-wrap .contents-item .text-wrap .contents-title{
		font-size: 16px;
	}
	#fathersday2026 #fathersdayColumn .contents-wrap .contents-item .text-wrap .contents-lead{
		font-size: 14px;
	}
	#fathersdayColumn .contents_item .contents_title span{
		margin: 0 0 5px 0;
		font-size: 15px;
	}
	#fathersday2026 #fathersdayColumn .swiper-button-next, 
	#fathersday2026 #fathersdayColumn .swiper-button-prev{
		width: 31px;
		background: #5f0c0c99;
		border-radius: 100vh;
	}
	#fathersday2026 #fathersdayColumn .swiper-button-next{
		right: 12px;
	}
	#fathersday2026 #fathersdayColumn .swiper-button-prev{
		left: 12px;
	}
	#fathersday2026 #fathersdayColumn .swiper-button-next::before, 
	#fathersday2026 #fathersdayColumn .swiper-button-prev::before{
		width: 10px;
		height: 10px;
	}
	#fathersday2026 #fathersdayColumn .vl-bt a span{
		font-size: 18px;
	}
}


#fathersday2026 #fathersdayShop {
    margin-bottom: 0px;
		max-width: 1100px;
}
#fathersday2026 #fathersdayShop .shop-wrap{
	display: flex;
	gap: 30px;
	justify-content: center;
	margin: 0 auto;
}
#fathersday2026 #fathersdayShop .shop-wrap .shop-info{
	width: calc((100% - 90px) / 4);
	border-radius: 30px;
}
#fathersday2026 #fathersdayShop .shop-wrap .shop-info.shinqs{
	background: #ba4f4f;
}
#fathersday2026 #fathersdayShop .shop-wrap .shop-info.scsq{
	background: #bca854;
}
#fathersday2026 #fathersdayShop .shop-wrap .shop-info.foodshow{
	background: #619961;
}
#fathersday2026 #fathersdayShop .shop-wrap .shop-info.sapporo{
	background: #3f71ab;
}
#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link{
	display: flex;
	gap: 20px;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}
#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link:hover img{
	opacity: 1;
}
#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link .shop-name .shop-text{
	border-top: 2px dashed #fff;
	padding: 4px 0;
}

#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link .shop-image{
	width: 90%;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
#fathersday2026 .shop-logo {
    margin-bottom: 10px;
    width: 100%;
    height: 55px;
}
#fathersday2026 .shop-logo img {
    height: 100%;
    object-fit: contain;
}
#fathersday2026 #fathersdayShop a {
    color: rgb(78, 24, 14);
}
#fathersday2026 #fathersdayShop .flex-wrap.box-layout {
    gap: 30px;
    margin: 0px auto;
}

@media screen and (min-width: 600px){
	#fathersday2026 #fathersdayShop .shop-wrap .shop-info:hover{
		transform: rotate(-2deg);
	}
	#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link{
			flex-direction: column;
	}
	#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link .shop-name .shop-text{
			border-bottom: 2px dashed #fff;
	}
}

@media screen and (max-width: 599px) {
    #fathersday2026 #fathersdayShop .flex-wrap.box-layout {
        gap: 15px;
    }
    #fathersday2026 #fathersdayShop .flex-wrap.box-layout .special_item {
        width: 100%;
    }
		#fathersday2026 #fathersdayShop .shop-wrap{
			gap: 15px;
			flex-direction: column;
		}
    #fathersday2026 .shop-logo {
        height: 59px;
    }
    #fathersday2026 #fathersdayShop .special_item .item-info {
        width: 74%;
        min-width: 191px;
    }
		#fathersday2026 #fathersdayShop .shop-wrap .shop-info{
			width: 100%;
		}
		#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link{
			align-items: center;
			font-size: 14px;
			padding: 14px 20px;
		}
		#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link .shop-name{
			width: 60%;
		}
		#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link .shop-name .shop-text{
			padding: 7px 0 0;
		}
		#fathersday2026 #fathersdayShop .shop-wrap .shop-info .shop-link .shop-image{
			width: calc((100% - 20px) - 60%);
		}
}

#fathersday2026 .knowledge-list{
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
}
#fathersday2026 .knowledge-item {
	padding: 45px 30px 0;
	position: relative;
}
#fathersday2026 .knowledge-item:first-child{
	padding-top: 0;
}
#fathersday2026 .knowledge-item + .knowledge-item{
		border-top: 1px dashed #1662ad;
}
#fathersday2026 .knowledge-item .question {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
#fathersday2026 .knowledge-item .question > span{
	background: #1662ad;
	position: relative;
	padding: 6px 18px;
	border-radius: 5px;
}
#fathersday2026 .knowledge-item .question span::before{
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #1662ad;
	bottom: -5px;
	left: 40px;
	transform: rotate(-45deg);
	border-bottom-left-radius: 3px;
}
#fathersday2026 .knowledge-item .answer {
	font-size: 15px;
	line-height: 1.5em;
}
#fathersday2026 .knowledge-item .answer .answer-imp{
	display: inline;
	font-weight: 600;
	font-size: 16px;
}
#fathersday2026 .knowledge-item.price .answer .answer-list,
#fathersday2026 .knowledge-item.category .answer .answer-list{
	font-weight: 600;
	font-size: 16px;
}
#fathersday2026 .knowledge-item.origin .answer .answer-list{
	margin-top: 8px;
}
#fathersday2026 .knowledge-item.price .answer .answer-list{
	margin-top: 15px;
}
#fathersday2026 .knowledge-item .answer .answer-list .answer-item{
	margin-bottom: 3px;
}
#fathersday2026 .knowledge-item.origin .answer .answer-list .answer-item:last-of-type{
	margin-bottom: 0;
}
#fathersday2026 .knowledge-item .answer .answer-list .answer-item .flower{
	font-weight: 600;
}
#fathersday2026 .knowledge-item .answer .answer-attention{
	font-size: 14px;
}
#fathersday2026 .knowledge-item.origin .answer .answer-tx{
	margin-bottom: 20px;
}
#fathersday2026 .knowledge-item.category .answer .answer-tx{
	margin-top: 15px;
}

@media screen and (min-width: 600px){
	#fathersday2026 .knowledge-item .question{
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 599px) {
	#fathersday2026 .knowledge-item{
		padding: 30px 0 0;
	}
	#fathersday2026 .knowledge-item .question{
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	#fathersday2026 .knowledge-item .question > span{
		display: inline-block;
		padding: 7px 20px;
		line-height: 1.5;
	}
	#fathersday2026 .knowledge-item .question span::before{
		bottom: -6px;
		left: 50%;
    transform: translateX(-50%) rotate(-45deg);
	}
	#fathersday2026 .knowledge-item.origin .answer .answer-tx{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 599px) {
    .sticky {
        width: 60px;
        top: 130px;
    }
}

#fathersday2026 .attention-box{
	max-width: 1240px;
	margin: 0 auto;
	border: 5px solid #e2e2e2;
	color: #202020;
}
#fathersday2026 .attention-box .attention-title-area{
	position: relative;
	padding: 5px 10px 5px 20px;
	background: #ebebeb;
}
#fathersday2026 .attention-box .attention-title-area .attention-title{
	font-size: 18px;
	color: #c33f15;
	font-weight: 600;
}
#fathersday2026 .attention-box .attention-title-area .attention-top-btn{
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 130px;
	transform: translateY(-50%);
}
#fathersday2026 .attention-box .attention-title-area .attention-top-btn .scroll-top{
	display: block;
	position: relative;
	padding: 4px 18px;
	background: #fff;
	font-size: 15px;
	border: 1px solid #202020;
	line-height: 1.5;
	text-align: center;
	transition: 0.3s all;
	color: #202020;
}
#fathersday2026 .attention-box .attention-title-area .attention-top-btn .scroll-top::before{
	position: absolute;
	content: "";
	top: 50%;
	right: 6px;
	width: 11px;
	height: 9px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #202020;
	transform: translateY(-50%);
}
#fathersday2026 .attention-box .attention-wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 20px;
	font-size: 15px;
	line-height: 1.6;
}
#fathersday2026 .attention-box .attention-wrap strong{
	font-weight: 600;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .souryou{
	margin: 20px 0;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-category,
#fathersday2026 .attention-box .attention-wrap .attention-inner .order .attention-list .attention-item .attention-item-title,
#fathersday2026 .attention-box .attention-wrap .attention-inner .souryou .attention-list .attention-item .attention-item-title{
	font-size: 16px;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list{
	margin-top: 5px;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item+.attention-item{
	margin-top: 5px;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .attention-item-title{
	text-indent: -1em;
	padding-left: 1em;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .period{
	font-size: 18px;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .text-attention{
	text-indent: -1em;
	padding-left: 1em;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .ex-list{
	margin-top: 5px;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .ex-list .ex-item{
	margin-top: 7px;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .souryou-ex{
	display: inline;
	font-weight: 600;
	background: linear-gradient(transparent 70%, #ffcaca 70%);
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .attention-date-list{
	padding-left: 1em;
}
#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-other{
	font-weight: 600;
}


@media screen and (min-width: 600px){
	#fathersday2026 .attention-box .attention-title-area .attention-top-btn .scroll-top:hover{
		opacity: 0.7;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner:first-of-type{
		padding-right: 20px;
    border-right: 1px dashed #202020;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner.delivery{
		padding-left: 20px;
	}
}

@media screen and (max-width: 599px){
	#fathersday2026 #attention{
		padding: 0 20px;
	}
	#fathersday2026 .attention-box .attention-title-area{
		padding: 4px 10px 4px 15px;
	}
	#fathersday2026 .attention-box .attention-title-area .attention-title{
		font-size: 16px;
		line-height: 1.4;
	}
	#fathersday2026 .attention-box .attention-title-area .attention-top-btn{
		width: 35%;
		max-width: 120px;
	}
	#fathersday2026 .attention-box .attention-title-area .attention-top-btn .scroll-top{
		padding: 3px 20px 3px 15px;
		font-size: 14px;
	}
	#fathersday2026 .attention-box .attention-wrap{
		grid-template-columns: 1fr;
		padding: 15px;
		font-size: 14px;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner .order{
    padding-bottom: 17px;
		border-bottom: 1px dashed #202020;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner .souryou{
		margin: 20px 0 10px;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner.delivery{
		padding-top: 15px;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-category, 
	#fathersday2026 .attention-box .attention-wrap .attention-inner .order .attention-list .attention-item .attention-item-title,
	#fathersday2026 .attention-box .attention-wrap .attention-inner .souryou .attention-list .attention-item .attention-item-title{
		font-size: 15px;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner .order .attention-list .attention-item .period,
	#fathersday2026 .attention-box .attention-wrap .attention-inner .souryou .attention-list .attention-item .period{
		font-size: 17px;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list{
		margin-top: 3px;
	}
	#fathersday2026 .attention-box .attention-wrap .attention-inner .attention-list .attention-item .ex-list .ex-item{
		margin-top: 5px;
	}
}



