@charset "utf-8";

/* -------------------------- Font --------------------------

font-family: "Zen Kaku Gothic New", serif;
font-weight: 300, 400, 500, 700, 900;

font-family: "Lato", serif;
font-weight: 100, 300, 400, 700, 900;

font-family: "Allison", cursive;
font-weight: 400;

*/

/* -------------------------- overwrite -------------------------- */

@media (max-width : 960px) {
  body{
    min-width:auto;
    overflow-x: hidden;
  }
}

/* -------------------------- Common -------------------------- */

.hydapd_wrap{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight:400;
  letter-spacing: 0;
  color:#000;
  overflow:hidden;
}
.hydapd_wrap img{
  vertical-align: middle;
}
.sp_block{
  display:none;
}

@media (max-width : 960px) {
  .pc_block{
    display:none;
  }
  .sp_block{
    display:block;
  }
}

sub {
  display: inline-block;
  font-size: 60%;
  vertical-align: text-top;
}

.note {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 960px) {
	.note {
		font-size: 10px;
		line-height: 1.4;
	}
}

/* -------------------------- ふわふわ揺れるアニメ（共通で使う） -------------------------- */

.hydapd_awa div{
  animation-name: hydvAnimBubble;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hydapd_awa .awa_v_1 {
  animation-duration: 1.2s;
}
.hydapd_awa .awa_v_2 {
  animation-duration: 1.4s;
}
.hydapd_awa .awa_v_3 {
  animation-duration: 1.6s;
}
.hydapd_awa .awa_v_4 {
  animation-duration: 1.8s;
}
.hydapd_awa .awa_v_5 {
  animation-duration: 2.0s;
}
.hydapd_awa .awa_v_6 {
  animation-duration: 2.2s;
}

@keyframes hydvAnimBubble {
  0% {
    transform:translateY(0);
  }
  100% {
    transform:translateY(-50px);
  }
}

/* -------------------------- FV -------------------------- */

.hydapd_kv {
  position: relative;
  padding: 0 0 80px;
  background: url(../images/kv_bg.png) 50% 0 / 100% 100% no-repeat;
}
.hydapd_kv_img {
	position: relative;
  margin-bottom: 126px;
  z-index: 1;
}
.hydapd_kv_img img {
	width: 100%;
}
.hydapd_kv_img .hydapd_kv_img_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hydapd_kv_info {
	position: relative;
  width: 50%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  color: #FFF;
  line-height: 2;
  z-index: 1;
}
.hydapd_kv_title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}
.hydapd_kv_info .note {
  max-width: 480px;
  margin: 32px auto 0;
}
.awa_1 {
  position: absolute;
  top: 30%;
  left: 40px;
  width: 115px;
}
.awa_2 {
  position: absolute;
  left: 75%;
  bottom: 0;
  width: 140px;
}

@media (max-width: 960px) {
	.hydapd_kv {
		padding-bottom: 30px;
		background-image: url(../images/kv_bg_sp.png);
	}
	.hydapd_kv_top {
		position: relative;
  	padding: 16px 24px 5px;
  	z-index: 1;
	}
	.hydapd_kv_img {
  	margin-bottom: 53px;
	}
	.hydapd_kv_info {
  	width: 100%;
  	padding: 0 30px;
	}
	.hydapd_kv_title {
	  margin-bottom: 15px;
	  font-size: 24px;
	  line-height: 1.7;
	  font-weight: 500;
	}
	.hydapd_kv_info {
	  width: 100%;
	  padding: 0 30px;
	  font-size: 16px;
  	line-height: 1.8;
	}
	.hydapd_kv_info .note {
  	width: 70%;
  	font-size: 8px;
	}

	.awa_1 {
  	top: 99px;
  	right: 3px;
  	left: auto;
  	width: 47px;
	}
	.awa_2 {
  	bottom: 324px;
  	left: -24px;
  	width: 56px;
	}
}

/* -------------------------- main_se_1 -------------------------- */

.main_se_1 {
	position: relative;
	padding: 70px 20px 30px;
	background: #dcdddf url(../images/sec_bg01.png) 50% 0 / 100% auto no-repeat;
}
.main_se_1::after {
	content: "";
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	height: 318px;
	background: url(../images/item_bg02.png) 50% 50% / 100% 100% no-repeat;
}

@media (max-width: 960px) {
	.main_se_1 {
		padding: 52px 20px 12px;
		background-image: url(../images/sec_bg01_sp.png);
	}
	.main_se_1::after {
		top: 180px;
  	height: 260px;
  	background-size: auto 100%;
	}
}

.awa_3 {
  position: absolute;
  top: 315px;
  left: 16px;
  width: 341px;
}
.awa_4 {
  position: absolute;
  top: 993px;
  left: 223px;
  width: 192px;
}
.awa_5 {
  position: absolute;
  top: 1620px;
  right: -50px;
  width: 431px;
}

@media (max-width: 960px) {
	.awa_3 {
  	top: 38%;
  	left: -50px;
  	width: 100px;
	}
	.awa_4 {
  	top: 40%;
  	left: 27px;
  	width: 82px;
	}
	.awa_5 {
		display: none;
	}
}

/* -------------------------- PDRN紹介 -------------------------- */

.pdrn_dropper {
  position: absolute;
  top: 0;
  right: 0;
  width: 304px;
  transition: 0.5s ease-in-out;
  z-index: 2;
}
.pdrn_dropper.standby {
	opacity: 0;
  transform: rotate(5deg) translateX(50px);
}
.hydapd_pdrn {
	position: relative;
  display: flex;
  max-width: 1000px;
  padding: 64px 120px 46px 72px;
  margin: 0 auto 74px;
  font-size: 21px;
  line-height: 1.8;
  background: url(../images/item_bg01.png) 50% 50% / 100% 100% no-repeat;
  align-items: center;
  z-index: 1;
}
.hydapd_pdrn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4px;
  height: 64px;
  transform: translate(-50%, 50%);
  background: url(../images/for_item.png) 50% 0 / contain no-repeat;
}
.pdrn_img {
  width: 40%;
  min-width: 40%;
  margin-right: 50px;
  transition: 0.5s ease-in-out;
}
.hydapd_pdrn.standby .pdrn_img {
	transform: translateY(50px);
	opacity: 0;
}
.pdrn_title {
	margin-bottom: 20px;
  font-size: 62px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
}
.pdrn_title span {
  display: inline-block;
  margin-left: -20px;
  font-size: 30px;
  vertical-align: super;
  letter-spacing: 0;
}
.pdrn_txt .note {
  margin-top: 36px;
}

@media (max-width: 960px) {
	.pdrn_dropper {
  	top: 20px;
  	width: 88px;
	}
	.hydapd_pdrn {
		display: block;
		padding: 38px 58px 44px;
		margin-bottom: 52px;
		font-size: 16px;
		background-image: url(../images/item_bg01_sp.png);
	}
	.pdrn_title {
    width: 144px;
    margin: 0 auto 16px;
    font-size: 48px;
    text-align: center;
  }
	.pdrn_title span {
  	display: block;
  	padding-right: 5px;
    margin: 0;
  	font-size: 15px;
  	line-height: 1.2;
  	text-align: right;
	}
	.pdrn_img {
  	width: auto;
  	min-width: auto;
  	margin: 0 -40px 20px;
	}
	.pdrn_txt .note {
  	margin-top: 20px;
  	font-size: 10px;
	}
	.hydapd_pdrn::after {
  	width: 5px;
 	 	height: 56px;
	}
}

/* -------------------------- for you -------------------------- */

.hydapd_foryou {
	position: relative;
	margin-bottom: 90px;
  padding-bottom: 90px;
  z-index: 1;
}
.hydapd_foryou::before {
  content: "";
  position: absolute;
  bottom: 36px;
  left: 73%;
  width: 274px;
  height: 325px;
  background: url(../images/item_bg04.png) 50% 50% / contain no-repeat;
  z-index: -1;
}
.hydapd_foryou::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 110px;
	background: #000;
	transform: translate(-50%,50%);
}
.fy_title {
  font-size: 38px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}
.fy_title img {
  max-width: 250px;
}
.fy_title span {
  display: block;
  margin: 30px 0 56px;
}
.fy_list {
	position: relative;
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
  font-size: 30px;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.fy_list.standby {
	transform: translateY(50px);
	opacity: 0;
}
.fy_list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 32px;
}
.fy_list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 38px;
	height: 38px;
	background: url(../images/icon_check.png) 50% 50% / contain no-repeat;
	transform: translateY(-50%);
}
.fy_list li:last-child {
	margin-bottom: 0;
}

@media (max-width: 960px) {
	.hydapd_foryou {
  	padding-bottom: 66px;
  	margin-bottom: 86px;
	}
	.hydapd_foryou::before {
	  left: 55%;
	  bottom: 4px;
	  width: 281px;
	  height: 334px;
	}
	.hydapd_foryou::after {
		height: 86px;
	}
	.fy_title {
  	margin-bottom: 34px;
	}
	.fy_title img {
  	margin-bottom: 18px;
  	max-width: 172px;
	}
	.fy_title span {
  	margin: 0;
  	font-size: 25px;
  	line-height: 1.4;
	}
	.fy_list {
	  width: 82%;
	  font-size: 17px;
	  line-height: 1.6;
	}
	.fy_list li {
  	padding-left: 46px;
  	margin-bottom: 24px;
	}
	.fy_list li::before {
  	width: 30px;
  	height: 30px;
	}
}

/* -------------------------- point 1 -------------------------- */

.pt_title {
  max-width: 244px;
  margin: 0 auto 12px;
  font-size: 0;
  text-align: center;
}
.hydpd_pt_sec_head{
  position:relative;
  z-index: 2;
  max-width:800px;
  margin:0 auto 25px;
}
.hydpd_pt_sec_head_title_box{
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  margin:0 0 30px;
}
.hydpd_pt_sec_head_title_point{
  display:flex;
  justify-content: center;
  align-items: center;
  padding:5px 0;
}
.hydpd_pt_sec_head_title_point > div:nth-child(1){
  font-family: "Lato", serif;
  font-weight:300;
  font-size:20px;
  letter-spacing: 0.05em;
  padding:3px 15px 3px 0;
}
.hydpd_pt_sec_head_title_point > div:nth-child(1) > span{
  font-weight:700;
  font-size:28px;
}
.hydpd_pt_sec_head_title_point > div:nth-child(2){
  font-family: "Lato", serif;
  font-weight:400;
  font-size:30px;
  border-left:1px solid #000;
  padding:3px 0 3px 15px;
}
.hydpd_pt_sec_head_title_text{
  border-top:1px solid #000;
  font-weight:500;
  font-size:30px;
  letter-spacing: 0.05em;
  text-align: center;
  color:#f3a69d;
  padding:13px 0;
  line-height: 1.2;
}
.hydpd_pt_sec_head_desc{
  font-size:16px;
  line-height:2;
  letter-spacing: 0.05em;
}
.hydpd_pt_sec_head_desc.pt2{
  letter-spacing: 0;
}
.hydpd_pt_sec_head_desc > small{
  font-size:10px;
  vertical-align: super;
}

@media (max-width : 960px) {
  .hydpd_pt_sec_head{
    max-width:none;
    padding:0 25px;
    margin:0 auto 12px;
  }
  .hydpd_pt_sec_head_title_point{
    padding:5px 0;
  }
  .hydpd_pt_sec_head_title_point > div:nth-child(1){
    font-size:18px;
    padding:3px 10px 3px 0;
  }
  .hydpd_pt_sec_head_title_point > div:nth-child(1) > span{
    font-size:25px;
  }
  .hydpd_pt_sec_head_title_point > div:nth-child(2){
    font-size:25px;
    padding:3px 0 3px 10px;
  }
  .hydpd_pt_sec_head_title_point > div:nth-child(2).pt3{
    font-size:23px;
  }
  .hydpd_pt_sec_head_title_text{
    font-size:23px;
    line-height: 1.3;
    padding: 8px 0;
  }
  .hydpd_pt_sec_head_desc{
    font-size:14px;
    line-height:1.85;
  }
  .hydpd_pt_sec_head_desc.pt2{
    letter-spacing: 0;
  }
}

.hydapd_pt_item01 {
	position: relative;
  max-width: 978px;
  padding: 14px;
  margin: 0 auto;
  color: #FFF;
  background: #212020;
  border-radius: 140px 0 14px 0;
  z-index: 1;
}
.hydapd_pt_item01 .box_inner {
  position: relative;
  padding: 20px 74px 40px;
  border: 1px solid #FFF;
  border-radius: 132px 0 132px 0;
}
.hydapd_pt_item01 .box_inner::after {
	content: "";
	position: absolute;
	top: 314px;
	left: 0;
	width: 100%;
	height: 277px;
	background: url(../images/item_bg03.png) 50% 0 / contain no-repeat;
}
.hydapd_pt_item01 .hydpd_pt_sec_head_title_box {
	border-top: none;
	border-color: #FFF;
}
.hydapd_pt_item01 .hydpd_pt_sec_head_title_point > div:nth-child(2),
.hydapd_pt_item01 .hydpd_pt_sec_head_title_text {
	border-color: #FFF;
}
.hydapd_pt_item01 .box_inner b {
  display: block;
  margin-bottom: 24px;
  font-size: 23px;
  color: #FFF;
}
.box_inner > p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
}
.point1_content {
  padding: 32px 0 24px;
}
.point1_item {
  position: relative;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.point1_item.standby {
  transform: translateY(50px);
  opacity: 0;
}
.point1_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110px;
  height: 110px;
  background: url(../images/pt_pdrn_item_03.png) 50% 50% / contain no-repeat;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.box_inner > p.note {
  font-size: 11px;
}

@media (max-width : 960px) {
	.pt_title {
  	max-width: 212px;
	}
	.hydapd_pt_item01 {
	  padding: 8px;
	  margin: 0 -20px;
	  border-radius: 70px 0 70px 0;
	}
	.hydapd_pt_item01 .box_inner {
  	padding: 28px 20px 24px;
  	border-radius: 62px 0 62px 0;
	}
	.hydapd_pt_item01 .hydpd_pt_sec_head_title_box {
  	border-top: 1px solid #FFF;
	}
	.hydapd_pt_item01 .box_inner b {
		margin-bottom: 16px;
	  font-size: 16px;
	  text-align: center;
	  font-weight: 500;
	  line-height: 1.6;
	}
	.box_inner > p {
  	font-size: 14px;
  	line-height: 1.8;
	}
	.hydapd_pt_item01 .box_inner::before {
	  content: "";
	  position: absolute;
	  top: 920px;
	  left: 0;
	  width: 100%;
	  height: 277px;
	  background: url(../images/item_bg03.png) 50% 0 / contain no-repeat;
	}
	.hydapd_pt_item01 .box_inner::after {
  	top: 337px;
	}
	.point1_item.item1 {
  	padding-bottom: 20px;
  	margin-bottom: 44px;
	}
  .point1_item img {
    margin: 0 auto;
  }
	.box_inner > p.note {
  	font-size: 10px;
  	line-height: 1.3;
	}
}

/* -------------------------- point 2 -------------------------- */

.main_se_2 {
  position: relative;
  padding: 48px 20px 56px;
  background: #dcdddf url(../images/sec_bg02.png) 50% 0 / 100% auto no-repeat;
}

@media (max-width : 960px) {
	.main_se_2 {
		padding: 35px 26px 18px;
		background-image: url(../images/sec_bg02_sp.png);
	}
}

.hydapd_point_item2 {
  max-width: 800px;
  margin: 0 auto;
}
.hydapd_pt_list {
  display: flex;
  margin-bottom: 44px;
  gap: 22px 40px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width : 960px) {
	.hydapd_pt_list {
  	margin: 0 -26px 22px;
  	gap: 0;
	}
	.hydapd_pt_list .slick-list {
  	margin-bottom: 15px;
	}
	.hydapd_pt_item {
  	display: block;
  	padding: 0 8px;
	}
	.hydapd_pt_list .slick-dots {
    position: relative;
    display: flex !important;
    bottom: auto;
    font-size: 0;
    justify-content: center;
    gap: 0 5px;
  }
	.hydapd_pt_list .slick-dots li button {
  	font-size: 0;
  	background: transparent;
  	border-color: #000;
	}
	.hydapd_pt_list .slick-dots li.slick-active button {
		background: #000;
	}
}

/* -------------------------- point 3 -------------------------- */

.main_se_3 {
  padding: 58px 20px 100px;
  background: url(../images/sec_bg03.png) 50% 0 / 100% 100% no-repeat;
}

@media (max-width : 960px) {
	.main_se_3 {
		padding: 30px 25px 84px;
		background-image: url(../images/sec_bg03_sp.png);
	}
}

.hydapd_point_item3 {
	max-width: 800px;
	margin: 0 auto;
}
.point3_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.point3_mask {
  position: relative;
  width: calc(50% - 16px);
  z-index: 1;
}
.point3_mask::after {
	content: "";
	position: absolute;
	top: -81px;
	left: -135px;
	right: -128px;
	bottom: -108px;
	background: url(../images/mask_bg.png) 50% 50% / contain no-repeat;
	transform: translate(-50%,-50%);
	animation-name: hydvAnimBubble;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
	z-index: -1;
}
.point3_info {
	position: relative;
  width: 50%;
  font-size: 16px;
  line-height: 2;
  z-index: 1;
}
.point3_tit {
  margin-bottom: 16px;
  font-size: 70px;
  text-align: center;
  font-family: "Allison", cursive;
  line-height: 1;
}
.point3_txt .note {
  margin: 18px 0 30px;
}

@media (max-width : 767px) {
	.point3_item {
  	position: relative;
    margin-bottom: 4vw;
	}
	.point3_mask {
	  position: absolute;
	  top: -16px;
	  left: -54px;
	  width: 100%;
    max-width: 300px;
	}
	.point3_info {
  	margin-left: auto;
 		font-size: 14px;
  	line-height: 1.8;
	}
	.point3_tit {
	  display: flex;
	  margin-bottom: 24px;
	  font-size: 50px;
	  white-space: nowrap;
	  justify-content: flex-end;
	}
	.point3_txt .note {
  	margin: 16px 0 70px;
	}
}

@media (max-width : 480px) {
  .point3_item {
    margin-bottom: 0;
  }
}

/* -------------------------- 365 days -------------------------- */

.hydapd_every{
  display:block;
  background: url(../images/sec_bg04.png) 50% 50% / cover no-repeat;
}
.hydapd_every_bottom{
  position:relative;
  background-image:url('../images/every_bottom_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding:65px 0 48px;
 }
.hydapd_every_title{
  position:absolute;
  top:-40px;
  left:50%;
  transform:translateX(-50%);
  display:block;
  width:266px;
}
.hydapd_every_title > img{
  display:block;
  width:100%;
}
.hydapd_every_catch{
  font-size:40px;
  letter-spacing: 0.05em;
  text-align: center;
  margin:0 0 18px;
  color: #FFF;
}
.hydapd_every_desc{
  font-size:28px;
  letter-spacing: 0.05em;
  text-align: center;
  margin:0 0 26px;
  color: #FFF;
}
.hydapd_every_points{
  display:flex;
  justify-content: center;
  gap:0 19px;
  transition:opacity 1s, transform 1s;
}
.hydapd_every_points.standby{
  opacity:0;
  transform:translateY(50px);
}
.hydapd_every_points > img{
  width:150px;
}

@media (max-width : 960px) {
	.hydapd_every{
  	background-image: url(../images/sec_bg04_sp.png);
	}
  .hydapd_every_bottom{
    padding:62px 0 48px;
   }
  .hydapd_every_title{
    top:-30px;
    width:213px;
  }
  .hydapd_every_catch{
    font-size:28px;
    margin:0 0 13px;
  }
  .hydapd_every_desc{
    font-size:18px;
    margin:0 0 24px;
  }
  .hydapd_every_points{
    display:flex;
    flex-flow:row wrap;
    justify-content: center;
    gap:10px 15px;
    max-width:260px;
    margin:0 auto;
  }
  .hydapd_every_points > img{
    width:120px;
  }
}

/* -------------------------- howto -------------------------- */

.hydapd_howto{
  background-color: #bfbfbf;
  padding:70px 0 50px;
}
.hydapd_howto_in{
  width:800px;
  margin:0 auto;
}
.hydapd_howto_title{
  display:block;
  margin:0 0 25px;
}
.hydapd_howto_title > picture{
  display:block;
  width:100%;
}
.hydapd_howto_title > picture > img{
  display:block;
  width:100%;
}
.hydapd_howto_list{
  display:flex;
  justify-content: space-between;
  margin:0 0 10px;
}
.hydapd_howto_item{
  width:177px;
}
.hydapd_howto_item_pic{
  display:flex;
  align-items: flex-end;
  height:220px;
  margin:0 0 6px;
}
.hydapd_howto_item_pic > img{
  display:block;
}
.hydapd_howto_item_pic.item_4{
  position:relative;
}
.hydapd_howto_item_pic.item_4 > img{
  position:absolute;
  bottom:0;
  right:0;
  width:192px;
  max-width:none;
}
.hydapd_howto_item_desc{
  font-size:16px;
  line-height:1.875;
  text-align: justify;
}
.hydapd_howto_after{
  display:flex;
  flex-flow:column nowrap;
  justify-content: center;
  align-items: center;
  gap:12px 0;
  height:90px;
  background-color: #FFF;
}
.hydapd_howto_after_title{
  margin: 0;
  font-weight:700;
  font-size:16px;
}
.hydapd_howto_after_desc{
  font-size:16px;
}

@media (max-width : 960px) {
  .hydapd_howto{
    padding:50px 0;
  }
  .hydapd_howto_in{
    width:350px;
    margin:0 auto;
  }
  .hydapd_howto_title{
    display:block;
    margin:0 0 20px;
  }
  .hydapd_howto_list{
    display:flex;
    flex-flow:row wrap;
    gap:15px 0;
    justify-content: space-between;
    margin:0 0 40px;
  }
  .hydapd_howto_item{
    width:46.76%;
  }
  .hydapd_howto_item_pic{
    display: flex;
    align-items: flex-end;
    height: 200px;
    margin: 0 0 2px;
  }
  .hydapd_howto_item_pic.item_4{
    position:static;
  }
  .hydapd_howto_item_pic.item_4 > img{
    position:static;
    width:100%;
  }
  .hydapd_howto_item_desc{
    font-size:14px;
    line-height:1.71;
  }
  .hydapd_howto_after{
    gap:0 0;
    height:80px;
    background-color: #FFF;
  }
  .hydapd_howto_after_title{
    font-size:14px;
    line-height:1.71;
  }
  .hydapd_howto_after_desc{
    font-size:14px;
    line-height:1.71;
    text-align: center;
  }
}

/* -------------------------- Offer -------------------------- */

.hydpd_offer{
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/sec_bg05.png);
  aspect-ratio: 1 / 0.6368;
  padding:5.12% 0 50px;
}
.hydpd_offer_in{
  position:relative;
  max-width:800px;
  margin:0 auto;
}
.hydpd_offer_bg_v{
  position:absolute;
  top:140px;
  right:-216px;
  display:block;
  width:477px;
}
.hydpd_offer_bg_v > img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
}
.hydpd_offer_body{
  position:relative;
  z-index:2;
  display:flex;
  justify-content: space-between;
}
.hydpd_offer_body_left{
  position:relative;
  flex:1;
}
.hydpd_offer_title{
  width:375px;
  margin:0 0 20px;
}
.hydpd_offer_title > img{
  display:block;
  width:100%;
}
.hydpd_offer_desc{
  width:375px;
  font-weight:400;
  font-size:24px;
  line-height:1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
}
.hydpd_offer_note{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  font-size:10px;
  line-height:1.8;
  padding-right:21px;
}
.hydpd_offer_body_right{
  width:380px;
}
.hydpd_offer_box{
  background-color: #FFF;
  border-radius:20px;
  overflow:hidden;
  padding:0 0 22px;
}
.hydpd_offer_box:not(:last-child){
  margin:0 0 20px;
}
.hydpd_offer_box_title{
  font-weight:500;
  font-size:22px;
  letter-spacing: 0.1em;
  text-align: center;
  color:#fff;
  background-color: #231815;
  padding:8px 0;
  margin:0 0 30px;
}
.hydpd_offer_box_title.normal{
  color:#FFF;
  background-color: #6a6665;
  margin:0 0 17px;
}
.hydpd_offer_box_showcase{
  display:flex;
  justify-content: center;
  align-items: center;
  gap:0 15px;
  margin:0 0 20px;
}
.hydpd_offer_box_showcase_pic{
  width:105px;
  text-align:center;
}
.hydpd_offer_box_showcase_pic > img{
  width:auto;
}
.hydpd_offer_box_showcase_info{
  width:180px;
  text-align:center;
}
.hydpd_offer_box_showcase_labels{
  display:flex;
  justify-content: space-between;
  margin:0 0 5px;
}
.hydpd_offer_box_showcase_labels > span{
  display:flex;
  justify-content: center;
  align-items: center;
  width:85px;
  height:30px;
  background-color: #231815;
  font-weight:700;
  font-size:18px;
  color:#fff;
  letter-spacing: 0.05em;
}
.hydpd_offer_box_showcase_price{
  font-weight:400;
  font-size:16px;
  line-height:1.5;
  letter-spacing: 0.05em;
}
.hydpd_offer_box_showcase_price > span{
  font-size:22px;
}
.hydpd_offer_box_cta{
  display:flex;
  justify-content: center;
  align-items: center;
  width:340px;
  height:50px;
  background-color: #231815;
  font-weight:700;
  font-size:16px;
  letter-spacing: 0.05em;
  color:#fff;
  margin:0 auto 21px;
}
.hydpd_offer_box_about_sbsc{
  text-align:center;
}
.hydpd_offer_box_about_sbsc > a{
  font-weight:500;
  font-size:16px;
  letter-spacing: 0;
  text-align:center;
  text-decoration: underline;
  color:#4d4d4d;
}

@media (max-width : 960px) {
  .hydpd_offer {
    background-color: #000;
    background-image: url(../images/sec_bg05_sp.png);
    background-size: 100% auto;
    background-position: 50% 0;
    aspect-ratio: auto;
    padding: 0;
  }
  .hydpd_offer_in{
    max-width:none;
    padding:48px 0 25px;  
    margin:0 auto;
  }
  .hydpd_offer_bg_v{
    position:absolute;
    top:535px;
    right:0;
    width:293px;
  }  
  .hydpd_offer_body{
    max-width:325px;
    display:block;
    margin:0 auto;
  }
  .hydpd_offer_body_left{
    margin:0 0 91vw;
  }
  .hydpd_offer_title{
    width:100%;
    min-height:auto;
    padding:0;
    margin:0 0 15px;
  }
  .hydpd_offer_title > img{
    width:100%;
  }
  .hydpd_offer_desc{
    width:auto;
    font-size:18px;
    line-height:calc(50/36);
    margin:0;
  }
  .hydpd_offer_note{
    position:static;
    width:325px;
    font-size:10px;
    line-height:1.5;
    padding-right:0;
    margin:15px auto 0;
    color: #FFF;
  }  
  .hydpd_offer_body_right{
    width:auto;
  }
  .hydpd_offer_box{
    border-radius:12px;
    padding:0 0 25px;
  }
  .hydpd_offer_box:not(:last-child){
    margin:0 0 25px;
  }
  .hydpd_offer_box_title{
    font-size:19px;
    padding:8px 0;
    margin:0 0 36px;
  }
  .hydpd_offer_box_title.normal{
    margin:0 0 15px;
  }
  .hydpd_offer_box_showcase{
    gap:0 15px;
    margin:0 0 20px;
  }
  .hydpd_offer_box_showcase_pic{
    width:90px;
  }
  .hydpd_offer_box_showcase_pic > img{
    width:auto;
  }
  .hydpd_offer_box_showcase_pic > img.sheets7{
    width:65px;
  }
  .hydpd_offer_box_showcase_info{
    width:155px;
  }
  .hydpd_offer_box_showcase_labels{
    margin:0 0 10px;
  }
  .hydpd_offer_box_showcase_labels > span{
    width:75px;
    height:25px;
    font-size:15px;
  }
  .hydpd_offer_box_showcase_price{
    font-size:14px;
    line-height:calc(45/28);
  }
  .hydpd_offer_box_showcase_price > span{
    font-size:19px;
  }
  .hydpd_offer_box_cta{
    width:295px;
    height:50px;
    font-size:14px;
    letter-spacing: 0;
    margin:0 auto 21px;
  }
  .hydpd_offer_box_about_sbsc > a{
    font-size:14px;
  }  
}

/* -------------------------- Info -------------------------- */

.hydpd_info{
  background-color: #dcdddf;
  padding:50px 0;
}
.hydpd_info_in{
  max-width:800px;
  margin:0 auto;
}
.hydpd_info_block{
  margin:0 0 20px;
}
.hydpd_info_block_title{
	position: relative;
  display:flex;
  justify-content:center;
  align-items: center;
  height:52px;
  font-weight:500;
  font-size:20px;
  letter-spacing: 0.05em;
  color:#4d4d4d;
  border-bottom:2px solid #4d4d4d;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px auto;
  cursor: pointer;
}
.hydpd_info_block_title::before,
.hydpd_info_block_title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
  height: 2px;
	background: #000;
	transform: translateY(-50%);
}
.hydpd_info_block_title::after {
	transform: translateY(-50%)rotate(90deg);
	transition: 0.5s ease-in-out;
}
.hydpd_info_block_title.active::after {
	transform: translateY(-50%)
}
.hydpd_info_block_content{
  font-weight:400;
  font-size:14px;
  line-height:calc(24/14);
  padding-top:20px;
}
.hydpd_info_block_content.last{
  border-bottom:2px solid #4d4d4d;
  padding-bottom:20px;
}

@media (max-width : 960px) {
  .hydpd_info{
    padding:53px 0 40px;
  }
  .hydpd_info_in{
    max-width:325px;
  }
  .hydpd_info_block{
    margin:0 0 20px;
  }
  .hydpd_info_block_title{
  	position: relative;
    height:40px;
    font-size:14px;
    border-bottom:1px solid #4d4d4d;
    background-size:15px auto;
  }
  .hydpd_info_block_title::before,
  .hydpd_info_block_title::after {
  	width: 15px;
  	height: 1px;
  }
  .hydpd_info_block_content{
    font-size:11px;
    line-height:calc(34/22);
    padding-top:16px;
  }
  .hydpd_info_block_content.last{
    border-bottom:1px solid #4d4d4d;
    padding-bottom:20px;
  }
}

/* -------------------------- More -------------------------- */

.hydapd_more{
  padding:0 0 50px;
}
.hydapd_more_main{
  position:relative;
}
.hydapd_more_main_image{
  display:block;
}
.hydapd_more_main_image > img{
  display:block;
  width:100%;
}
.hydapd_more_main_title {
  margin: 30px 0 48px;
}
.hydapd_more_main_title > h2{
  font-family: "Allison", cursive;
  font-size:80px;
  line-height:0.8;
  text-align:center;
  margin:0;
}
.hydapd_more_main_title > p{
  font-size:22px;
  letter-spacing: 0.05em;
  text-align:center;
}
.hydapd_more_list{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:24px;
  margin:0 auto;
}
.hydapd_more_item{
  width:320px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding:20px;
}
.hydapd_more_item_in{
  position:relative;
  background-color:rgba(255,255,255,0.9);
  border:1px solid #000;
  padding-bottom:20px;
}
.hydapd_more_item_badge{
  position:absolute;
  top:30px;
  left:-16px;
  display:flex;
  justify-content: center;
  align-items: center;
  width:95px;
  height:95px;
  border-radius:50%;
  background-color: #000;
}
.hydapd_more_item_badge_text{
  font-weight:500;
  font-size:16px;
  line-height:1.375;
  letter-spacing: 0.05em;
  text-align: center;
  color:#FFF;
}
.hydapd_more_item_badge_text > small{
  font-size:10px;
  vertical-align: super;
}
.hydapd_more_item_pic{
  position:relative;
  z-index:2;
  display:block;
  height:185px;
  padding:28px 8px 0;
}
.hydapd_more_item_pic > img{
  display:block;
  width:198px;
  margin-left:auto;
}
.hydapd_more_item_note{
  font-size:10px;
  text-align: center;
  margin:0 0 17px;
}
.hydapd_more_item_title{
  display:flex;
  justify-content: center;
  align-items: center;
  height:40px;
  background-color: #000;
  font-weight:500;
  font-size:18px;
  letter-spacing: 0.05em;
  color:#FFF;
  margin:0 0 20px;
}
.hydapd_more_item_data{
  display:flex;
  justify-content: center;
  margin:0 0 16px;
}
.hydapd_more_item_data_one{
  text-align: center;
  padding:2px 6px;
}
.hydapd_more_item_data_one:nth-child(2){
  border-left:1px solid #000;
}
.hydapd_more_item_count{
  font-size:16px;
  letter-spacing: 0.05em;
  margin:0 0 8px;
}
.hydapd_more_item_price{
  font-size:22px;
  letter-spacing: 0.05em;
}
.hydapd_more_item_price > small{
  font-size:16px;
}
.hydapd_more_item_cta{
  display:flex;
  justify-content: center;
  align-items: center;
  width:240px;
  height:60px;
  background-color: #FFF;
  border:1px solid #ffce23;
  font-weight:700;
  font-size:16px;
  color:#ffce23;
  margin:0 auto;
}

.hydapd_more_item.hydra_ex .hydapd_more_item_in{
  border:1px solid #552378;
}
.hydapd_more_item.hydra_az .hydapd_more_item_in{
  border:1px solid #00a0b8;
}
.hydapd_more_item.hydra_v .hydapd_more_item_in{
  border:1px solid #ff2323;
}
.hydapd_more_item.hydra_f .hydapd_more_item_badge{
  left:-8px;
  width:105px;
  height:105px;
}
.hydapd_more_item.hydra_ex .hydapd_more_item_badge{
  background-color: #552378;
}
.hydapd_more_item.hydra_az .hydapd_more_item_badge{
  background-color: #00a0b8;
}
.hydapd_more_item.hydra_v .hydapd_more_item_badge{
  background-color: #ff2323;
}
.hydapd_more_item.hydra_f .hydapd_more_item_pic{
  padding:20px 0 0;
}
.hydapd_more_item.hydra_f .hydapd_more_item_pic > img{
  width:106px;
  margin:0 auto;
}
.hydapd_more_item.hydra_ex .hydapd_more_item_title{
  background-color: #552378;
}
.hydapd_more_item.hydra_az .hydapd_more_item_title{
  background-color: #00a0b8;
}
.hydapd_more_item.hydra_v .hydapd_more_item_title{
  background-color: #ff2323;
}
.hydapd_more_item.hydra_ex .hydapd_more_item_data_one:nth-child(2){
  border-left:1px solid #552378;
}
.hydapd_more_item.hydra_az .hydapd_more_item_data_one:nth-child(2){
  border-left:1px solid #00a0b8;
}
.hydapd_more_item.hydra_v .hydapd_more_item_data_one:nth-child(2){
  border-left:1px solid #ff2323;
}
.hydapd_more_item.hydra_ex .hydapd_more_item_cta{
  border:1px solid #552378;
  color:#552378;
}
.hydapd_more_item.hydra_az .hydapd_more_item_cta{
  border:1px solid #00a0b8;
  color:#00a0b8;
}
.hydapd_more_item.hydra_v .hydapd_more_item_cta{
  border:1px solid #ff2323;
  color:#ff2323;
}
.hydapd_more_item.hydra_v .hydapd_more_item_note {
  margin-bottom: 7px;
}

.hydapd_more_to_top{
  padding:50px 0 0;
}
.hydapd_more_to_top > a{
  display:flex;
  justify-content: center;
  align-items: center;
  width:380px;
  height:50px;
  background-color: #eef0ff;
  border:1px solid #000;
  border-radius:24px;
  font-size:16px;
  margin:0 auto;
}

@media (max-width : 960px) {
  .hydapd_more{
    padding:0 0 45px;
  }
  .hydapd_more_main_title {
	  margin: 3px 0 20px;
	}
  .hydapd_more_main_title > h2{
    font-size:70px;
    line-height:0.8;
    margin:0;
  }
  .hydapd_more_main_title > p{
    font-size:18px;
    white-space: nowrap;
  }
  .hydapd_more_list{
    display:block;
  }
  .hydapd_more_item{
    width:315px !important;
    padding:15px;
    margin:0 7.5px;
  }
  .hydapd_more_item_in{
    padding-bottom:15px;
  }
  .hydapd_more_item_badge{
    position:absolute;
    top:40px;
    left:-10px;
  }
  .hydapd_more_item_badge_text{
    font-size:16px;
    line-height:1.4;
  }
  .hydapd_more_item_pic{
    height:188px;
    padding:37px 8px 0;
  }
  .hydapd_more_item_pic > img{
    width:199px;
  }
  .hydapd_more_item_note{
    margin:0 0 15px;
  }
  .hydapd_more_item_title{
    height:35px;
    font-size:18px;
    margin:0 0 10px;
  }
  .hydapd_more_item_data{
    margin:0 0 9px;
  }
  .hydapd_more_item_data_one{
    text-align: center;
    padding:2px 14px;
  }
  .hydapd_more_item_count{
    font-size:14px;
    margin:0 0 8px;
  }
  .hydapd_more_item_price{
    font-size:19px;
  }
  .hydapd_more_item_price > small{
    font-size:14px;
  }
  .hydapd_more_item_cta{
    width:255px;
    height:50px;
    font-size:14px;
  }
  
  .hydapd_more_item.hydra_f .hydapd_more_item_badge{
    top:35px;
    left:4px;
    width:100px;
    height:100px;
  }
  .hydapd_more_item.hydra_f .hydapd_more_item_pic{
    padding:34px 0 0 5px;
  }
  .hydapd_more_item.hydra_f .hydapd_more_item_pic > img{
    width:101px;
    margin:0 auto;
  }

  .hydapd_more_list .slick-dots {
    position: static;
    bottom: auto;
    display: flex;
    justify-content: center;
    gap:0 5px;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin:25px 0 0;
  }
  .hydapd_more_list .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .hydapd_more_list .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    font-size: 0;
    border: 1px solid #000;
    border-radius:50%;
  }
  .hydapd_more_list .slick-dots li.slick-active button {
    background-color: #000;
  }

  .hydapd_more_to_top{
    padding:26px 0 0;
  }
  .hydapd_more_to_top > a{
    width:315px;
    height:40px;
    border-radius:20px;
    font-size:14px;
  }
}
.hydapd_more_item{
  background-image:url('../images/more_pdt_hydra_f_bg.jpg');
}
.hydapd_more_item.hydra_f{
  background-image: url('../images/more_pdt_hydra_f_bg.jpg')
}
.hydapd_more_item.hydra_ex{
  background-image:url('../images/more_pdt_hydra_ex_bg.jpg');
}
.hydapd_more_item.hydra_az{
  background-image:url('../images/more_pdt_hydra_az_bg.jpg');
}
.hydapd_more_item.hydra_v {
  background-image:url('../images/more_pdt_hydra_v_bg.jpg');
}

/*==============================================================*/
