@charset "euc-jp";
@font-face {
  font-family: "RecoletaSemiBold";
  src: url('https://lindaworks-box.cranky.jp/fonts/RecoletaSemiBold/font.woff2') format('woff2'), url('https://lindaworks-box.cranky.jp/fonts/RecoletaSemiBold/font.woff') format('woff');
}

/* CSS変数 */
:root {
  --bg-gray-color: #f2f2f2;
  --bg-gray2-color: #C8C8C8;
  --bg-green-color: #284650;
  --bg-green2-color: #3C646E;
  --text-gray-color: #969696;
  --text-green-color: #282d32;
  --text-green2-color: #3C646E;
  --text-red-color: #DE5358;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 375px;
  font-size: 14px;
  font-family: 'Roboto', 'Noto Sans JP', 'Meiryo', 'メイリオ', Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
}

body.is-scroll-hidden {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: var(--text-green-color);
  transition: all 0.1s ease;
}

a:hover, a:focus {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: initial;
    opacity: 0.6;
  }
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

svg:not(:root) {
  overflow: hidden;
}

/******************************/
/* Utility */
/******************************/
.u-red {
  color: #E30018!important;
}

.u-container,
.u-container2,
.u-container3,
.u-container4 {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.u-container2 {
  padding-right: 0;
}

.p-linda.u-container2 {
  padding-right: 20px;
}

.l-bottom .u-container2 {
  padding-right: 20px;
}

.p-cate .u-container3 {
  padding-left: 15px;
  padding-right: 15px;
}

.u-container4 {
  padding-left: 0;
  padding-right: 0; 
}

@media screen and (min-width: 768px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1400px;
  }

  .u-container2 {
    padding-left: 8.3%;
    padding-right: 8.3%;
    max-width: 1400px;
  }

  .p-linda.u-container2 {
    padding-right: 8.3%;
  }
  
  .l-bottom .u-container2 {
    padding-left: 13%;
    padding-right: 13%;
  }
  
  .u-container3,
  .p-cate .u-container3 {
    padding-left: 10.8%;
    padding-right: 10.8%;
    max-width: 1400px;
  }

  .u-container4 {
    padding-left: 8.3%;
    padding-right: 8.3%;
    max-width: 1400px;
  }
}

@media screen and (min-width: 1400px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1400px;
  }

  .u-container2 {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1400px;
  }

  .u-container3 {
    padding-left: 130px;
    padding-right: 130px;
    max-width: 1400px;
  }

  .p-linda.u-container2 {
    padding-right: 100px;
  }
  
  .l-bottom .u-container2 {
    padding-left: 180px;
    padding-right: 180px;
  }
  
  .u-container3,
  .p-cate .u-container3 {
    padding-left: 130px;
    padding-right: 130px;
    max-width: 1400px;
  }
  
  .u-container4 {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1400px;
  }
}

/* アコーディオン */
.u-accordion-item .p-cate-list__label {
  color: var(--text-green-color);
  letter-spacing: 0.02em;
}

.u-accordion-item__ttl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  color: #282D32;
  cursor: pointer;
  line-height: 1;
  padding: 20px;
  /*-webkit-tap-highlight-color: transparent;*/
}

@media screen and (min-width: 768px) {
  .u-accordion-item__ttl {
    padding: 20px 50px;
  }
}

.u-accordion-item__txt {
  display: none;
  padding: 34px 16px 31px;
}

.u-accordion-item__ttl img {
  transition: 0.3s;
  width: 16px;
}

.u-accordion-item__ttl.is-open img {
  transform: rotate(-180deg);
  transition: 0.3s;
}

.u-contents {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .u-contents {
    padding: 60px 0;
  } 
}
/******************************/
/* Layout */
/******************************/
.l-ticker {
  background: #3C646E;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
}

.l-ticker .u-container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .l-ticker .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.l-ticker a, .l-ticker a:hover  {
  color: #fff;
}
.l-ticker-box__inner {
  overflow: hidden; 
}
.l-ticker-box__inner li {
  text-align: center;
  padding: 11px 0;  
}
.acmeticker-wrap {
  height: 34px; 
}
.l-ticker-text {  
  white-space: nowrap; 
}

.l-header-account {
  position: relative;
  margin-right: 3px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.l-header-account svg {
  fill: #282D32;
  width: 19px;
  height: 21px;
  padding: 15px 0;  
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .l-header-account svg {
    width: 22px;
    height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-header-account:hover svg {
    opacity: 0.6;
  }
}

.l-header-account__menu {
  display: none;
  background: var(--bg-gray-color);
  position: absolute;
  left: -20px;
  top: 44px;
  width: 90px;
  padding: 10px 20px;
  z-index: 1000;
}

.js-dropdown.open .l-header-account__menu {
  display: block;
}

.l-header-account__menu li {
  display: inline-block;
  margin: 5px 0;
  padding: 5px 0;
  width: 100%;
}

.l-header-account__menu li a {
  color: var(--text-green-color);
}

.l-header-fav a {
  display: inline-block;
}

.l-header-fav svg {
  fill: #282D32;
  width: 19px;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .l-header-fav svg {
    width: 22px;
    height: 20px;
  }
}

.l-header-cart {
  position: relative;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .l-header-cart {
    height: 24px;
  }
}

.l-header-cart svg {
  fill: #282D32;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .l-header-cart svg {
    width: 25px;
    height: 25px;
  }
}

.l-header-right {
  flex-grow: 0;
  padding-top: 6px;
}

@media screen and (min-width: 768px) {
  .l-header-right {
    flex-grow: 1;
    /*padding-top: 10px;*/
  }
}

.l-header-right__in {
  display: flex;
  justify-content: end;
  align-items: center;
}

.l-header-nav {
  display: none;
}

@media screen and (min-width: 980px) {
  .l-header-nav {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-left: 4.5%;
    margin-right: 4.5%;
    padding-top: 1px;
  }
}

.l-header-icons {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

@media screen and (min-width: 768px) {
  .l-header-icons {
    column-gap: 19px;
    margin-top: -1px;
  }
}

.l-header-fav a {
  margin-top: 2px;
}

.l-header-main {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .l-header-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.l-header-logo__img svg {
  fill: #282D32;
  width: 150px;
  height: 28px;
}

@media screen and (min-width: 768px) {
  .l-header-logo__img svg {
    fill: #282D32;
    width: 230px;
    height: 43px;
    padding-bottom: 11px;
  }
}

.l-mega-menu.is-on {
  position: fixed;
  /*position: sticky;*/
}

.l-mega-menu .p-cate-list__label {
  color: var(--text-green-color);
}

@media screen and (min-width: 768px) {
  .l-main.top {
    /*margin-top: 21px;*/
  }
}

.l-bottom {
  background: var(--bg-gray-color);
  border-top: 1px solid #cbcbcb;
}

.l-bottom .c-ttl-top {
  font-family: RecoletaSemiBold, sans-serif;
  display: block;
  color: #cbcbcb;
  font-size: 18px;
  /*font-weight: 600;*/
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 38px 0 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-bottom .c-ttl-top {
    font-size: 38px;
    margin: 70px 0 34px;
  }
}

.l-bottom .p-cate-list__label {
  font-weight: 400;
  opacity: 0.8;
}

/* おすすめ、最近チェック、フリペ一覧 */
.c-free .c-breadcrumbs {
  color: var(--text-gray-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-top: 21px;
}

@media screen and (min-width: 768px) {
  .c-free .c-breadcrumbs {
    font-size: 14px;
    padding-top: 50px;
  }
}

.c-free .c-breadcrumbs a {
  color: var(--text-gray-color);
}

.c-free .u-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .c-free .u-container {
    padding: 0 8.3%;
  }
}

@media screen and (min-width: 1200px) {
  .c-free .u-container {
    padding: 0 100px;
  }
}

.c-free__ttl-wrap {
  display: flex;
  align-items: center
}

.c-free__ttl {
  display: inline-block;
  font-family: RecoletaSemiBold, 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-free__ttl {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
  }
}

.c-checked {  
  margin-bottom: 40px;
}

.c-reco, .c-free-cate {  
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .c-reco, .c-checked, .c-free-cate {
    margin-bottom: 80px;
  }
}

.c-checked .c-item-list__item, .c-reco .c-item-list__item {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-checked .c-item-list__item, .c-reco .c-item-list__item {
    padding-bottom: 0;
  }
}

.c-free-cate__heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .c-free-cate__heading-wrap {
    margin-bottom: 30px;
  }
}
.l-above-bottom__heading,
.c-free-cate__heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.29;
  margin-top: 0;
  margin-bottom: 12px;
}

.c-free-cate__heading {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .l-above-bottom__heading,
  .c-free-cate__heading {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .c-free-cate__heading {
    margin-bottom: 0;
  }
}

.l-above-bottom .u-container,
.c-free-cate.u-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .l-above-bottom .u-container,
  .c-free-cate.u-container {
    padding: 0 8.3%;
  }
}

@media screen and (min-width: 1200px) {
  .l-above-bottom .u-container,
  .c-free-cate.u-container {
    padding: 0 100px;
  }
}

.l-above-bottom .c-reco.u-container,
.l-above-bottom .c-checked.u-container,
.c-free-cate.u-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 20px;
}

@media screen and (min-width: 768px) {
  .l-above-bottom .c-reco.u-container,
  .l-above-bottom .c-checked.u-container,
  .c-free-cate.u-container {
    padding: 0 8.3%;
  }
}

@media screen and (min-width: 1200px) {
  .l-above-bottom .c-reco.u-container,
  .l-above-bottom .c-checked.u-container,
  .c-free-cate.u-container {
    padding: 0 100px;
  }
}

.l-above-bottom {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .l-above-bottom {
    padding-bottom: 20px;
  }
}

.l-above-bottom, .c-free-cate {
  --swiper-navigation-size: 26px;
  --swiper-navigation-color: #282D32;
  --swiper-navigation-sides-offset: 6.5%;
}

.l-above-bottom .swiper-button-next,
.l-above-bottom .swiper-rtl .swiper-button-prev {
  top: calc(50% - 13px);
}

.l-above-bottom .swiper-button-prev,
.l-above-bottom .swiper-rtl .swiper-button-next {
  top: calc(50% - 13px);
}

.c-reco .swiper-button-prev,
.c-reco .swiper-button-next,
.c-checked .swiper-button-prev,
.c-checked .swiper-button-next,
.c-free-cate .swiper-button-prev,
.c-free-cate .swiper-button-next {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-reco .swiper-button-prev,
  .c-reco .swiper-button-next,
  .c-checked .swiper-button-prev,
  .c-checked .swiper-button-next,
  .c-free-cate .swiper-button-prev,
  .c-free-cate .swiper-button-next {
    display: block;
  }
}


.l-footer-main {
  display: flex;
}

@media screen and (min-width: 768px) {
  .l-footer-main {
    display: flex;
  }
}

.l-footer-navi {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .l-footer-navi {
    width: auto;
  }
}

.l-footer a {
  color: #fff;
  letter-spacing: 0.04em;
  opacity: 0.8;
}

.l-footer a:hover {
  color: #fff;
  opacity: 0.5;
}

.l-footer .u-container {
  padding-left: 20px;
  padding-right: 20px;

}

@media screen and (min-width: 768px) {
  .l-footer .u-container {
    padding-left: 8.3%;
    padding-right: 8.3%;
  }
}

@media screen and (min-width: 1200px) {
  .l-footer .u-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.l-footer-navi-icon__insta {
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .l-footer-navi-icon__insta {
    margin-right: 0;
  }
}

.l-footer-navi-icon__insta svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .l-footer-navi-icon__insta svg {
    fill: #fff;
    width: 24px;
    height: 24px;
  }
}

.l-footer-navi-icon__note svg {
  fill: #fff;
  width: 47px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .l-footer-navi-icon__note svg {
    fill: #fff;
    width: 55px;
    height: 12px;
  }
}

.l-footer-sub {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  padding-top: 60px;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-footer-sub {
    flex-direction: row;
    font-size: 12px;
    padding-top: 112px;
  }
}

.l-footer-sub svg {
  fill: #fff;
  width: 178px;
  height: 33px;
}

@media screen and (min-width: 768px) {
  .l-footer-sub svg {
    width: 226px;
    height: 43px;
  }
}

.l-footer-sub__copy {
  opacity: 0.6;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .l-footer-navi-list {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer-navi-list {
    margin-right: 60px;
  }
}

.l-footer-navi-list-icon {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .l-footer-navi-list-icon {
    display: block;
    padding-top: 0;
  }
}

/********** パーツ **********/

.c-item-list__ttl {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  .c-item-list__ttl {
    font-size: 14px;
    margin-top: 12px;
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
}

.c-item-list__ttl a {
  color: var(--text-green-color);
}

.c-item-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #3C646E;
  border: 1px solid #3C646E;
  border-radius: 20px;
  line-height: 1;
  margin-right: 6px;
  padding: 5px 10px;
}

.c-item-list, .c-article-list {
  display: flex;
  flex-wrap: nowrap;
  /*margin-left: -5px;
  margin-right: -5px;*/
  padding-bottom: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .c-item-list, .c-article-list {
    -ms-overflow-style: none;
    scrollbar-width: none;  
  }
  .c-item-list::-webkit-scrollbar, .c-article-list::-webkit-scrollbar {
   display:none;
  }
}

@media screen and (min-width: 768px) {
  .c-item-list, .c-article-list {
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 0;   
    overflow: hidden;
    row-gap: 50px;
  }
}

.c-item-list__item,
.c-article-list__item {
  flex-shrink: 0;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  transition: opacity 0.2s;
  word-break: break-all;
}

.c-item-list__item {
  background: #fff;
  width: 42.3%;
}

.c-article-list__item {
  background: #fff;
  width: 61.4%;
}

@media screen and (min-width: 768px) {
  .c-item-list__item,
  .c-article-list__item,
  .c-slide-list__item {
    position: relative;
    box-sizing: border-box;
    margin-left: 16px;
    margin-right: 16px;
    transition: opacity 0.2s;
    word-break: break-all;
  }

  .c-item-list__item {
    width: calc(25% - 32px);
  }

  .c-article-list__item {
    border-radius: 10px;
    width: calc(33.3333% - 32px);
  }

  .c-slide-list__item {
    margin: 0;
    width: calc(25% - 32px);
  }
}

.c-article-list__item.is-hidden {
  display: none;
}

.c-item-list__img,
.c-article-list__img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-item-list__img {
    text-align: center;
  }
}

.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 117%;
}

.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c-item-list__img img {
    border-radius: 10px;
  }
}

.c-article-list__img img {
  border-top-left-radius: 6px; 
  border-top-right-radius: 6px; 
}

@media screen and (min-width: 768px) {
  .c-article-list__img img {
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
  }
}
.c-item-list__txt {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .c-item-list__txt {
    margin-top: 16px;
  }
}

.c-item-list__ttl {
  font-weight: 500;
}

.c-item-list__ttl img {
  vertical-align: middle;
}

.c-item-list__price {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-gray-color);
  line-height: 1;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .c-item-list__price {
    font-size: 14px;
    line-height: 1;
    margin-top: 6px;
  }
}
.c-item-list__price.is-soldout, 
.c-item-list__price span.is-soldout {
  color: var(--text-red-color);
}

.c-article-list__txt {
  padding: 0 18px 11px;
}

@media screen and (min-width: 768px) {
  .c-article-list__txt {
    padding: 0 26px 22px;
  }
}

.c-article-list__ttl {
  font-weight: 500;
  line-height: 2.14;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .c-article-list__ttl {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.85;
    margin-top: 20px;
  }
}

.c-article-list__ttl a {
  color: var(--text-green-color);
}

.c-article-list__desc {
  font-size: 12px;
  color: var(--text-green-color);
  line-height: 2.2;
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .c-article-list__desc {
    font-size: 12px;
    line-height: 2.17;
    margin-top: 12px;
  }
}

.c-article-list__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
  .c-article-list__in {
    margin-top: 26px;
    margin-bottom: 20px;
  }
}
.c-article-list__label {
  font-size: 12px;
  font-weight: 500;
  background: #f2f2f2;
  border-radius: 22px;
  line-height: 1;
  padding: 6px 11px;
}

.p-news .c-article-list__label,
.p-free-news .c-article-list__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-green-color);
  background: #f2f2f2;
  border-radius: 26px;
  line-height: 1;
  padding: 8px 15px;
}

@media screen and (min-width: 768px) {
  .p-news .c-article-list__label,
  .p-free-news .c-article-list__label {
    display: inline;
    font-size: 14px;
    border-radius: 34px;
    padding: 10px 6.4%;
  }
}

.p-free-news .c-article-list__label {
  font-size: 8px;
}

@media screen and (min-width: 768px) {
  .p-free-news .c-article-list__label {
    font-size: 14px;
  } 
}

.c-article-list__date {
  display: inline-block;  
  font-size: 11px;
  color: var(--text-gray-color);
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .c-article-list__date {
    display: inline;
    font-size: 14px;
  }
}

.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}

.c-item-list__expl {
  margin-top: 15px;
}

.c-btn-cart {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding: 20px 20px 19px;
  border: none;
  border-radius: 10px;
  width: 100%;
  font-weight: 500;
  background: var(--bg-green2-color);
  color: #ffffff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-btn-cart:hover {
  opacity: 0.6;
  text-decoration: none;
}

.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}

.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}

.c-btn-cart.is-soldout {
  background: var(--bg-gray2-color);
  color: var(--text-green-color);
  cursor: default;
}

.c-btn-cart.is-soldout:hover {
  background: var(--bg-gray2-color);
  color: var(--text-green-color);
}

.c-btn-cart.is-membersonly {
  background: var(--bg-green-color);
  cursor: default;
}

.c-btn-cart.is-membersonly:hover {
  background: var(--bg-green-color);
}

.c-not-found {
  margin-bottom: 60px;
}

/********** pager **********/
.c-pager {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-pager {
 	 margin-top: 80px;
  }
}

.c-pager__total {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .c-pager__total {
    margin-bottom: 30px;
  }
}

.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

@media screen and (min-width: 768px) {
  .c-pager-list {
    margin: 0;
  }
}

.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 6px;
  margin-right: 6px;
  min-width: 38px;
  line-height: 38px;
  background: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-pager-list__item {
    margin-left: 7px;
    margin-right: 7px;    
    min-width: 40px;
    line-height: 40px;
  }
}

.c-pager-list__link {
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  display: block;
  position: relative;
  color: var(--text-gray-color);
  min-width: 38px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 768px) {
  .c-pager-list__link {
    font-size: 20px;
    /*border-radius: 50%;
    background: var(--bg-gray-color);*/
    min-width: 40px;
  }
}

.c-pager-list__link:hover {
  text-decoration: none;
}

.c-pager-list__link.is-current {
  color: var(--bg-green-color);
}
/*
@media screen and (min-width: 768px) {
  .c-pager-list__link.is-current {
    background: var(--bg-green-color);
    color: #fff;
  }
}*/

.c-pager-list__link.is-prev,
.c-pager-list__link.is-next {
  background: transparent;
  text-indent: -99999px;
  width: 31px;
}

@media screen and (min-width: 768px) {
  .c-pager-list__link.is-prev,
  .c-pager-list__link.is-next {
    width: 33px;
  }
}

.c-pager-list__link.is-prev:before,
.c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #282D32;
  border-bottom: 1px solid #282D32;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-pager-list__link.is-prev:before {
  left: 4px;
}

.c-pager-list__link.is-next:before {
  right: 4px;
}
@media screen and (min-width: 768px) {
  .c-pager-list__link.is-prev:before,
  .c-pager-list__link.is-next:before {
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  
  .c-pager-list__link.is-prev:before {
    left: 4px;
  }

  .c-pager-list__link.is-next:before {
    right: 4px;
  }
}

.c-pager-list__link.is-prev:hover,
.c-pager-list__link.is-next:hover {

}

.c-pager-list__link.is-prev.is-disabled,
.c-pager-list__link.is-next.is-disabled {
  display: none;
}

.c-pager-list__link.is-prev:before {
  transform: rotate(135deg);
}

.c-pager-list__link.is-next:before {
  transform: rotate(-45deg);
}

.c-pager-list__page {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}

/******************************/
/* header */
/******************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 72px;
  background: #ffffff;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .l-header {
    width: 100%;
    height: 100px;
    border: none;
  }
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
.l-header.is-open {
  position: fixed;
}
.l-header .l-header-main__in,
.l-header.is-open .l-header-main__in {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}

.l-header .l-header-logo,
.l-header.is-open .l-header-logo {
  margin-bottom: 0;
}

.l-header .l-header-logo__img,
.l-header.is-open .l-header-logo__img {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.l-header .l-header-logo__img.is-txt,
.l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}

.l-header .l-header-logo__img img,
.l-header.is-open .l-header-logo__img img {
  max-width: 230px;
  max-height: 43px;
}

@media screen and (max-width: 1030px) {

  .l-header .l-header-logo__img img,
  .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
  }
}

.l-header .l-header-logo__type-txt,
.l-header.is-open .l-header-logo__type-txt {
  font-size: 12px;
}

.l-header .l-header-logo__txt,
.l-header.is-open .l-header-logo__txt {
  display: none;
}

.l-header .l-main-navi-list,
.l-header.is-open .l-main-navi-list {
  display: none;
}

.l-header .l-help-navi-box,
.l-header.is-open .l-help-navi-box {
  display: none;
  position: static;
}

.l-header .l-header-search,
.l-header.is-open .l-header-search {
  right: 80px;
}

.l-header .l-header-search__box,
.l-header.is-open .l-header-search__box {
  right: -65px;
}

@media screen and (max-width: 1030px) {

  .l-header .l-header-search__box,
  .l-header.is-open .l-header-search__box {
    right: 0px;
  }
}

.l-header-logo {
  flex: 1;
}

.l-header-logo__img {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.l-menu-btn {
  display: block;
  position: relative;
  z-index: 10000;
  width: 20px;
  height: 18px;
  border: 0;
  background: transparent;
  margin-left: 5px;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 980px) {
  .l-menu-btn {
    display: none;
  }
}

.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #000000;
}

.l-menu-btn span:nth-of-type(1) {
  top: 1px;
}

.l-menu-btn span:nth-of-type(2) {
  top: 9px;
}

.l-menu-btn span:nth-of-type(3) {
  bottom: 0px;
}

.l-menu-btn.is-on span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.l-menu-btn.is-on span:nth-of-type(2) {
  opacity: 0;
}

.l-menu-btn.is-on span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

/********** メインナビ **********/

/* SPメニュー */
.l-main-navi__in {
  border-top: 1px solid #dcdcdc;
}

.l-help-navi-list__link {
  display: block;
  position: relative;
  font-weight: 500;
  border-top: 1px solid #dcdcdc;
  padding: 20px 0 18px;
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .l-help-navi-list__link {
    margin: 0 50px;
  }
}

.l-main-navi-list__item a {
  text-decoration: none;
}

.l-main-navi-list__item a.is-underline {
  border-bottom: 1px solid var(--bg-green-color);
  padding-bottom: 6px;
}

.l-main-navi {
  display: none;
  position: relative;
  z-index: 100;
  height: 50px;
}

.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 72px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-main-navi.is-open {
    top: 100px;
  }
}

.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 1000px;
}

@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi__in {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.l-main-navi.is-open .l-main-navi-list {
  display: block;
}

.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
}

.l-main-navi.is-open .l-main-navi-list__link {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
}

.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
  }
}

.l-main-navi.is-open .l-help-navi-box {
  display: block;
}

.l-main-navi.is-open .l-help-navi-list {
  margin-top: 0;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 60px;
  margin-left: 0;
}

.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
}

@media screen and (min-width: 768px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}

.l-main-navi-list__ttl {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}

.l-main-navi-list__item {
  font-weight: 500;
}

button.l-main-navi-list__link {
  color: var(--text-green-color);
  padding-top: 1px;
}

.l-main-navi-list__item a {
  color: var(--text-green-color);
}

.l-main-navi-list__link {
  font-family: 'Roboto', 'Noto Sans JP', 'Meiryo', 'メイリオ', Helvetica, Arial, sans-serif;  
  font-weight: 500;
  display: block;
  position: relative;
  padding: 0 18px 0 0;
  border: 0;
  font-size: 14px;
  background: transparent;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-main-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    background: #ffffff;
    text-align: left;
  }
}

.l-main-navi-list__link:hover,
.l-main-navi-list__link.is-on {
  opacity: 0.6;
  text-decoration: none;
}

.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  margin-top: -5.5px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #282D32;
  border-bottom: 1px solid #282D32;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -2px;
}

.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #282D32;
  opacity: 0;
  z-index: 100;
}

.l-main-navi-overlay.is-on {
  display: block;
  animation: anime-overlay 0.2s ease forwards;
}

@keyframes anime-overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.2;
  }
}

/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1000;
  padding: 51px 0 56px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #c8c8c8;
  box-shadow: 0px 50px 30px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}

.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
  }
}

.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.l-mega-menu-list__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list__item:before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list__link {
    display: block;
    padding: 20px 40px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}

/********** カート **********/
.p-global-header__cart-count {
  position: absolute;
  top: -5px;
  left: 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: var(--bg-green2-color);
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

@media screen and (min-width: 768px) {
  .p-global-header__cart-count {
    top: -5px;
    left: 16px;
  }
}

.p-global-header__cart-num {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: -2px;
}

/********** ヘルプナビ **********/
.l-help-navi-box {
  display: flex;
  position: absolute;
  top: -60px;
  right: 0;
}

@media screen and (max-width: 1030px) {
  .l-help-navi-box {
    display: block;
    position: static;
  }
}

.l-help-navi-box a {
  color: var(--text-green-color);
  line-height: 1;
}

.l-help-navi-list {
  display: block;
}

@media screen and (min-width: 980px) {
  .l-help-navi-list {
    display: flex;
  }
}

/* キーワードから探す */
.p-cate-search {
  position: relative;
  margin: 35px 0 0;
}

@media screen and (min-width: 768px) {
.p-cate-search {
  margin: 68px 3% 20px 5%;
  }
}

@media screen and (min-width: 980px) {
  .p-cate-search {
    margin: 68px 4.5% 20px 6%;
  }  
}

.p-cate-search form {
  margin: 0; 
}

.p-cate-search input[type="text"] {
  border: 1px solid var(--bg-gray2-color);
  border-radius: 78px;
  -webkit-appearance: none;
  color: var(--text-gray-color);
  font-family: 'Roboto', 'Noto Sans JP', 'Meiryo', 'メイリオ', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em  
  line-height: 1;
  padding: 18px 25px 18px 49px;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-cate-search input[type="text"] {
    font-size: 14px;
    padding: 26px 36px 26px 78px;
    height: 74px;
  }
} 

.p-cate-search__btn {
  background: #fff;
  border: none;
  position: absolute;
  left: 25px;
  top: 18px;
}

@media screen and (min-width: 768px) {
  .p-cate-search__btn {
    left: 36px;
    top: 26px;
  }
}

.p-cate-search__btn img {
  width: 14px; 
}

@media screen and (min-width: 768px) {
  .p-cate-search__btn img {
    width: 22px; 
  }
}

/******************************/
/* フッター上のSNSフォロー */
/******************************/
.p-follow {
  display: block;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-follow {
    display: flex;
    padding-bottom: 80px;
  }
}

.p-follow-left,
.p-follow-right {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  line-height: 1.85;
  padding: 21px 20px 21px 0;
  box-sizing: border-box;
  width: 100%;
}

.p-follow-right {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .p-follow-left,
  .p-follow-right {
    border-radius: 10px;
    line-height: 2.14;
    padding: 30px 32px 30px 0;
    width: calc(50% - 10px);
  }

  .p-follow-left {
    margin-right: 10px;
  }

  .p-follow-right {
    margin-top: 0;
    margin-left: 10px;
  }
}

.p-follow-icon {
  text-align: center;
  width: 97px;
}

@media screen and (min-width: 768px) {
  .p-follow-icon {
    width: 133px;
  }
}

.p-follow-txt {
  font-size: 12px;
  width: calc(100% - 20px - 97px);
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (min-width: 768px) {
  .p-follow-txt {
    font-size: 14px;
    width: calc(100% - 32px - 133px);
  }
}

.p-follow-right .p-follow-icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.p-follow-right .p-follow-icon svg {
  width: 55px;
  height: 12px;
}

@media screen and (min-width: 768px) {
  .p-follow-right .p-follow-icon svg {
    width: 75px;
    height: 18px;
  }
}

.p-follow-left .p-follow-icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.p-follow-left .p-follow-icon svg {
  width: 36px;
  height: 36px;
}

@media screen and (min-width: 768px) {
  .p-follow-left .p-follow-icon svg {
    width: 52px;
    height: 52px;
  }
}

/******************************/
/* フッター上のカテリンク */
/******************************/
.p-cate {
  color: #fff;
  background: var(--bg-green2-color);
  padding: 51px 0 50px;
}

@media screen and (min-width: 768px) {
  .p-cate {
    padding: 51px 0 56px;
  }
}

.p-cate-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 36px;
}

@media screen and (min-width: 768px) {
  .p-cate-lists {
    row-gap: 40px;
  }
}

.p-cate-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .p-cate-list {
    width: 16.6666%;
    height: 100%;
  }
}


.p-cate-list__label {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cate-list__label {
    font-size: 14px;
  }
}

.p-cate-list img {
  max-width: 85px;
}
@media screen and (min-width: 768px) {
  .p-cate-list img {
    max-width: 120px;
  }
}

/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 50px 0 40px 0;
  background: var(--bg-green-color);
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 100px 0 100px 0;
  }
}

.l-footer-navi {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-footer-navi {
    display: flex;
  }
}

.l-footer-navi-list__item {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .l-footer-navi-list__item {
    font-size: 14px;
  }
}

/******************************/
/* フリーページで作る一覧ページ */
/******************************/
.c-free {
  padding-top: 21px
}

@media screen and (min-width: 768px) {
  .c-free {
    padding-top: 48px;
  }
}

.c-free-cate__link a {
  color: var(--bg-green2-color);
}

.c-free-cate__link svg {
  fill: var(--bg-green2-color);
  width: 14px;
  height: 8px;
  margin-left: 7px;
}

@media screen and (min-width: 768px) {
  .c-free-cate__link svg {
    width: 18px;
    height: 12px;
    margin-left: 12px;
  }
}

.c-free__ttl-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .c-free__ttl-wrap {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}

.c-bread-current {
  color: var(--text-green-color);
}

.c-free-cate__link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .c-free-cate__link {
    font-size: 14px;
    margin-right: 0;
  }
}

/* フリーページ */
.marker-P-orange {
background: linear-gradient(transparent 60%, #ffddbc 0%);
}
.marker-gray2 {
background: linear-gradient(transparent 60%, #e0e0e0 0%);
}
.note_area {
font-family: "Roboto","Noto Sans JP";
}
.note_area a {
  text-decoration: underline;
}
.note_area_hh {
  background-color: #f2f2f2;
  padding: 20px;
}
.note_date_2 {
border-bottom: none;
font-size: 0.8em;
font-weight: normal;
margin: 0px;
letter-spacing; 1px;
}
.note_title_2 {
font-size: 1.5em;
margin: 0 0 1em;
}
.note_title_3 { 
margin-bottom: 30px;
padding: 0;
font-size: 1.1em;
line-height:1.2em;
}
.pickup_pics {
 margin-top: 60px 
}
.info__sun {
  float: left;
  width: 50%;
}
.info__in {
    margin: 10px;
}
 
.info__in li img {
    width: 100%;
    height: auto;
}
.info__in p {
    display: block;
    margin: .6em 0;
    line-height: 1.5;
    text-align: center;
    color: #666666;
}
.info__in a {
	color: #666666;
}
.info__in2 {
    margin: 10px;
}
 
.info__in2 li img {
    width: 100%;
    height: auto;
}
.info__in2 p {
    display: block;
    margin: .6em 0;
    line-height: 1.5;
    text-align: center;
    color: #666666;
}
.info__in2 a {
    color: #666666;
}
.news_area_2 {
}
.news_title_2 {
font-size: 1.3em;
margin: 1em 0 1em;
text-align: center;
letter-spacing: 0.06em;
}
.note-ab21-content p {
    text-align: center;
    width: 90%;
    margin: 10px auto 10px auto;
}
.note-ab21-inner {
    margin-top: 4em;
    margin-bottom: 5em;
}
.free_sep  {
margin: 0 0 0;
}
.free_sep img  {
margin: 60px 0 0;
}
.news_area_3 {
font-family: "Roboto","Noto Sans JP";
}
.news_area_3 a {
  text-decoration: underline;
}
.news_date_3{
font-size: 0.8em;
font-weight: normal;
margin: 0px;
}
.note_title_6 {
font-size: 1.3em;
font-style: normal;
margin: 0 0 2em;
}

.clear {
  clear: both;
}
.note_q {
    font-weight: bold;
    color: #acacac;
    margin: 40px 0 !important;
    font-size: 105%;
    line-height: 1.7em;
}
.note_dsc5 {
    color: #3C646E;
    font-size: 120%;
    font-weight: bold;
    border-left: 6px solid #3C646E;
    margin: 40px 0px 20px;
    padding: 8px 8px;
    text-align: left;
}
.note_sns_box  {
  margin-top: 20px;
  margin-bottom; 50px;
  position: relative;
  padding: none;
  display: inline-block;
  background-color: #fff; 
  border: none; 
  font-size: 10px;
  letter-spacing: .3em;
}
.news_tpc {
  font-size: 0.8em;
  vertical-align: top;
}