@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////////

  PC共通ベーシック設定

///////////////////////////////////////////////////////////////////////////*/

body {
  font-family: "Noto Sans JP", "Quicksand", sans-serif, ;
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-feature-settings: "palt";
  text-decoration: none;
  appearance: none;
  list-style: none;
  list-style-type: none;
  box-sizing: border-box!important;
}
em {
  font-weight: 300!important;
}
a {
  outline: none!important;
}
.lg-top-sec-newpost,
.bg-01 {
  background-color: #F5F5DC;
}
.lg-top-sec-plantslife {
  background-color: #FFF5F2;
}
.lg-top-sec-flower {
  background-color: #E9E0CF;
}
.lg-top-sec-home-garden {
  background-color: #F8F8ED;
}
.lg-top-sec-regular {
  background-color: #E9E0CF;
}
.bg-06 {
  background-color: #E5DCD5;
}
/*==============================================
header
==============================================*/
.g-header-wrap {
  position: relative;
  width: 1020px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
}
.g-header-logo img {
  width: 170px;
  height: auto;
  margin: 0 0 0 42px;
}
.g-header-wrap_right {
  display: flex;
  align-items: center;
  width: 647px;
}
.g-header-wrap_right-search {
  position: relative;
}
.g-header-wrap_right-search-form {
  position: relative;
  width: 370px;
  margin: 0;
  text-align: center;
}
.g-header-wrap_right-search-form input[type*="text"] {
  width: 370px;
  height: 36px;
  padding: 0 0 0 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #999;
}
.g-header-wrap_right-search-form input[type*="text"]:focus {
  outline: none;
}
.g-header-wrap_right-search-form input[type*="text"]:hover {
  opacity: 1;
}
.g-header-wrap_right-search-form i {
  margin-right: 6px;
  color: #fff;
}
.g-header-wrap_right-search-form button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 4px!important;
  width: 66px;
  height: 28px;
  padding: 0 10px;
  background-color: #86CCC1!important;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.g-header-wrap_right .login {
  display: block;
  margin: 0 0 0 32px;
  padding: 0;
  list-style: none;
}
.g-header-wrap_right .login ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.g-header-wrap_right .icon-login,
.g-header-wrap_right .icon-new-member {
  display: block;
  height: 28px;
  margin: 0;
  padding: 0;
}
.g-header-wrap_right .icon-login a {
  display: block;
  height: 26px!important;
  margin: 2px 0;
  padding: 0 0 0 26px;
  color: #666!important;
  line-height: 26px!important;
  background: url(../images/common/icon_login.svg) no-repeat;
  background-size: contain;
}
.g-header-wrap_right .icon-new-member a {
  display: block;
  height: 28px!important;
  padding: 0 20px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 28px!important;
  background-image: none;
  background-color: #FF3390;
  border-radius: 3px;
  span {
    color: #fff!important;
    font-weight: 600;
  }
}
/*==============================================
  gnav
==============================================*/
header,
.gnav {
  position: relative; /* z-index用 */
  z-index: 10;
}
.gnav-box {
  width: 1020px;
  margin: 0 auto;
}
header {
  height: 76px;
  p {
    margin: 13px 0;
  }
}
.g-header-box.is-fixed .gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.g-header-box.is-header-show .gnav {
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.is-header-show header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.gnav.is-no-shadow {
  box-shadow: none;
}
nav {
  background-color: #fff;
}
.gnav .gnav-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.gnav .gnav-list li {
  width: calc(1/5 * 100%);
  border-left: 1px solid #999;
}
.gnav .gnav-list li.gnav-special {
  font-family: 'Quicksand', sans-serif;
}
.gnav .gnav-list li:last-child {
  border-right: 1px solid #999;
}
.gnav .gnav-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0!important;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
  outline: none;
  border: none;
  font-weight: 300;
  text-indent: .1em;
}
.gnav .gnav-list li:last-child a {
  border: none;
}
.gnav .gnav-list .is-active a {
  color: #02AB84;
}
.gnav .gnav-list .is-active a:before {
  height: 4px;
}
.gnav-articlecategory a::after,
.gnav-special a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 6px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  transform: rotate(45deg);
}
.gnav-articlecategory.is-active a::after,
.gnav-special.is-active a::after {
  transform: rotate(225deg);
  margin-top: 4px;
  margin-bottom: 0;
  border-right: 1px solid #02AB84;
  border-bottom: 1px solid #02AB84;
}
body.no-event {
  pointer-events: none
}
.gnav-articlecategory-box,
.gnav-special-box {
  position: fixed;
  top: -300px; /* リロード時に表示されないように */
  left: 0;
  width: 100%;
  z-index: 2;
}
.gnav-articlecategory-box_ttl,
.gnav-special-box_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(1020 / 4* 1px);
  height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.gnav-articlecategory-box_list-wrap,
.gnav-special-box_list-wrap {
  padding: 38px 0;
  background-color: #fff;
}
.gnav-special-box_list-wrap_box {
  display: flex;
  gap: 72px;
  width: 1018px;
  margin: 0 auto;
}
.lg-tabmenu-spe_moomin {
  margin: 0;
  a {
    display: block;
    width: 358px;
    height: 132px;
    img {
      width: 100%;
    }
  }
}
.is-show .gnav-articlecategory-box_list-wrap,
.is-show .gnav-special-box_list-wrap {
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}
.gnav-articlecategory-box_list {
  pointer-events: all;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  width: 1018px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}
.lg-tabmenu-spe {
  pointer-events: all;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0;
  list-style-type: none;
}
.gnav-articlecategory-box_list li,
.lg-tabmenu-spe li {
  width: 175px;
}
.gnav-articlecategory-box_list li a ,
.lg-tabmenu-spe a {
  height: 100%;
  display: block;
  padding: 0 0 0 35px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  background-size: auto;
  text-decoration: none;
}
.lg-tabmenu-spe_special a {
  background: url(/wp-content/themes/lovegreen-mobile/images/common/menu/icon_special.svg) no-repeat center left;
  padding: 0 0 0 40px;
}
.lg-tabmenu-spe_botanicalpeaple a {
  background: url(/wp-content/themes/lovegreen-mobile/images/common/menu/icon_botanicalpeaple.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-flower a {
  background: url(../images/common/icon_flower.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-flowerlanguage a {
  background: url(../images/common/icon_flowerlanguage.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-homegarden a {
  background: url(../images/common/icon_homegarden.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-gardening a {
  background: url(../images/common/icon_gardening.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-gardentree a {
  background: url(../images/common/icon_gardentree.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-pest a {
  background: url(../images/common/icon_pest.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-houseplants a {
  background: url(../images/common/icon_houseplants.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-cactus a {
  background: url(../images/common/icon_cactus.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-groupplanting a {
  background: url(../images/common/icon_groupplanting.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-cooking a {
  background: url(../images/common/icon_cooking.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-perennial a {
  background: url(../images/common/icon_perennial.svg) no-repeat center left;
}
.gnav-articlecategory-box_list-exterior a {
  background: url(../images/common/icon_exterior.svg?2024120300) no-repeat center left;
  background-size: 25px 22px!important;
}
/*==============================================
  LOVEGREEN便り・グローバルナビ下のバナー（Googe Ad Manager）
==============================================*/
.lg-top-ad {
  margin-top: 8px;
  height: 90px;
  text-align: center;
  margin-bottom: 11px;
}
/*==================================================
  広告用
==================================================*/
.da_gpt_area > div {
  text-align: center;
}
.da_gpt_area > div > div {
  width: fit-content;
  margin: 0 auto;
}
.da_gpt_area_text_line {
	display: flex;
	align-items: center;
}
.da_gpt_area_text_line:before,
.da_gpt_area_text_line:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #333; /* 線の色 */
  margin:0 0.3em; /* 文字と線の余白 */
}
.da_gpt_area_article_continues_after_ad {
  font-size: 80%;
}
.da_gpt_area_article_continues_after_ad .da_gpt_area_msg {
  margin-bottom: 5em;
  width: 18em;
}
.da_gpt_area_article_continues_after_ad .da_gpt_area_ad {
  width: 3.5em;
}
.lg-right-ad-above_ranking .da_gpt_area > div {
  margin-bottom: 24px;
}

/*==============================================
  パンくず
==============================================*/
.posttype-library #breadcrumb{
  margin: 0 0 20px;
}
#breadcrumb.page{
  margin: 0 0 10px;
}
#breadcrumb ul{
  display: flex;
  width: 1020px;
  padding: 0;
  margin: 0 auto 21px;
  list-style: none;
  font-size: 12px;
}
.posttype-event_calendar #breadcrumb li.list{
  display: none;
}
#breadcrumb li a {
  position: relative;
  color: #999;
  display: block;
  text-decoration: none;
  position: relative;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  text-align: center;
  float: left;
  font-weight: 300;
}
#breadcrumb li:first-child a {
  padding-left: 0;
}
#breadcrumb li a:hover{color: #02AB84;}
#breadcrumb li:not(:last-child):after{
  content: '\f105';
  font-family: FontAwesome;
  margin: 0;
  color: #999;
}
#breadcrumb li a:not(:last-child){
  padding: 0 14px 0 5px;
}
#breadcrumb li a:not(:last-child):after{
  content: '/';
  position: absolute;
  right: 2px;
}
#breadcrumb li a:hover:after{color: #999;}
#breadcrumb li:last-child a {
  color: #000;
  pointer-events: none;
}
.search-cont{
  vertical-align: middle;
  position: relative;
  padding: 0 5px;
}
.search-cont:not(:last-child):after{
  content: '×';
  position: absolute;
  right: 2px;
}
.search-cont:not(:last-child){
  padding: 0 19px 0 5px;
  display: inline-block;
}
.catpage-ttl-txt .search-cont:not(:last-child){padding: 0 25px 0 5px;}
#breadcrumb .viewed {
  position: absolute;
  right: calc(50% - 510px);
  top: 5px;
  color: #999;
  line-height: 20px;
  font-size:85%;
}

/*==============================================
  ボタン
==============================================*/
.lg-button {
  margin: 0;
}
.lg-button a {
  display: flex;
  align-items: center;
  width: 157px;
  height: 32px;
  padding-left: 28px;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 999px;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}
.lg-button a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 7px;
  margin-left: 8px;
  background: url(../images/common/icon_arrow.svg?2025022700) center no-repeat;
  background-size: contain;
  transition: transform 0.02s ease;
}
.lg-button a.active::after {
  transform: translateX(10%);
}
.lg-button_black {
  margin: 0;
}
.lg-button_black a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 47px;
  color: #fff;
  font-size: 14px;
  line-height: 47px;
  letter-spacing: 0.2em;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #000;
  background-size: 10% 13%;
  background-image: url(../images/common/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.lg-button-more {
  margin: 0;
}
.lg-button-more a {
  display: flex;
  align-items: center;
  width: 157px;
  height: 32px;
  padding-left: 32px;
  color: #333;
  font-size: 14px;
  line-height: 31px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 999px;
  box-sizing: border-box;
  background: url(../images/common/icon_plus.svg) 80% center no-repeat;
  background-size: 12px;
}
/*==============================================
右カラム
==============================================*/
.g-sidebar {
  float: right;
  width: 300px;
  margin: 0;
}
.lg-right {
  float: right;
  width: 300px;
  margin: 0;
}
/* ムーミン
----------------------------------------------- */
.g-sidebar_moomin {
  margin: 0 0 64px;
  img {
    width: 100%;
  }
}
/* 記事カテゴリー
----------------------------------------------- */
.side-categories {
  margin-top: 35px;
}
.lg-right-content_categories {
  margin: 0 0 46px 0;
}
.lg-right-content_categories-hd {
  display: flex;
  align-items: flex-end;
  margin:  0 0 15px;
  padding-bottom: 4px;
  font-size: 18px;
  border-bottom: 1px solid #888;
}
.lg-right-content_categories-hd::before {
  content: "";
  display: inline-block;
  width:36px;
  height: 30px;
  padding: 0;
  margin-right: 12px;
  background: url(../images/left/icon_categories.svg) center no-repeat;
  background-size: contain;
}
.lg-right-content_categories-list {
  padding: 0;
  list-style-type: none;
}
.lg-right-content_categories-list a {
  display: flex;
  align-items: center;
  height: 26px;
  padding: 8px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
.lg-right-content_categories-list a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 17px 0 0;
}
.categories-item-flower a::before {  background: url(../images/common/icon_flower.svg) no-repeat center;}
.categories-item-flowerlanguage a::before {  background: url(../images/common/icon_flowerlanguage.svg) no-repeat center;}
.categories-item-homegarden a::before {  background: url(../images/common/icon_homegarden.svg) no-repeat center;}
.categories-item-gardening a::before {  background: url(../images/common/icon_gardening.svg) no-repeat center;}
.categories-item-gardentree a::before {  background: url(../images/common/icon_gardentree.svg) no-repeat center;}
.categories-item-pest a::before {  background: url(../images/common/icon_pest.svg) no-repeat center;}
.categories-item-houseplants a::before {  background: url(../images/common/icon_houseplants.svg) no-repeat center; background-size:contain;}
.categories-item-cactus a::before {  background: url(../images/common/icon_cactus.svg) no-repeat center;}
.categories-item-groupplanting a::before {  background: url(../images/common/icon_groupplanting.svg) no-repeat center;}
.categories-item-cooking a::before {  background: url(../images/common/icon_cooking.svg) no-repeat center;}
.categories-item-perennial a::before {  background: url(../images/common/icon_perennial.svg) no-repeat center;}
.categories-item-exterior a::before {  background: url(../images/common/icon_exterior.svg) no-repeat center;}

/* 人気の記事
----------------------------------------------- */
.lg-right-content_popular a:link {
  color: #000;
  text-decoration: none;
}
.lg-right-content_popular-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.5;
  .cate {
    font-size: 18px;
    font-weight: 300;
  }
}
.lg-right-content_popular-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 37px 15px;
  margin-bottom: 52px;
}
.lg-right-content_popular-wrap .popular-wrap_article {
  width: 47%;
  padding: 0;
  border: none;

}
.popular-wrap_article a {
  display: flex;
  flex-direction: column;
  position: relative;
  .num {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background-color: #f5f5dc;
    background: #fff;
    border-bottom-right-radius: 4px;
    font-family: 'Quicksand', sans-serif;
  }
}
.popular-wrap_article a:visited {
  color: #000;
}
.popular-wrap_article-img {
  margin: 0 0 2px;
  img {
    width: 142px;
    height: 142px;
    object-fit: cover;
    border-radius: 2px;
  }
}
.popular-wrap_article-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90px;
  .txt {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wrap {
    display: flex;
    align-items: baseline;
    margin-top: auto;
    gap: 8px;
    font-size: 12px;
  }
  .date, .cat {
    margin: 0;
    color: #999;
  }
  .cat {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.popular-wrap_article-more {
  margin: 0 auto;
  a {
    display: inline-block;
    height: 32px;
    padding: 0 52px 0 32px;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    background: url(../images/common/icon_plus.svg) 80% center no-repeat;
    background-size: 12px;
    line-height: 30px;
    border-radius: 100px;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
  }
}
/* 花言葉
----------------------------------------------- */
.lg-right-languageofflower-box {
  padding: 0 50px 32px;
  a {
    color: #333;
    text-decoration: none;
  }
  .hd {
    text-align: center;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .img {
    margin: 0;
    img {
      display: block;
      margin: 0 auto 18px;
      width: 200px;
      height: 200px;
      object-fit: cover;
    }
  }
  .ttl {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
    height: auto;
    float: none;
    padding: 0;
  }
  .txt {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.57;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .button {
    margin: 0;
    text-align: center;
    a {
      display: inline-block;
      padding: 0 54px 0 30px;
      height: 32px;
      font-size: 12px;
      color: #333;
      border: 1px solid #333;
      background: url(../images/common/icon_arrow.svg?2025022700) 85% 50% no-repeat;
      background-size: 24px;
      line-height: 30px;
      border-radius: 100px;
      box-sizing: border-box;
      text-decoration: none;
      font-family: 'Quicksand', sans-serif;
    }
  }
}
.lg-right-languageofflower_bnr {
  margin: 0;
  img {
    width: 100%;
  }
}

/* 植物図鑑
==============================================*/
.lg-right-plants {
  margin: 44px 0 64px;
  .lg-right-plants_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 27px;
    gap: 24px;
    img {
      width: 102px;
    }
    .txt {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      padding: 0 20px;
      font-size: 18px;
      color: #333;
      border: 1px solid #C3C3C3;
      height: 37px;
      border-radius: 100px;
      letter-spacing: 0.1em;
      font-weight: 300;
      box-sizing: border-box;
    }
  }
  .lg-plants-box {
    margin: 0 0 24px;
  }
  .lg-plants-box_form {
    position: relative;
  }
  .lg-plants-box_search input {
    padding: 0;
    width: 100%;
    height: 39px;
    margin: 0 0 30px;
    padding-left: 15px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
  }
  .lg-plants-box_search i {
    margin-right: 4px;
    color: #fff;
  }
  .lg-plants-box_search button {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 31px;
    padding: 0 10px;
    background-color: #86CCC1;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 31px;
    color: #fff;
  }
  .lg-plants-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px 7px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .lg-plants-list {
    text-align: left;
  }
  .lg-plants-list_link {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .lg-plants-list_img {
    width: 100%;
    height: 54px;
    margin: 0;
    img {
      width: 100%;
      height: 54px;
      object-fit: cover;
    }
  }
  .lg-plants-list_ttl {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #333;
  }
}

/* 記事
==================================================*/
.lg-right-interview_bnr {
  margin: 0;
  padding: 0;
  li {
    list-style: none;
    a {
      display: block;
      width: 300px;
      height: 84px;
      margin-bottom: 16px;
    }
  }
  img {
    width: 100%;
  }
}

/* もっと楽しむ
----------------------------------------------- */
.lg-right-content_enjoymore {
  margin: 24px 0 48px 0;
}
.lg-right-content_enjoymore-ttl {
  margin: 0 0 19px 0;
}
.lg-right-content_enjoymore-ttl img {
  display: block;
  margin: 0 auto;
}
.lg-right-content_enjoymore-bnr {
  margin: 0;
}
.lg-right-content_enjoymore-bnr img {
  display: block;
  margin: 0 auto;
}
.lg-right-content_enjoymore-list {
  margin: 14px 0 5px 0;
  padding: 0;
  list-style-type: none;
}
.lg-right-content_enjoymore-list img {
  display: block;
  margin: 0 0 3px;
}
.lg-right-content_enjoymore-list li:nth-child(3) {
  img {
    margin: 0 0 12px;
  }
}
.lg-right-content_enjoymore-txt {
  margin: 0 0 8px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.enjoymore-txt_span::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 9px;
  height: 16px;
  background: url("../images/left/enjoymore/icon_line01.svg") center 2px no-repeat;
}
.enjoymore-txt_span::after {
  display: inline-block;
  content: "";
  margin-left: 10px;
  width: 9px;
  height: 16px;
  background: url("../images/left/enjoymore/icon_line02.svg") center 2px no-repeat;
}
.enjoymore-button {
  margin: 0 0 48px 0;
}

/* 姉妹サイトのご紹介
----------------------------------------------- */
.lg-right-content_relatedsite {
  margin: 0 0 37px 0;
}
.lg-right-content_relatedsite-ttl {
  margin: 0 0 16px 0;
}
.lg-right-content_relatedsite-ttl img {
  display: block;
  margin: 0 auto;
}
.lg-right-content_relatedsite-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 10px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lg-right-content_relatedsite-list li {
  width: 145px;
}
.lg-right-content_relatedsite-list img {
  display: block;
  width: 100%;
}
/* SNS
----------------------------------------------- */
.lg-right-content_sns {
  margin-bottom: 0px;
  background: #f8f8f8;
  padding: 14px 0 10px;
}
.lg-right-content_sns-ttl {
  margin: 0 0 12px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.lg-right-content_sns-list {
  display: flex;
  justify-content: space-between;
  width: 211px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.lg-right-content_sns-list a {
  display: flex  ;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 34px;
  color: #000;
  text-decoration: none;
}
.lg-right-content_sns-list img {
  width: 100%;
}
/*==============================================
  pageup
==============================================*/
.pageup-wrap {
  position: fixed;
  right: 0;
  left: 0;
  width: 1020px;
  margin: 0 auto;
  z-index: 7777;
}
.pageup {
  box-sizing: border-box;
  position: absolute;
  top: 0; /* 初期状態で表示されないようにするため */
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-bottom: 5px;
  border-radius: 2px;
  background: url(../images/common/icon_arrow_up_white.svg) center 5px no-repeat rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
/*==============================================
  左カラム
==============================================*/
.lg-left {
  float: left;
  width: 300px;
}
/*==============================================
footer
==============================================*/
footer {
  padding-bottom: 124px!important;
}
.lg-footer-ad {
  z-index: 999;
  position: fixed;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.lg-footer-ad img {
  vertical-align: middle;
}
.lg-footer-ad_inner {
  display: inline-block;
  position: relative;
}
.lg-footer-ad_close {
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_cross_black.svg) center no-repeat #fff;
  cursor: pointer;
}

