@charset "UTF-8";
/*
Theme Name: geleerich_2507
*/

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
body {
  color: #201f1e;
  font-family: 'YuGothic', 'Yu Gothic', sans-serif;
  position: relative;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #201f1e;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
sup {
  font-size: 10px;
}

.container {
  padding-top: 85px;
}

.wrapper {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper-s {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

/* タイトル */
.main-title {
  margin-bottom: 60px;
  text-align: center;
}
.main-title .en {
  color: #703018;
  font-family: 'din-condensed', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.main-title .ja {
  display: block;
  font-size: 40px;
  font-weight: normal;
}

/* ボタン */
.btn-clear,
.btn-clear-r,
.btn-clear-r2 {
  text-align: center;
}
.btn-clear a,
.btn-clear-r a,
.btn-clear-r2 a {
  min-width: 260px;
  border: solid 1px #703018;
  color: #703018;
  display: inline-block;
  font-size: 15px;
  padding: 9px 50px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.btn-clear a::after {
  content: url(img/common/btn-arrow-line.svg);
  width: 30px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.btn-clear-r a::after,
.btn-clear-r2 a::after {
  content: url(img/common/btn-arrow-line-r2-g.svg);
  width: 30px;
  position: absolute;
  top: 8px;
  left: 12px;
}
.btn-clear-r2 a::after {
  content: url(img/common/btn-arrow-line-r2.svg);
  top: 8px;
}

/* アスタリスク */
.footnote {
  font-size: 10px;
  position: relative;
  bottom: 3px;
}

/* 明朝体 */
.mincho {
  font-family: "YuMincho", "Yu Mincho", serif;
}

/*-------------------------------------------
header
-------------------------------------------*/
#header {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: solid 4px #efe7e0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  width: 20vw;
  max-width: 180px;
  z-index: 30;
}
#header .menu {
  display: flex;
  align-items: center;
}
#header .menu > li {
  font-size: clamp(10.5px, 1vw, 14px);
  font-weight: bold;
  margin-left: 20px;
  transition: all 0.3s ease;
  position: relative;
}
#header .menu > li::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #703018;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
}
#header .menu > li a {
  display: block;
  padding: 33px 0;
}
#header .menu > li:hover::after {
  opacity: 1;
}
#header .menu > li.active::after {
  opacity: 1;
}
#header .menu > .single .menu-second {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 0;
  position: fixed;
  top: 85px;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
#header .menu > .single .menu-second.active {
  visibility: visible;
  opacity: 1;
}
#header .menu > .single .menu-second ul {
  display: flex;
  justify-content: center;
}
#header .menu > .single .menu-second li {
  max-width: 220px;
  margin: 0 17.5px;
}
#header .menu > .single .menu-second li a {
  color: #000;
  display: block;
  padding: 0;
}
#header .menu > .single .menu-second li a:hover {
  opacity: 0.8;
}
#header .menu > .single .menu-second li a .brand-logo {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .menu > .single .menu-second li:nth-child(1) a .brand-logo img {
  max-width: 80px;
}
#header .menu > .single .menu-second li:nth-child(2) a .brand-logo img {
  max-width: 91px;
}
#header .menu > .single .menu-second li:nth-child(3) a .brand-logo img {
  max-width: 56px;
}
#header .menu > .single .menu-second li:nth-child(4) a .brand-logo img {
  max-width: 96px;
}
#header .menu > .single .menu-second li a .title {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 3px;
}
#header .menu > .single .menu-second li a .description {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 3px;
}
#header .menu > .single .menu-second li a .note {
  font-size: 12px;
  font-weight: normal;
}


/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  background-color: #201f1e;
  color: #fff;
  padding: 28px 0;
}
#footer .inner {
  max-width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0 auto;
}
#footer .menu-list {
  font-size: 15px;
  display: flex;
  align-items: center;
}
#footer .menu-list li {
  border-left: solid 1px #fff;
  padding: 0 10px;
}
#footer .menu-list li a {
  color: #fff;
  display: block;
  line-height: 1;
}
#footer .logo {
  width: min(230px, 100%);
  margin-left: auto;
}
#footer .logo a {
  display: block;
}
#footer .copyright {
  font-size: 12px;
  margin-left: 10px;
}

/*-------------------------------------------
固定バナー
-------------------------------------------*/
#fixed-banner {
  display: none;
}

/*-------------------------------------------
詳細ページ（トピックス、エイジングケア）
-------------------------------------------*/
#article {
  padding: 55px 0 100px;
}
#article .article-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}
#article .article-date {
  margin-bottom: 10px;
}
#article .article-content {
  margin: 45px 0 60px;
}
#article .article-content p {
  line-height: 1.8;
  margin-bottom: 25px;
}
#article .article-content p:last-child {
  margin-bottom: 0;
}
#article .article-content h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 20px;
}
#article.article-aging .article-content h2 {
  color: #fff;
  background-color: #b09859;
  font-size: 22px;
  padding: 7px 18px;
}
#article .article-content h3 {
  font-size: 20px;
  margin: 25px 0 20px;
}
#article .article-content a {
  text-decoration: underline;
}
#article .article-content ul {
  margin: 0 0 32px 22px;
}
#article .article-content ul li {
  list-style-type: disc;
  line-height: 1.8;
}
#article .article-content ol {
  margin: 0 0 32px 22px;
}
#article .article-content ol li {
  list-style-type: decimal;
  line-height: 1.8;
}
#article .article-content iframe {
  aspect-ratio: 16 / 9;
}
#article .article-content .aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
#article .article-content .aligncenter img {
  height: auto;
  max-width: 100%;
}
#article .article-content .alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
#article .article-content .alignright img {
  height: auto;
  max-width: 100%;
}
#article .article-content .alignnone {
  height: auto;
  max-width: 100%;
}
#article .article-content .alignnone img {
  height: auto;
  max-width: 100%;
}

/*-------------------------------------------
トピックス
-------------------------------------------*/
.topics {
  margin-bottom: 180px;
}
.topics .topics-list {
  display: grid;
  gap: 50px;
}
.topics .topics-list .date {
  color: #703018;
  font-size: 18px;
  margin: 8px 0 10px;
}
.topics .topics-list .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.topics .topics-list .btn {
  width: 30px;
  display: block;
  margin: 30px auto;
}
.topics .no-topics {
  text-align: center;
}
.topics-tag-list,
.topics-category-list {
  display: flex;
  flex-wrap: wrap;
}
.topics-tag-list li,
.topics-category-list li {
  background-color: #c9c9c9;
  font-size: 12px;
  padding: 0 5px;
  margin: 3px 3px;
  letter-spacing: -0.1em;
  text-align: center;
}
.topics-category-list li.lueur {
  background-color: #d74765;
  color: #fff;
}
.topics-category-list li.geleerich {
  background-color: #8f8240;
  color: #fff;
}
.topics-category-list li.etin {
  background-color: #6969a3;
  color: #fff;
}
.topics-category-list li.reali {
  background-color: #e2e738;
}

/*-------------------------------------------
エイジングケア講座一覧
-------------------------------------------*/
.lesson .lesson-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.lesson .lesson-list .title {
  font-size: 18px;
  line-height: 1.5;
  margin: 8px 0 20px;
}
.lesson .lesson-list .icon-arrow {
  width: 30px;
  margin: 0 auto;
}

/*-------------------------------------------
メンバーズクラブ
-------------------------------------------*/
.members {
  background-image: url(img/common/membersclub-bg.jpg);
  background-position-x: center;
  background-size: cover;
  padding: 35px 0;
}

/*-------------------------------------------
シリーズ
-------------------------------------------*/
.series {
  background-color: #fff;
}
.series .series-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.series .series-list li {
  max-width: 550px;
  width: 48%;
  margin-bottom: 65px;
}
.series .series-list li .name {
  font-size: 18px;
  margin: 15px 0 10px;
}
.series .series-list li .description {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.5;
}
.series .series-list li .description .icon-arrow {
  width: 30px;
  display: block;
  flex-shrink: 0;
  margin-left: 15px;
}
.series .series-list li .description .footnote {
  bottom: 6px;
}
.series .series-list li .note {
  font-size: 12px;
  margin-top: 7px;
}

/*-------------------------------------------
取扱店検索
-------------------------------------------*/
.store {
  width: 100%;
  height: 300px;
  background-color: #ededed;
  background-image: url(img/common/store-pc.png);
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.store .store-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 17px;
  letter-spacing: 0.1em;
}
.store .text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 23px;
  text-align: center;
}

/*-------------------------------------------
取扱店検索（トピックス詳細画面）
-------------------------------------------*/
.store-topics-detail {
  max-width: 480px;
  background-color: #ededed;
  background-image: url(img/common/store-s.png);
  background-position: center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0 27px;
  margin: 0 auto 27px;
}
.store-topics-detail .store-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.store-topics-detail .text {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

/*-------------------------------------------
SNS
-------------------------------------------*/
.sns-area-common {
  background-color: #fff;
  padding: 75px 0 95px;
}
.sns-area-common .sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-area-common .sns-list li {
  margin: 0 25px;
}
.sns-area-common .sns-list li img {
  width: 90px;
  margin: 0 auto;
}
.sns-area-common .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

/*-------------------------------------------
SNS2
-------------------------------------------*/
.sns-area {
  padding: 75px 0;
}
.sns-area .sns-list {
  max-width: 840px;
  display: flex;
  padding: 0 20px;
  margin: 0 auto;
}
.sns-area .sns-list li {
  width: 50%;
  text-align: center;
}
.sns-area .sns-list li:first-child {
  border-right: solid 1px #433535;
}
.sns-area .sns-list li img {
  width: 90px;
  margin: 0 auto;
}
.sns-area .sns-list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-area .sns-list li .icon img {
  margin: 0 25px;
}
.sns-area .sns-list li .title {
  font-size: 18px;
  margin-top: 15px;
}

/*-------------------------------------------
404
-------------------------------------------*/
#not-found .title-not-found {
  font-size: 32px;
  padding: 150px 0 250px;
  line-height: 1.6;
  text-align: center;
}

/*-------------------------------------------
SP（ヘッダー）
-------------------------------------------*/
@media screen and (max-width: 1000px) {
  .rp {
    display: none !important;
  }

  .container {
    padding-top: 55px;
  }

  /*-------------------------------------------
  header
  -------------------------------------------*/
  #header {
    height: 55px;
  }
  #header .logo {
    width: 100%;
    max-width: 150px;
  }
  #header .navi {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
  }
  #header .navi.active {
    transition: all 0.6s;
    opacity: 1;
    visibility: visible;
  }
  #header .navi .menu {
    width: 100%;
    height: 100vh;
    background-color: #f4f2ec;
    flex-direction: column;
    padding-bottom: 120px;
    overflow: auto;
  }
  #header .navi .menu > li {
    width: 100%;
    border-top: solid 1px #ceb7a3;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    margin-left: 0;
  }
  #header .navi .menu li:first-child {
    border-top: none;
  }
  #header .navi .menu li {
    position: relative;
  }
  #header .navi .menu li::before {
    content: url(img/common/icon-menu-arrow.svg);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #header .menu > li::after {
    content: none;
  }
  #header .navi .menu > li a {
    padding: 17px 20px;
  }
  #header.lueur-header .navi .menu > li.brand-top.sp {
    border-top: solid 6px #ceb7a3;
    border-bottom: solid 6px #ceb7a3;
  }
  #header .navi .menu > li.sns a {
    display: flex;
    align-items: center;
  }
  #header .navi .menu > li.sns .sns-icon {
    width: 25px;
    margin-right: 10px;
  }
  #header .navi .menu-close {
    padding: 20px;
  }
  #header .navi .menu-close img {
    width: 80px;
    margin-left: auto;
  }
  #header .navi li.menu-close::before {
    content: none;
  }

  #header .hamburger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 12px;
    z-index: 30;
  }
  #header .hamburger .menu-text {
    width: 100%;
    max-width: 37px;
    position: absolute;
    top: 37px;
    left: 7px;
  }
  #header .hamburger span {
    width: 40px;
    height: 1.5px;
    background-color: #8f8f8e;
    display: inline-block;
    position: absolute;
    left: 5px;
    transition: all 0.4s;
  }
  #header .hamburger span:nth-of-type(1) {
    top: 13px; 
  }
  #header .hamburger span:nth-of-type(2) {
    top: 21px;
  }
  #header .hamburger span:nth-of-type(3) {
    top: 29px;
  }
  #header .hamburger.active span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-30deg);
  }
  #header .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .hamburger.active span:nth-of-type(3) {
    top: 24px;
    transform: rotate(30deg);
  }

  #header .navi .menu > li.single::before {
    content: none;
  }
  #header .navi .menu > li.single > a {
    cursor: auto;
  }
  #header .navi.active .menu > .single .menu-second {
    visibility: visible;
    opacity: 1;
  }
  #header .menu > .single .menu-second {
    width: 100%;
    background-color: #f4f2ec;
    padding: 0;
    margin: 0;
    position: static;
  }
  #header .menu > .single .menu-second ul {
    flex-direction: column;
    padding: 0;
  }
  #header .menu > .single .menu-second li {
    max-width: 100%;
    border-bottom: solid 1px #ceb7a3;
    margin: 0;
  }
  #header .menu > .single .menu-second li:first-child {
    border-top: solid 1px #ceb7a3;
  }
  #header .menu > .single .menu-second li:last-child {
    border-bottom: none;
  }
  #header .menu > .single .menu-second li a {
    padding: 15px 20px 15px 40px;
  }
  #header .menu > .single .menu-second li a .brand-logo,
  #header .menu > .single .menu-second li a .brand-img,
  #header .menu > .single .menu-second li a .title-pc,
  #header .menu > .single .menu-second li a .description,
  #header .menu > .single .menu-second li a .note {
    display: none;
  }
  #header .menu > .single .menu-second li a .title {
    font-size: 14px;
    margin-bottom: 0;
  }
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  /* タイトル */
  .main-title {
    margin-bottom: 40px;
  }
  .main-title .en {
    font-size: 14px;
  }
  .main-title .ja {
    font-size: 22px;
  }

  /*-------------------------------------------
  footer
  -------------------------------------------*/
  #footer {
    padding: 30px 0 22%;
  }
  #footer .inner {
    flex-direction: column;
  }
  #footer .menu-list {
    font-size: 8px;
  }
  #footer .menu-list li {
    margin-bottom: 5px;
  }
  #footer .logo {
    margin: 0 auto;
  }

  /*-------------------------------------------
  固定バナー
  -------------------------------------------*/
  #fixed-banner {
    width: 100%;
    background-color: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #fixed-banner.relative-banner {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  #fixed-banner img {
    width: 100%;
  }


  /*-------------------------------------------
  詳細ページ（トピックス、エイジングケア）
  -------------------------------------------*/
  #article {
    padding: 30px 0 60px;
  }
  #article .article-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #article .article-date {
    font-size: 15px;
  }
  #article .article-content {
    margin-bottom: 40px;
  }
  #article .article-content h2 {
    font-size: 18px;
    margin: 20px 0;
  }
  #article .article-content h3 {
    font-size: 16px;
    margin: 20px;
  }
  #article .article-content p,
  #article .article-content a,
  #article .article-content ul,
  #article .article-content ol {
    font-size: 15px;
  }

  /*-------------------------------------------
  トピックス
  -------------------------------------------*/
  .topics .topics-list .date {
    font-size: 16px;
    margin: 5px 0;
  }
  .topics .topics-list .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .topics .topics-list .btn {
    margin: 15px auto 30px;
  }

  /*-------------------------------------------
  エイジングケア講座一覧
  -------------------------------------------*/
  .lesson .lesson-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-bottom: 50px;
  }
  .lesson .lesson-list .title {
    font-size: 16px;
    margin: 8px 0 10px;
  }

  /*-------------------------------------------
  シリーズ
  -------------------------------------------*/
  .series .series-list {
    flex-direction: column;
  }
  .series .series-list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
  .series .series-list li .name {
    font-size: 16px;
  }
  .series .series-list li .description {
    flex-direction: column;
    align-items: center;
    text-align: justify;
    font-size: 16px;
  }
  .series .series-list li .description .icon-arrow {
    margin: 10px 0 0 0;
  }
  .series .series-list li .note {
    margin-right: auto;
  }

  /*-------------------------------------------
  取扱店検索
  -------------------------------------------*/
  .store {
    height: auto;
    background-image: url(img/common/store-sp.png);
    background-size: contain;
    padding: 28px 0 30px;
  }
  .store .store-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .store .text {
    font-size: 15px;
    margin-bottom: 15px;
  }

  /*-------------------------------------------
  取扱店検索（トピックス詳細画面）
  -------------------------------------------*/
  .store-topics-detail .store-title {
    font-size: 24px;
  }
  .store-topics-detail .text {
    font-size: 15px;
    margin-bottom: 15px;
  }

  /*-------------------------------------------
  SNS
  -------------------------------------------*/
  .sns-area-common {
    padding: 75px 0 60px;
  }
  .sns-area-common .sns-list li {
    margin: 0 15px;
  }
  .sns-area-common .sns-list li img {
    width: 70px;
    margin: 0 auto;
  }

  /*-------------------------------------------
  SNS2
  -------------------------------------------*/
  .sns-area {
    padding: 60px 0;
    text-align: center;
  }
  .sns-area .sns-list {
    width: 68%;
    flex-direction: column;
  }
  .sns-area .sns-list li {
    width: 100%;
  }
  .sns-area .sns-list li .icon a {
    margin: 0 5%;
  }
  .sns-area .sns-list li .icon img {
    margin: 0;
  }
  .sns-area .sns-list li:first-child {
    border-right: none;
    border-bottom: solid 1px #433535;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .sns-area .sns-list li .title {
    font-size: 15px;
  }
  .sns-area .sns-list li img {
    width: 60px;
  }
  
  /*-------------------------------------------
  404
  -------------------------------------------*/
  #not-found .title-not-found {
    font-size: 24px;
  }
}

@media screen and (min-width: 999px) {
  .tb {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}