/* container */
#container {
  width: 100%;
  min-width: 960px;
}

.wrapper {
  position: relative;
  padding-bottom: 80px;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica,
    sans-serif;
}

.wrapper img {
  width: 100%;
}

.wrapper a {
  cursor: pointer;
}

.wrapper .icon--new {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 48px;
  transform: translateY(-50%);
}
.is-sp .wrapper .icon--new {
  width: 30px;
}

.wrapper time {
  display: inline-block;
  margin-top: 12px;
  font-size: 10px;
  font-weight: bold;
  color: #646464;
  letter-spacing: 0.3px;
}
.is-sp .wrapper time {
  font-size: 8px;
}

.wrapper .tag {
  margin: 12px 0 20px -6px;
  font-size: 0;
  text-align: right;
}

.wrapper .tag__item {
  display: inline-block;
  margin-left: 6px;
  padding: 6px 12px;
  font-size: 10px;
  border: 1px solid #000;
  border-radius: 2px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.wrapper .tag__item:hover {
  color: #009599;
}

.is-sp .wrapper .tag {
  margin: 12px -2.5px 5px;
}
.is-sp .wrapper .tag__item {
  margin: 0 2.5px 5px 2.5px;
  padding: 3px 6px;
  font-size: 10px;
  border-radius: 3px;
}
.is-sp .articleTop__textBlock .tag__item:first-child {
  margin-left: 2.5px;
}

.wrapper .contentTitle {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1.5px;
  max-height: 100%;
  background-color: transparent;
}

.is-sp #container {
  min-width: 100%;
}
.is-sp .wrapper {
  padding-bottom: 40px;
}

.is-pc .sp {
  display: none;
}
.is-sp .pc {
  display: none;
}
.is-sp .wrapper .sp {
  display: inline-block;
}

.is-sp .wrapper .contentTitle {
  font-size: 12px;
  letter-spacing: 0.2px;
}

/* footer */
#jsfooter {
  max-width: 960px;
  margin: 0 auto;
}

/* title */
.topContent h1,
.topContent__title {
  margin-bottom: 40px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4px;
  max-height: 100%;
}

.logoInner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .topContent .logo svg {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .topContent .logo svg {
    width: 40%;
  }
}

.topContentInner .header2021-logo__image {
  text-align: center;
}

.topContentInner {
  position: relative;
  margin: 0 auto;
  padding-top: 5px;
  max-width: 960px;
}

.topContent {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .topContent {
    border-top: 5px solid #009599;
  }
}

.topContent .logo {
  position: absolute;
  top: 30px;
  left: 0;
  display: inherit;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    top: -200px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    top: -200px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#health-jsheader {
  display: none;
}

.health-js-header-logo .header2021-logo__image {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#health-jsheader .health-js-header-logo svg {
  width: 85%;
}

.health-js-header-logo {
  padding: 0.3rem 0;
  display: none;
}

.health-js-header-logo.is-fixed {
  display: unset;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: white;
  animation: slideIn 1s ease forwards;
  -webkit-animation: slideIn 1s ease forwards;
}

.health-js-header-logo.is-fixed .copy {
  display: none;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

@media screen and (max-width: 768px) {
  .topContent .logo {
    top: 0;
    left: 0;
    position: relative;
    padding-left: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.topContent .logo .copy {
  position: relative;
  text-align: center;
  width: 100%;
  display: inherit;
  font-weight: bold;
  font-size: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.logo__main {
  display: block;
  width: 200px;
  margin: 18px auto 0;
}

.is-sp .topContent {
  width: 100%;
  box-sizing: border-box;
}
.is-sp .topContent h1,
.is-sp .topContent .topContent__title {
  margin-bottom: 18px;
  font-size: 13px;
}
.is-sp .logo__main {
  width: 150px;
  margin: 10px auto 0;
}

@media (max-width: 320px) {
  .is-sp .topContent h1,
  .is-sp .topContent .topContent__title {
    font-size: 12px;
  }
}

/* 人気のタグ */
.hotTag {
  margin-top: 20px;
  padding: 20px;
  background-color: #e5f4f5;
}

.hotTag .contentTitle {
  text-align: left;
}

.hotTag .contentTitle:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/icon__pen.png);
  background-size: contain;
}

.hotTagList {
  margin-top: 15px;
  font-size: 0;
}

.hotTagList li {
  display: inline-block;
  margin: 6px 6px 0 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 2px;
}

.hotTagList li a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 12px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.hotTagList li a:hover {
  color: #009599;
}

.is-sp .hotTag {
  background-color: transparent;
}

.is-sp .hotTag .contentTitle {
  text-align: center;
}

.is-sp .col--right .hotTag .contentTitle::before {
  content: none;
}

.is-sp .hotTagList {
  margin-top: 12px;
}

.is-sp .hotTagList li {
  margin: 5px 5px 0 0;
  font-size: 11px;
  border-radius: 3px;
}

.is-sp .hotTagList li a {
  padding: 3px 6px;
}

/* 検索ボックス */
.searchBox {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 1000;
  width: 216px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.searchBox input {
  width: 100%;
  height: 100%;
  padding: 10px 48px 10px 10px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.searchBox button {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 40px;
  background: url(/health/common/images/icon__search.png) center center
    no-repeat;
  background-size: 18px;
  cursor: pointer;
  outline: none;
}

.wrapper :placeholder-shown {
  color: #000;
}

.wrapper ::-webkit-input-placeholder {
  color: #000;
}

.is-sp .searchBox {
  top: 10px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: width 0.5s;
  z-index: 50;
}
.is-sp .searchBox.is-active {
  width: calc(100% - 30px);
}
.is-sp .openTrigger {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 20;
}
.is-sp .searchBox.is-active .openTrigger {
  display: none;
}
.is-sp .searchBox button {
  background-size: 21px;
}

.searchBox .hotTag {
  display: none;
  position: relative;
  z-index: 100;
  margin: 3px 0 0;
  border-radius: 3px;
  background-color: rgba(229, 244, 245, 0.9);
}

.wrapper .searchBox .contentTitle {
  letter-spacing: 0;
}

.is-sp .searchBox .hotTag {
  overflow: hidden;
}

.searchBg {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/* share btn */

.shareLinks {
  width: 100%;
}

.share {
  position: absolute;
  top: 20px;
  right: 0;
}

.share__item {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  margin-left: 10px;
  transition: opacity 0.5s;
}

.share__item:hover {
  opacity: 0.5;
}

.is-sp .share {
  top: 15px;
  right: 15px;
}
.is-sp .share__item {
  margin-left: 15px;
}
.is-sp .share__item:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .topContent .rightMenu {
    position: relative;
    height: 80px;
  }
}

/* pageNav */
.pageNav {
  position: relative;
  z-index: 10;
  background-color: #009599;
  text-align: center;
  height: 65px;
}

.pageNav ul {
  display: inline-block;
  font-size: 0;
  text-align: center;
}

.pageNav li {
  display: inline-block;
}

.pageNav li > a {
  display: block;
  padding: 0 35px;
}

.pageNav li > a > span {
  position: relative;
  display: inline-block;
  padding: 25px 10px 25px 34px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pageNav__item--top > a span {
  background: url(../images/icon__nav__top.png) center left no-repeat;
  background-size: 22px 22px;
}

.pageNav__item--eat > a span {
  background: url(../images/icon__nav__eat.png) center left no-repeat;
  background-size: 22px 22px;
}

.pageNav__item--use > a span {
  background: url(../images/icon__nav__use.png) center left no-repeat;
  background-size: 22px 22px;
}

.pageNav__item--know > a span {
  background: url(../images/icon__nav__know.png) center left no-repeat;
  background-size: 22px 22px;
}

.pageNav__item--notice > a span {
  background: url(../images/icon__nav__notice.png) center left no-repeat;
  background-size: 22px 22px;
}

/*ドロップダウンメニュー*/

.is-pc:not(.is-tab) .pageNav li > a > span:before {
  transition: width 0.3s;
  transform-origin: center;
}

.is-pc .pageNav li > a > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.is-pc:not(.is-tab) .pageNav li > a:hover span:before {
  width: 100%;
}

.is-pc .pageNav .is-active > a span:before,
.is-pc .pageNav .is-current > a span:before {
  width: 100%;
}
.is-pc .guide {
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: 10;
  /*   width: 100%; */
  overflow: hidden;
  background-color: #fffae6;
  display: none;
  transform: translateX(-50%);
}
.is-pc .guideContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.is-pc .gideInfo {
  width: 190px;
  text-align: left;
}
.is-pc .guide__title {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #009599;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-pc .guide__title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 21px;
  margin-right: 16px;
  background: url(../images/icon_category_eat.png) center left no-repeat;
  background-size: 17px auto;
}

.is-pc .pageNav__item--use .guide__title:before {
  background: url(../images/icon_category_use.png) center left no-repeat;
  background-size: 17px auto;
}

.is-pc .pageNav__item--know .guide__title:before {
  background: url(../images/icon_category_know.png) center left no-repeat;
  background-size: 17px auto;
}

.is-pc .pageNav__item--notice .guide__title:before {
  background: url(../images/icon_category_news.png) center left no-repeat;
  background-size: 17px auto;
}

.is-pc .guide__lead {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.57;
}
.is-pc .guideArticle {
  display: flex;
}
.is-pc .guideArticle__item {
  display: block;
  width: 217px;
  margin-right: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.is-pc .guideArticle__item:nth-child(3n) {
  margin-right: 0;
}
.is-pc .guideArticle__item:hover .guideArticle__title {
  color: #009599;
  text-decoration: underline;
}
.is-pc .guideArticle__img {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.is-pc .guideArticle__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.is-pc .wrapper .guideArticle time {
  margin-top: 15px;
}
.is-pc .guideArticle__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.is-pc .guideArticle .icon--new {
  left: 10px;
}
.is-pc .guideArticle .txtBlock {
  position: relative;
  padding: 0 23px 18px;
}
.is-pc .guideArticle__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.is-pc .guide .btn--more {
  display: block;
  width: 300px;
  margin: 50px auto 34px;
  padding: 17px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #009599;
  border-radius: 2px;
  transition: opacity 0.5s;
}

.is-pc .guide .btn--more:hover {
  opacity: 0.5;
}

.is-sp .pageNav {
  height: auto;
  min-height: 41px;
}

.is-tab .pageNav.is-active,
.is-sp .pageNav.is-active {
  z-index: 20;
}

.is-sp .pageNav > ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.is-sp .pageNav > ul > li {
  display: table-cell;
  vertical-align: top;
  margin: 0;
}
.is-sp .pageNav > ul > li > a {
  display: block;
  height: 41px;
  padding: 15px 0;
  font-size: 11px;
  background-size: 15px;
  box-sizing: border-box;
}

.is-sp .pageNav > ul > li > a > span {
  padding: 0;
  font-size: 11px;
  background-image: none;
}
/*
.is-sp .pageNav .pageNav__item--notice a {
  padding-right: 15px;
}
*/

.is-sp .pageNav .pageNav__item--top {
  width: 11.2%;
}

.is-sp .pageNav .pageNav__item--eat > a,
.is-sp .pageNav .pageNav__item--use > a,
.is-sp .pageNav .pageNav__item--know > a,
.is-sp .pageNav .pageNav__item--notice > a {
  position: relative;
  background-image: none;
}

.is-sp .pageNav .pageNav__item--eat > a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  margin-right: 3px;
  background: url(/health/common/images/icon__nav__eat.png) left center
    no-repeat;
  background-size: 15px;
}

.is-sp .pageNav .pageNav__item--eat {
  width: 21.13%;
}

.is-sp .pageNav .pageNav__item--use > a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  margin-right: 3px;
  background: url(/health/common/images/icon__nav__use.png) left center
    no-repeat;
  background-size: 15px;
}

.is-sp .pageNav .pageNav__item--use {
  width: 27.2%;
}

.is-sp .pageNav .pageNav__item--know > a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  margin-right: 3px;
  background: url(/health/common/images/icon__nav__know.png) left center
    no-repeat;
  background-size: 15px;
}

.is-sp .pageNav .pageNav__item--know {
  width: 17.33%;
}

.is-sp .pageNav .pageNav__item--notice > a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  margin-right: 3px;
  background: url(/health/common/images/icon__nav__notice.png) left center
    no-repeat;
  background-size: 15px;
}

.is-sp .pageNav .pageNav__item--notice {
  width: 22.4%;
}

.is-sp .pageNav .pageNav__item--top a {
  background: url(/health/common/images/icon__nav__top.png) left center
    no-repeat;
  background-size: 15px;
  background-position: center center;
}

.is-sp .pageNav .pageNav__item--top a span {
  font-size: 0;
}

.is-sp .pageNav li.is-current > a,
.is-sp .pageNav li.is-active > a {
  background-color: #00747f;
}

.is-sp .guide {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  background-color: #fffae6;
  display: none;
  box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.3);
}

.is-sp .guideContent {
  display: block;
  padding: 20px 25px 0;
}

.is-sp .guide__title {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #009599;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.is-sp .guide__title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(../images/icon_category_eat.png) center left no-repeat;
  background-size: 14px auto;
}

.is-sp .pageNav__item--use .guide__title:before {
  background: url(../images/icon_category_use.png) center left no-repeat;
  background-size: 14px auto;
}

.is-sp .pageNav__item--know .guide__title:before {
  background: url(../images/icon_category_know.png) center left no-repeat;
  background-size: 14px auto;
}

.is-sp .pageNav__item--notice .guide__title:before {
  background: url(../images/icon_category_news.png) center left no-repeat;
  background-size: 14px auto;
}

.is-sp .guide__lead {
  margin: 15px 0;
  font-size: 13px;
  text-align: left;
  line-height: 1.57;
}

.is-sp .guideArticle {
  display: block;
}

.is-sp .guideArticle__item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 3px;
}

.is-sp .guideArticle__img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 43%;
  height: inherit;
}

.is-sp .guideArticle__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.is-sp .guideArticle__title {
  position: relative;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.5;
  height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  font-weight: inherit;
  -webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: #474747;
}

.is-sp .guideArticle time {
  margin: 0;
}

.is-sp .guideArticle .icon--new {
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 25px;
  transform: translateY(0);
}
.is-sp .guideArticle .txtBlock {
  position: relative;
  padding: 10px 10px 15px 45%;
  text-align: left;
}
.is-sp .guideArticle__txt {
  display: none;
}

.is-sp .guide .btn--more {
  display: inline-block;
  width: 195px;
  height: 33px;
  margin: 25px auto;
  padding: 10px 10px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background-color: #009599;
  border-radius: 4px;
  box-sizing: border-box;
}

.is-sp .guide .btn--more::before {
  content: none !important;
}

.pageNavBg {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/* パンくず */
.breadcrumb {
  width: 960px;
  margin: 15px auto 0;
  padding-right: 200px;
  font-size: 0;
  box-sizing: border-box;
}

.breadcrumb__item {
  display: inline-block;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb__item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 6px 0 2px;
  border-right: 2px solid #009599;
  border-top: 2px solid #009599;
  transform: rotate(45deg);
}

.breadcrumb__item:last-child:after {
  content: none;
}

.breadcrumb a {
  text-decoration: underline;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: #009599;
}

.is-sp .breadcrumb {
  width: 100%;
  margin: 0;
  padding: 20px 60px 20px 14px;
  box-sizing: border-box;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is-sp .breadcrumb__item {
  font-size: 10px;
}
.is-sp .breadcrumb__item:after {
  width: 7px;
  height: 7px;
  margin: 0 5px 0 2px;
  vertical-align: middle;
}

.is-sp .breadcrumb__item:last-child {
  max-width: 100%;
  margin-bottom: -2px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* recommend */
.recommend {
  margin-top: 74px;
  padding: 50px 0 60px;
  background-color: #e5f4f5;
}

.recommendLinks {
  display: flex;
  justify-content: center;
  margin: 34px auto 0;
}

.recommendLinks__item {
  overflow: hidden;
  width: 200px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 3px;
}

.recommendLinks__item a {
  display: block;
}

.recommend_img {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.recommend_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.recommendLinks__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 74px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
}

.recommendLinks a:hover .recommendLinks__txt {
  color: #009599;
  text-decoration: underline;
}

.is-sp .recommend {
  margin-top: 56px;
  padding: 30px 15px 1px;
}

.is-sp .recommendLinks {
  display: block;
  margin: 24px auto 0;
}

.is-sp .recommendLinks__item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 15px 0;
  background-color: #fff;
  border-radius: 3px;
}

.is-sp .recommend_img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 43%;
  height: inherit;
}

.is-sp .recommend_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.is-sp .recommendLinks__txt {
  display: block;
  text-align: left;
  height: auto;
  min-height: 75px;
  padding: 15px 15px 15px 45%;
  font-size: 11px;
  box-sizing: border-box;
}

.is-sp .recommendLinks a:hover .recommendLinks__txt {
  color: #009599;
  text-decoration: underline;
}

/* page top btn */
.pageTopBtn {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: inline-block;
  width: 29px;
}

.is-sp .pageTopBtn {
  position: relative;
  bottom: auto;
  right: auto;
  display: block;
  width: 25px;
  margin: 120px auto 0;
}

/* customField */
.customField {
  width: 960px;
  margin: 68px auto 0;
}

.is-sp .customField {
  width: 100%;
  margin: 28px 0 0;
  padding: 0 15px;
  box-sizing: border-box;
}

.customFieldBanner {
  overflow: hidden;
}

.customFieldBanner__item {
  float: left;
  width: 300px;
  margin-left: 30px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.customFieldBanner__item:hover .customFieldBanner__txt {
  color: #009599;
  text-decoration: underline;
}

.customFieldBanner__item:first-child {
  margin-left: 0;
}

.customFieldBanner__img {
  display: block;
  width: 300px;
  height: 160px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.customFieldBanner__txt {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.is-sp .customFieldBanner__item {
  float: none;
  display: block;
  width: 100%;
  margin: 23px 0 0;
}

.is-sp .customFieldBanner__item:first-child {
  margin: 0;
}

.is-sp .customFieldBanner__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.is-sp .customFieldBanner__txt {
  font-size: 11px;
}

.is-sp .customFieldBanner__item:hover .customFieldBanner__txt {
  color: #000;
  text-decoration: none;
}

.customFieldBannerS {
  overflow: hidden;
}

.customFieldBannerS__item {
  float: left;
  width: 135px;
  margin-left: 30px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.customFieldBannerS__item:hover .customFieldBannerS__txt {
  color: #009599;
  text-decoration: underline;
}

.customFieldBannerS__item:first-child {
  margin-left: 0;
}

.customFieldBannerS__item:last-child {
  margin-left: 28px;
}

.customFieldBannerS__img {
  display: block;
  width: 135px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #a7a7a7;
}

.customFieldBannerS__txt {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.is-sp .customFieldBannerS {
  display: flex;
  flex-wrap: wrap;
}

.is-sp .customFieldBannerS__item {
  float: none;
  display: block;
  width: 50%;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.is-sp .customFieldBannerS__item:nth-child(odd) {
  padding-right: 5px;
}

.is-sp .customFieldBannerS__item:nth-child(even) {
  padding-left: 5px;
}

.is-sp .customFieldBannerS__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-sizing: border-box;
}

.is-sp .customFieldBannerS__txt {
  font-size: 11px;
}

.is-sp .customFieldBannerS__item:hover .customFieldBanner__txt {
  color: #000;
  text-decoration: none;
}

/* SP page header
--------------------------- */
.is-sp .clearfix:before,
.is-sp .clearfix:after {
  content: "＼0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.is-sp .clearfix:after {
  clear: both;
}

.is-sp .clearfix {
  zoom: 1;
}

.is-sp #page-header {
  font-size: 12px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.4;
}

.is-sp #page-header img {
  vertical-align: top;
}

.is-sp #page-header .inner {
  border-bottom: solid 2px #b40814;
}

.is-sp #page-header .inner h1 {
  float: left;
  margin: 0 0 0 10px;
}

.is-sp #page-header .inner h1 a {
  display: block;
}

/* ----- グローバルメニューを開閉するボタン ----- */
.is-sp #page-header .inner #gmenu-btn {
  float: right;
  margin: 0 10px 0 0;
}

/* global menu
--------------------------- */
.is-sp #gmenu {
  display: none;
  font-size: 1.08em; /* 13px */
}

.is-sp #gmenu a,
.is-sp #gmenu p {
  display: block;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
}

/* 階層1 */
.is-sp #gmenu .gmenu-level1 > li {
  background-color: #eeeeee;
  border-bottom: solid 1px #dbdbdb;
}

.is-sp #gmenu .gmenu-level1 > li > a,
.is-sp #gmenu .gmenu-level1 > li > p {
  background: transparent no-repeat center right;
  color: #b30914;
  font-weight: bold;
  text-indent: 20px;
}

.is-sp #gmenu .gmenu-level1 > li > a {
  background-image: url(../images/icon_link_r_red.png);
  background-size: 22px;
}

.is-sp #gmenu .gmenu-level1 > li > p {
  background-image: url(../images/icon_link_b_red.png);
  background-size: 30px;
}

.is-sp #gmenu .gmenu-level1 > li > p.open {
  background-image: url(../images/icon_link_t_red.png);
}

.is-sp #gmenu .gmenu-level1 > .current > a {
  background-image: none;
}

.is-sp #gmenu .current {
  background: transparent url(../images/gmenu_current.png) no-repeat;
  background-position: 7px 18px;
  background-size: 8px 8px;
}
/* ----- PC表示 ----- */
#gmenu-company a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 44px;
  margin: 0 0 0 10px;
  background: url(../images/footer_icon_pc.png) no-repeat left center;
  background-size: 22px 16px;
  vertical-align: bottom;
}

/* SP page footer
--------------------------- */
.is-sp #page-footer {
  font-size: 12px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.4;
}

.is-sp #page-footer img {
  vertical-align: top;
}

/* ----- menu 大 ----- */
.is-sp #page-footer #footer-menu-l {
  margin: 0 0 15px;
  font-size: 1.08em; /* 13px */
}

.is-sp #page-footer #footer-menu-l li {
  height: 44px;
  background: #eeeeee url(../images/icon_link_r_red.png) no-repeat;
  background-position: right center;
  background-size: 22px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  line-height: 44px;
}

.is-sp #page-footer #footer-menu-l li:first-child {
  border-top: 1px solid #d9d9d9;
}

.is-sp #page-footer .contact-btn {
  margin: 0 10px 10px;
}

.is-sp #page-footer #footer-menu-l li a {
  display: block;
  color: #b30914;
  text-decoration: none;
  text-indent: 10px;
  font-weight: bold;
  line-height: 44px;
}

/* ----- PC表示 ----- */
.is-sp #page-footer #footer-menu-l li .footer-menu-pc {
  display: inline-block;
  width: 22px;
  height: 44px;
  margin: 0 0 0 10px;
  background: url(../images/footer_icon_pc.png) no-repeat left center;
  background-size: 22px 16px;
  vertical-align: bottom;
}

/* ----- sns ----- */
.is-sp #page-footer #footer-sns-btns {
  margin: 0 0 10px;
  text-align: center;
}

.is-sp #page-footer #footer-sns-btns li {
  display: inline-block;
  height: 20px;
  margin: 5px;
  overflow: hidden;
  vertical-align: top;
}

.is-sp #page-footer #footer-sns-btns .twitter,
.is-sp #page-footer #footer-sns-btns .facebook {
  width: 105px;
}

.is-sp #page-footer #footer-sns-btns .gplus {
  width: 32px;
}

/* ----- menu 小 ----- */
.is-sp #page-footer #footer-menu-s {
  margin: 0 10px 20px;
}

.is-sp #page-footer #footer-menu-s li {
  font-size: 0.75em; /* 9px */
}

.is-sp #page-footer #footer-menu-s li + li {
  margin: 15px 0 0;
}

.is-sp #page-footer #footer-menu-s li a {
  display: inline-block;
  min-height: 13px;
  background: url(../images/icon_link_r_gray.png) no-repeat;
  background-position: left center;
  background-size: 16px 13px;
  color: #808080;
  text-decoration: none;
  text-indent: 20px;
  line-height: 1.4;
  vertical-align: middle;
}

/* ----- iOS safariでの表示崩れ対策 ----- */
.is-sp #page-footer #footer-menu-s li a:after {
  content: "";
  margin-right: 1px;
  float: right;
}

/* ----- お酒は20歳から ----- */
.is-sp #footer-notice {
  margin: 0 10px 15px;
  font-size: 0.92em; /* 11px */
  line-height: 1.3;
  text-align: center;
  color: #000;
}

/* ----- コピーライト ----- */
.is-sp #copyright {
  margin: 0 0 15px;
  padding: 7px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  line-height: 1.4;
}

.is-sp #copyright small {
  font-size: 10px;
}

/* ----- 製品・サービスのお問い合わせ ----- */
.is-sp .contact-btn {
  padding: 1px;
  border: 2px solid #ffcc99;
  border-radius: 2px;
}

.is-sp .contact-btn a {
  display: block;
  text-indent: -9999px;
  background: #f5d4ae;
  border-radius: 2px;
  position: relative;
  height: 100%;
}

.is-sp .contact-btn a > div {
  height: 57px;
  background: url(/sp/inquiry/img/common/txt_contact_btn.png) no-repeat center
      center,
    url(/sp/inquiry/img/common/bg_contact_btn_01.png) no-repeat left top,
    url(/sp/inquiry/img/common/bg_contact_btn_02.png) no-repeat right top;
  background-size: 169px 28px, 54px 57px, 73px 57px;
}

.is-sp .contact-btn .contact-btn-inner {
  display: table;
  width: 100%;
  height: 55px;
}

.is-sp .contact-btn .contact-btn-inner div {
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

.is-sp .contact-btn p {
  display: inline-block;
  margin: 0;
  background: url(../images/contact_btn_icon.png) no-repeat left center;
  background-size: 47px 20px;
  text-align: left;
  text-indent: 52px;
}
/* ----- 一覧表示----- */
.newArticle {
  margin-top: 45px;
  padding: 45px 0 65px;
  background-color: #fffae6;
}

.newArticleList {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 15px auto 0;
}

.newArticle__item {
  overflow: hidden;
  display: block;
  width: 300px;
  margin-top: 30px;
  margin-right: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.newArticle__item:nth-child(3n) {
  margin-right: 0;
}

.newArticle__item:hover .newArticle__title {
  color: #009599;
  text-decoration: underline;
}

.newArticle__item .tag {
  margin: 12px 0 17px -3px;
  text-align: center;
}

.newArticle__item .tag__item {
  margin: 0 0 3px 3px;
}

.newArticle .txtBlock {
  position: relative;
  padding: 0 30px;
}

.newArticle_img {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.newArticle_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.newArticle .icon--new {
  left: 20px;
}

.newArticle__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.newArticle__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.newArticle__txt a:hover {
  color: #474747;
}

.newArticle .btn--more {
  display: block;
  width: 300px;
  margin: 50px auto 0;
  padding: 17px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #009599;
  border-radius: 2px;
  transition: opacity 0.5s;
}

body:not(.is-tab) .newArticle .btn--more:hover {
  opacity: 0.5;
}

.is-sp .newArticle {
  margin-top: 50px;
  padding: 35px 0 35px;
}
.is-sp .newArticleList {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.is-sp .newArticle__item {
  width: calc(50% - 7.5px);
  margin: 15px 0 0;
}
.is-sp .newArticle__item:nth-child(odd) {
  margin-right: 7.5px;
}
.is-sp .newArticle__item:nth-child(even) {
  margin-left: 7.5px;
}
.is-sp .newArticle .icon--new {
  left: 5px;
}
.is-sp .newArticle .txtBlock {
  padding: 0 10px;
}
.is-sp .newArticle time {
  margin-top: 7px;
}
.is-sp .newArticle__title {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.is-sp .newArticle .tag {
  margin: 12px -2.5px 0;
}
.is-sp .newArticle .txtBlock {
  padding: 0 10px 5px;
}
.is-sp .newArticle__txt {
  display: none;
}
.is-sp .newArticle_img {
  height: 105px;
}
.is-sp .newArticle .btn--more {
  width: 150px;
  margin: 30px auto 0;
  padding: 10px 0;
  font-size: 11px;
  border-radius: 3px;
}

.is-sp .newArticle .btn--more:hover {
  opacity: 1;
}

/* -----検索・タグローディング ----- */
.fs-loading {
  display: block;
  width: 100%;
  margin: 74px auto;
  text-align: center;
}

.fs-loading img {
  width: 60px;
}

.is-sp .fs-loading {
  margin: 56px auto;
}

/* footer */

@media all and (min-width: 768px) {
  footer {
    padding-bottom: 40px;
  }

  #pagetop {
    margin-bottom: 40px;
  }
  #pagetop a {
    display: block;
    background: #fbf5ef;
    width: 100%;
    height: 70px;
    position: relative;
  }
  #pagetop a img {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -12px;
    display: block;
    width: 24px;
  }
  footer ul {
    width: 264px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 16px;
  }
  footer ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
  }
  footer ul li:last-child {
  }
  footer h2 {
    text-align: center;
    width: 297px;
    margin: 0 auto;
  }
  footer p {
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 1em;
  }
  .magbtn {
    width: 344px;
    position: fixed;
    right: 16px;
    bottom: 16px;
  }
  .magbtn a {
    display: block;
  }
  .magbtn a:hover {
    filter: brightness(130%);
  }
}

@media all and (max-width: 767px) {
  footer {
    padding-bottom: 88px;
  }
  #pagetop {
    margin-bottom: 40px;
  }
  #pagetop a {
    display: block;
    background: #fbf5ef;
    width: 100%;
    height: 70px;
    position: relative;
  }
  #pagetop a img {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -12px;
    display: block;
    width: 24px;
  }
  footer ul {
    margin-bottom: 16px;
  }
  footer ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 20px;
  }
  footer ul li:last-child {
    margin-bottom: 0;
  }
  footer h2 {
    text-align: center;
    width: 297px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer p {
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 1em;
  }
  .magbtn {
    width: 318px;
    position: fixed;
    left: 50%;
    bottom: 12px;
    margin-left: -159px;
  }
}
