/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.hmnk_h1 {
  text-align: center;
  color: #F38309;
  position: relative;
  display: inline-block;
  margin: 0em auto 1.5rem;
  padding: 5px 10px 5px;
  font-size: 1rem;
  font-weight: 300;
  background: #fff;
  border-radius: 80px;
}
.hmnk_h1 span {
  display: inline-block;
}
#hmnk_main_slider {
  padding: 100px 0 0;
}
/*==============================
スライダーのためのcss
===================================*/
.hmnk_main_slider li {
  margin: 0 7px;
}
.hmnk_main_slider img {
  width: 75vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
  border-radius: 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  bottom: -3px;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  width: 25px; /*幅*/
  height: 25px;
  background-image: url("https://climberworks.jp/8075/img/top/arrow_slide.webp");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 75%;
}
.slick-next { /*次へ矢印の位置と形状*/
  left: calc(75% + 35px);
  transform: rotate(180deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 15px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff; /*ドットボタンの色*/
  border: none;
}
.slick-dots .slick-active button {
  background: #F38309; /*ドットボタンの現在地表示の色*/
}
/* pickup */
.hmnk_pickup {
  padding: 2em 0;
}
.hmnk_pickup h2 {
  width: 90%;
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-weight: 300;
  position: relative;
}
.hmnk_pickup h2 span {
  display: block;
  font-family: "nobel", sans-serif;
  font-weight: 400;
  color: #F38309;
  font-size: 1.6rem;
  line-height: 1.2;
}
/* unagi */
.hmnk_unagi_contents {
  margin: 30px auto 0;
  position: relative;
  background: #fff;
  padding: 2em 0 4em;
  border-radius: 30px 30px 0 0;
}
.hmnk_unagi_contents::before {
  position: absolute;
  width: 100%;
  top: -1.1em;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #fff;
  content: 'HAMANAKO UNAGI';
  font-family: "nobel", sans-serif;
  font-weight: 400;
  font-size: 7.6vw;
  letter-spacing: 3px;
}
.hmnk_unagi_contents h2 {
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.hmnk_unagi_contents h2 span {
  display: inline-block;
}
.hmnk_unagi {
  width: 85%;
  margin: 1em auto 0;
}
.hmnk_unagi img {
  border-radius: 25px;
}
.hmnk_unagi_asajime {
  position: relative;
  margin: 0 auto 1em;
}
.hmnk_unagi_asajime p {
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  letter-spacing: 2px;
  z-index: 3;
}
.hmnk_unagi_asajime p span {
  display: inline-block;
}
.hmnk_unagi_asajime div {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline-block;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 15px;
  border-radius: 30px;
  font-size: 1.2rem;
  z-index: 3;
  color: #333;
}
.hmnk_unagi_asajime div span {
  color: #0034AA;
}
.hmnk_unagi_others {}
.hmnk_unagi_yougan {
  position: relative;
}
.hmnk_unagi_yougan p {
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  letter-spacing: 2px;
  z-index: 3;
}
.hmnk_unagi_yougan p span {
  display: inline-block;
}
.hmnk_unagi_yougan div {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline-block;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 15px;
  border-radius: 30px;
  z-index: 3;
  font-size: 1.2rem;
  color: #333;
}
.hmnk_unagi_yougan div span {
  color: #0034AA;
}
.hmnk_unagi_others ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: space-between;
}
.hmnk_unagi_others ul li {
  width: 48%;
  position: relative;
}
.hmnk_unagi_others ul li div {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: inline-block;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 0px 0px;
  border-radius: 30px;
  width: 80%;
  z-index: 3;
  font-size: 1.2rem;
  color: #333;
}
.hmnk_unagi_others ul li div span {
  color: #009BA8;
}
.hmnk_unagi_txt {
  width: 85%;
  margin: 2em auto 0;
  border-bottom: 0.5px solid #707070;
  padding: 0 0 20px;
}
.hmnk_unagi_txt div {
  font-size: 1.7rem;
  margin: 0 auto 0.5em;
}
.hmnk_unagi_txt p {
  text-align: left;
  line-height: 1.8;
}
.hmnk_unagi_lineup {
  width: 85%;
  margin: 2em auto 1.5em;
}
.hmnk_unagi_lineup h3 {
  color: #F38309;
  font-family: "nobel", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 3px;
  margin: 0 auto 1em;
}
.hmnk_unagi_lineup_slider li p {
  margin: 0.5em auto 0;
}
.hmnk_unagi_lineup_slider .slick-slide {
  margin: 0 7px; /*スライド左右の余白調整*/
}
.hmnk_unagi_lineup_slider .slick-prev, .hmnk_unagi_lineup_slider .slick-next {
  bottom: inherit;
  top: -45px;
}
.hmnk_unagi_lineup_slider .slick-prev { /*戻る矢印の位置と形状*/
  left: inherit;
  right: calc(0% + 35px);
}
.hmnk_unagi_lineup_slider .slick-next { /*次へ矢印の位置と形状*/
  left: inherit;
  right: 0;
}
.hmnk_unagi_lineup_slider img {
  border-radius: 10px;
}
/* mikan */
.hmnk_mikan_contents {
  position: relative;
  background: #fff;
  padding: 2em 0 4em;
}
.hmnk_mikan_contents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F2E7;
  border-radius: 30px 30px 0 0;
}
.hmnk_mikan_contents::after {
  content: 'MIKKABI MIKAN';
  position: absolute;
  width: 100%;
  top: -1.1em;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #F8F2E7;
  font-family: "nobel", sans-serif;
  font-weight: 400;
  font-size: 7.6vw;
  letter-spacing: 3px;
}
.hmnk_mikan_contents h2 {
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 0 30px;
}
.hmnk_mikan_contents h2 span {
  display: inline-block;
}
.hmnk_mikan_time {
  position: absolute;
  bottom: 15px;
  right: 10px !important;
  display: inline-block;
  border: 2px solid #F38309 !important;
  background: rgba(255, 255, 255, 1) !important;
  padding: 0px 10px 0 0 !important;
  border-radius: 30px;
  font-size: 1.2rem !important;
  z-index: 3;
  color: #333;
}
.hmnk_mikan_time span {
  display: inline-block;
  padding: 3px;
  border-radius: 30px 0 0 30px;
  color: #fff !important;
  background: #F38309;
  margin: 0 5px 0 0;
}
.hmnk_unagi_others ul li div.hmnk_mikan_time {
  box-sizing: border-box;
  padding: 0px 0px 3px 0 !important;
  width: 90% !important;
  border-radius: 15px;
  font-size: 1.1rem !important;
}
.hmnk_unagi_others ul li div.hmnk_mikan_time span {
  display: block;
  margin: 0 0 3px 0;
  border-radius: 12px 12px 0 0 !important;
}
/* season */
.hmnk_season.reverse {
  background: #F8F2E7;
  margin: 0 auto 3em;
}
.hmnk_season.reverse::before {
  background: #fff;
}
.hmnk_season.reverse::after {
  color: #fff;
}
.hmnk_season {
  position: relative;
  padding: 2em 0 3em;
  background: #fff;
}
.hmnk_season::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F2E7;
  border-radius: 30px 30px 0 0;
}
.hmnk_season::after {
  content: 'SEASON RECOMMEND';
  position: absolute;
  width: 100%;
  top: -1.1em;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #F8F2E7;
  font-family: "nobel", sans-serif;
  font-weight: 400;
  font-size: 7.6vw;
  letter-spacing: 3px;
}
.hmnk_season_txt {}
.hmnk_season_txt h2 {
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.hmnk_season ul {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: auto;
}
.hmnk_season.reverse ul li {
  background: #F8F2E7;
}
.hmnk_season ul li {
  margin: 2em auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 0 0 20px;
}
.hmnk_season ul li img {
  border-radius: 10px 10px 0 0;
}
.hmnk_season ul li div {
  width: 85%;
  margin: 1em auto 0;
}
.hmnk_season ul li div p {
  text-align: left;
  margin: 0em auto 1em;
  line-height: 1.8;
}
.hmnk_season ul li div p span {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
  line-height: 1.6;
}
/* ranking */
.hmnk_h2 {
  font-weight: 300;
  font-size: 1.4rem;
}
.hmnk_h2 span {
  display: block;
  color: #F38309;
  font-family: "nobel", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 3px;
}
.hmnk_ranking {
  padding: 20px 10px;
  width: calc(90% - 20px);
  background: #fff;
  border-radius: 20px;
  margin: auto;
}
.hmnk_ranking .slick-slider .slick-list {
  padding-right: 10% !important;
}
.hmnk_ranking_list {}
.hmnk_ranking_list li {
  position: relative;
  padding: 20px 0 0;
  text-align: left;
}
.hmnk_ranking_list li img {
  border-radius: 10px;
}
.hmnk_ranking_list li p {
  margin: 0.5em auto 0;
}
.hmnk_ranking_list li p span {
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0;
}
.hmnk_ranking_list li div {
  color: #676767;
  font-size: 1.2rem;
}
.hmnk_ranking_list li::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
  z-index: 999;
}
.hmnk_ranking_list li:nth-last-child(-n+3)::after {
  top: 0px;
  width: 25px;
  height: 25px;
}
.hmnk_ranking_list .slick-slide {
  margin: 0 10px;
}
.rank-num {
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 5px;
  line-height: 28px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 3;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.hmnk_ranking_list .slick-prev, .hmnk_ranking_list .slick-next {
  top: 50%;
  bottom: inherit;
  z-index: 3;
}
.hmnk_ranking_list .slick-prev { /*戻る矢印の位置と形状*/
  left: -5%;
}
.hmnk_ranking_list .slick-next { /*次へ矢印の位置と形状*/
  right: -5%;
  left: inherit;
}
/* recommend */
.hmnk_recommend {
  padding: 20px 10px;
  width: calc(90% - 20px);
  margin: auto;
}
.hmnk_recommend img {
  border-radius: 10px;
}
/* search */
.hmnk_search {
  width: 90%;
  margin: 3em auto 0;
  max-width: 1100px;
}
.hmnk_search_contents {}
.hmnk_search_contents div {
  text-align: left;
  border-bottom: 1px solid #707070;
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding: 0 0 5px;
  margin: 0 auto 15px;
}
.hmnk_search_contents ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 2em;
  justify-content: space-between;
}
.hmnk_search_contents ul li {
  margin: 0 5px 0.5em;
  width: calc(100% / 2 - 10px);
}
.hmnk_search_contents ul li a {
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #F38309 !important;
  width: 100%;
  padding: 10px 0px;
  border-radius: 35px;
  outline: none;
  transition: ease .2s;
}
.hmnk_search_contents ul li a:hover {
  background: #F38309;
  color: #fff !important;
}
/* 矢印が右に移動 */
.hmnk_search_contents ul li a.btnarrow::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #F38309;
  text-align: center;
  transition: all .3s;
}
/*hoverした際の移動*/
.hmnk_search_contents ul li a.btnarrow:hover::after {
  color: #fff;
}
.hmnk_search_contents p {
  text-align: left;
}
.search_hamanako {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0px 20px;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  overflow: hidden;
  margin: 10px auto 0px;
  background-color: #fff;
  text-align: left;
}
.search_hamanako input[type="text"] {
  border: none;
  position: absolute;
  top: 13px;
}
.search_hamanako input[type="text"]:focus {
  outline: 0;
}
.search_hamanako .submit {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #1CA6C0;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -3px;
  outline: none;
}
/* about */
.hmnk_about {
  width: 85%;
  margin: 3em auto 0;
  position: relative;
}
.hmnk_about_ttl {
  position: absolute;
  top: 0;
  right: -20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-family: "nobel", sans-serif;
  font-weight: 400;
  color: #F38309;
  letter-spacing: 2px;
  font-size: 1.8rem;
  padding: 60px 0 0;
}
.hmnk_about_ttl::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: '';
  width: 1px;
  height: 50px;
  background: #F38309;
}
.hmnk_about_img {
  margin: 0 5% -30px -5%;
  position: relative;
  z-index: 1;
}
.hmnk_about_txt {
  background: #fff;
  border-radius: 15px;
  padding: 50px 20px 20px;
  text-align: left;
}
.hmnk_about_txt div {
  color: #1CA6C0;
}
.hmnk_about_txt div img {
  width: 80px;
  margin: 0 auto 10px 0;
  display: block;
}
.hmnk_about_txt p {
  line-height: 1.8;
  margin: 0.5em auto 1em;
}
.hmnk_about_txt p span {
  display: block;
  color: #F38309;
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 auto 10px;
}
/* topics */
.hmnk_topics {
  padding: 4em 0;
}
.hmnk_topics_list {
  width: 95%;
  margin: 0 auto 1em;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
}
.hmnk_topics_list li {
  margin: 1em 8px 0em;
  width: calc(100% / 2 - 16px);
  text-align: left;
}
.hmnk_topics_list li img {
  border-radius: 10px;
}
.hmnk_topics_list li div {
  font-size: 1.1rem;
  margin: 10px auto 5px;
}
.hmnk_topics_list li div span {
  display: inline-block;
  background: #F38309;
  color: #fff;
  padding: 0 10px;
  border-radius: 20px;
  margin: 0 10px 0 0;
}
.hmnk_topics_list li p {}
.hmnk_instagram {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}
.hmnk_instagram h2 {
  margin: 0 auto 1em;
}
.hmnk_instagram a {
  margin: 1.5em auto 0;
}
/* faq */
.hmnk_faq {
  text-align: left;
  width: 90%;
  margin: auto;
  padding: 3em 0 0;
}
.hmnk_faq h2 {
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0 auto 1em;
}
.hmnk_faq h2 span {
  display: block;
  color: #fff;
  font-family: "nobel", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 5px;
}
.hmnk_faq_area {
  list-style: none;
  margin: 0 auto;
}
.hmnk_faq_area li {
  border-bottom: 1px solid #F38309;
  position: relative;
}
.hmnk_faq_area li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #F38309;
  content: 'Q';
  font-family: "nobel", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  font-size: 1.8rem;
}
/*アコーディオンタイトル*/
.hmnk_faq_title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 30px 20px 50px;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.hmnk_faq_title::before, .hmnk_faq_title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #F38309;
}
.hmnk_faq_title::before {
  top: 48%;
  right: 0px;
  transform: rotate(0deg);
}
.hmnk_faq_title::after {
  top: 48%;
  right: 0px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.hmnk_faq_title.close::before {
  transform: rotate(45deg);
}
.hmnk_faq_title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.hmnk_faq_box {
  display: none; /*はじめは非表示*/
  position: relative;
  padding: 0 0 20px 50px;
}
.hmnk_faq_box::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F38309;
  color: #fff;
  content: 'A';
  font-family: "nobel", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  font-size: 1.8rem;
}
.hmnk_line_coupon {
  margin: 3em auto 0;
  width: 90%;
}
.hmnk_mail_magazine {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 0 35px;
  width: 80%;
  margin: 1em auto 0;
}
.hmnk_mail_magazine a {
  color: #333 !important;
}
.hmnk_mail_magazine div {
  color: #F38309;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.hmnk_mail_magazine div img {
  width: 30px;
  line-height: 1;
  margin: 0 5px 0 0;
}
.hmnk_mail_magazine p {
  line-height: 1.8;
}
.hmnk_mail_magazine::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  content: '\f061';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  background: #F38309;
}
.hmnk_bnr_large {
  width: 80%;
  margin: 1em auto 5em;
}
.hmnk_bnr_large li {
  position: relative;
  margin: 3em auto 0;
}
.hmnk_bnr_large li::before {
  position: absolute;
  z-index: 3;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  content: '\f061';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  background: #F38309;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .hmnk_h1 {
    position: absolute;
    top: 3em;
    left: 50%;
    transform: translate(-50%, 0%);
    display: inline-block;
    margin: 0em auto 2.8rem;
    padding: 10px 40px 10px 90px;
    width: auto;
    font-size: 1.4rem;
  }
  .hmnk_h1::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 40px;
    transform: translate(0%, -50%);
    width: 40px;
    height: 24px;
    display: block;
    background-image: url("https://climberworks.jp/8075/img/top/logo_mark.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #hmnk_main_slider {
    padding: 200px 0 0;
  }
  .hmnk_main_slider li {
    margin: 0 15px;
  }
  .hmnk_main_slider img {
    width: 40vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
    border-radius: 20px;
  }
  .slick-prev, .slick-next {
    width: 30px; /*幅*/
    height: 30px;
    bottom: 0;
  }
  .slick-prev { /*戻る矢印の位置と形状*/
    left: 65%;
  }
  .slick-next { /*次へ矢印の位置と形状*/
    left: calc(65% + 43px);
  }
  /*ドットナビゲーションの設定*/
  .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  /* pickup */
  .hmnk_pickup {
    padding: 3em 0;
    text-align: left;
    position: relative;
  }
  .hmnk_pickup h2 {
    max-width: 1180px;
    margin: 0 auto 0.5em;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 3px;
  }
  .hmnk_pickup h2 span {
    font-size: 2rem;
    line-height: 1.2;
  }
  .hmnk_pickup h2::after {
    font-size: 1.6rem;
    padding: 0 0 0 10px;
  }
  /* unagi */
  .hmnk_unagi_contents {
    margin: 80px auto 0;
    padding: 3em 0 8em;
    border-radius: 80px 80px 0 0;
  }
  .hmnk_unagi_contents::before {
    top: -1.25em;
    font-size: 5.5vw;
    letter-spacing: 10px;
  }
  .hmnk_unagi_contents h2 {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
  .hmnk_unagi {
    width: 90%;
    max-width: 1300px;
    margin: 1em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .hmnk_unagi img {
    border-radius: 30px;
  }
  .hmnk_unagi_asajime {
    width: 52%;
    margin: 0;
  }
  .hmnk_unagi_asajime p {
    font-size: 1.8rem;
    line-height: 1.6;
    bottom: 20px;
    left: 25px;
  }
  .hmnk_unagi_asajime div {
    bottom: 25px;
    right: 25px;
    padding: 3px 25px;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  .hmnk_unagi_others {
    width: 46%;
  }
  .hmnk_unagi_yougan p {
    font-size: 1.8rem;
    line-height: 1.6;
    bottom: 25px;
    left: 25px;
  }
  .hmnk_unagi_yougan div {
    bottom: 25px;
    right: 25px;
    padding: 3px 25px;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  .hmnk_unagi_others ul {
    margin: 1.4em auto 0em;
  }
  .hmnk_unagi_others ul li div {
    bottom: 10px;
    width: 60%;
    font-size: 1.4rem;
  }
  .hmnk_unagi_txt {
    max-width: 1100px;
    margin: 3em auto 0;
    padding: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .hmnk_unagi_txt div {
    font-size: 2.3rem;
    margin: 0;
    width: 400px;
  }
  .hmnk_unagi_txt p {
    width: calc(100% - 420px);
    line-height: 2;
  }
  .hmnk_unagi_lineup {
    max-width: 1100px;
    margin: 2.5em auto 2.5em;
  }
  .hmnk_unagi_lineup h3 {
    margin: 0 auto 0.5em;
    font-size: 2.5rem;
  }
  .hmnk_unagi_lineup_slider li p {
    line-height: 1.6;
  }
  .hmnk_unagi_lineup_slider .slick-slide {
    margin: 0 10px; /*スライド左右の余白調整*/
  }
  .hmnk_unagi_lineup_slider .slick-prev, .hmnk_unagi_lineup_slider .slick-next {
    top: -55px;
  }
  .hmnk_unagi_lineup_slider img {
    border-radius: 20px;
  }
  /* mikan */
  .hmnk_mikan_contents {
    padding: 2.5em 0 8em;
  }
  .hmnk_mikan_contents::before {
    border-radius: 100px 100px 0 0;
  }
  .hmnk_mikan_contents::after {
    top: -1.25em;
    font-size: 5.5vw;
    letter-spacing: 10px;
  }
  .hmnk_mikan_contents h2 {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
  .hmnk_mikan_time {
    bottom: 20px !important;
    right: 25px !important;
    padding: 0px 10px 0 0 !important;
    font-size: 1.4rem !important;
  }
  .hmnk_mikan_time span {
    padding: 3px 5px;
  }
  .hmnk_unagi_others ul li div.hmnk_mikan_time {
    text-align: left;
    padding: 0px !important;
    width: 90% !important;
    border-radius: 30px;
    font-size: 1.3rem !important;
  }
  .hmnk_unagi_others ul li div.hmnk_mikan_time span {
    display: inline-block;
    margin: 0 10px 0px 0;
    padding: 3px 10px;
    border-radius: 30px 0 0 30px !important;
  }
  /* season */
  .hmnk_season.reverse {
    margin: 0 auto 5em;
  }
  .hmnk_season {
    padding: 2.5em 0 6em;
  }
  .hmnk_season::before {
    border-radius: 100px 100px 0 0;
  }
  .hmnk_season::after {
    top: -1.25em;
    font-size: 5.5vw;
    letter-spacing: 10px;
  }
  .hmnk_season_txt {}
  .hmnk_season_txt h2 {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
  .hmnk_season ul {
    width: 90%;
    margin: 0em auto 0;
    max-width: 1100px;
  }
  .hmnk_season ul li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-radius: 30px;
  }
  .hmnk_season ul li img {
    width: 60%;
    border-radius: 30px 0 0 30px;
  }
  .hmnk_season ul li div {
    width: 30%;
    padding: 0 5%;
    text-align: left;
  }
  .hmnk_season ul li div p span {
    font-size: 2.5rem;
    margin: 0 auto 0.2em;
  }
  /* ranking */
  .hmnk_h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .hmnk_h2 span {
    font-size: 2.8rem;
    line-height: 1.1;
  }
  .hmnk_ranking {
    padding: 40px 30px;
    width: calc(90% - 60px);
    max-width: calc(1300px - 60px);
    border-radius: 40px;
  }
  .hmnk_ranking .slick-slider .slick-list {
    padding-right: 0 !important;
  }
  .hmnk_ranking_list li {
    padding: 30px 0 0;
  }
  .hmnk_ranking_list li img {
    border-radius: 20px;
  }
  .hmnk_ranking_list li p span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .hmnk_ranking_list li div {
    font-size: 1.2rem;
  }
  .rank-num {
    top: 10px;
  }
  /* recommend */
  .hmnk_recommend {
    padding: 40px 30px;
    width: calc(90% - 60px);
    max-width: calc(1300px - 60px);
  }
  .hmnk_recommend img {
    border-radius: 20px;
  }
  /* search */
  .hmnk_search {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 5em auto 0em;
    justify-content: space-between;
  }
  .hmnk_search_contents {
    width: 48%;
  }
  .hmnk_search_contents div {
    font-size: 1.8rem;
  }
  .hmnk_search_contents ul {
    margin: 0em auto 0em;
  }
  .hmnk_search_contents ul li {
    margin: 0 5px 1em;
  }
  .hmnk_search_contents ul li a {
    padding: 7px 0px;
  }
  .hmnk_search_contents p {
    letter-spacing: 2px;
    padding: 5px 0 0;
  }
  .search_hamanako {
    padding: 0px 30px;
    border-radius: 40px;
    height: 50px;
    margin: 15px auto 0px;
  }
  .search_hamanako input[type="text"] {
    top: 18px;
    left: 20px;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .search_hamanako .submit {
    top: -0px;
  }
  /* about */
  .hmnk_about {
    width: 90%;
    max-width: 1100px;
    margin: 5em auto 0;
    position: relative;
  }
  .hmnk_about_ttl {
    right: -50px;
    font-size: 2rem;
    padding: 150px 0 0;
  }
  .hmnk_about_ttl::before {
    left: 18px;
    height: 130px;
  }
  .hmnk_about_img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: -5%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 55%;
  }
  .hmnk_about_txt {
    border-radius: 25px;
    padding: 70px 50px 70px 55%;
  }
  .hmnk_about_txt div {
    font-size: 1.8rem;
  }
  .hmnk_about_txt div img {
    width: 120px;
  }
  .hmnk_about_txt p {
    line-height: 2;
    margin: 0.5em auto 1.5em;
  }
  .hmnk_about_txt p span {
    font-size: 3rem;
  }
  /* topics */
  .hmnk_topics {
    padding: 6em 0;
  }
  .hmnk_topics_list {
    max-width: 1200px;
    margin: 0 auto 2em;
  }
  .hmnk_topics_list li {
    margin: 1.5em 10px 0em;
    width: calc(100% / 4 - 20px);
  }
  .hmnk_topics_list li img {
    border-radius: 20px;
  }
  .hmnk_topics_list li div {
    font-size: 1.3rem;
    margin: 10px auto 5px;
  }
  .hmnk_topics_list li div span {
    padding: 0 15px;
  }
  .hmnk_topics_list li p {
    line-height: 1.6;
  }
  /* faq */
  .hmnk_faq {
    max-width: 1200px;
    padding: 5em 0 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .hmnk_faq h2 {
    font-size: 1.8rem;
    margin: 0;
    letter-spacing: 2px;
    width: calc(100% - 920px);
  }
  .hmnk_faq h2 span {
    font-size: 8rem;
    letter-spacing: 8px;
  }
  .hmnk_faq_area {
    width: 420px;
    margin: 0;
  }
  .hmnk_faq_area li::before {
    top: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
  }
  /*アコーディオンタイトル*/
  .hmnk_faq_title {
    padding: 30px 30px 30px 80px;
  }
  /*アコーディオンで現れるエリア*/
  .hmnk_faq_box {
    padding: 0 0 30px 80px;
  }
  .hmnk_faq_box::before {
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
  }
  .hmnk_line_coupon {
    margin: 5em auto 0;
    max-width: 700px;
  }
  .hmnk_mail_magazine {
    border-radius: 30px;
    padding: 20px 0 20px;
    max-width: 700px;
    margin: 2em auto 0;
  }
  .hmnk_mail_magazine a {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
  }
  .hmnk_mail_magazine div {
    width: 330px;
    font-size: 2.5rem;
    margin: 0;
  }
  .hmnk_mail_magazine div img {
    width: 40px;
    margin: 0 8px 3px 0;
  }
  .hmnk_mail_magazine p {
    width: 350px;
    line-height: 2;
    letter-spacing: 2px;
    text-align: left;
    font-size: 1.7rem;
  }
  .hmnk_mail_magazine::after {
    bottom: inherit;
    left: inherit;
    top: 50%;
    right: -25px;
    transform: translate(0%, -50%);
    transition: all .3s;
  }
  .hmnk_mail_magazine:hover::after {
    right: -35px;
  }
  .hmnk_bnr_large {
    width: 90%;
    max-width: 1000px;
    margin: 5em auto;
  }
  .hmnk_bnr_large li {
    margin: 1.5em auto 0;
  }
  .hmnk_bnr_large li::before {
    bottom: inherit;
    left: inherit;
    top: 50%;
    right: -25px;
    transform: translate(0%, -50%);
    transition: all .3s;
  }
  .hmnk_bnr_large li:hover::before {
    right: -35px;
  }
}