@charset "utf-8";
body {
  background-color: var(--bg-color);
}
#contents {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  #sub-column {
    display: none;
  }

  #main-column,
  #contents,
  div#main-column > section {
    width: 100%;
  }

  #main-column .w100 .freeArea2 .free-contents {
    max-width: 100%;
  }

  .pickup,
  .newItem {
    margin-left: auto;
    margin-right: auto;
  }

  .column-set {
    padding-bottom: 0;
  }

  .column5 {
    width: 22%;
    margin: 0 4% 20px 0;
  }

  .column5:nth-child(3n+1) {
    clear: none;
  }

  .column5:nth-child(5n) {
    margin: 0 4% 20px 0;
  }

  .column5:nth-child(4n) {
    margin: 0 0 20px 0;
  }

  .column5:nth-child(5n+1) {
    clear: none;
  }

  .column5:nth-child(4n+1) {
    clear: both;
  }

  div.cal_wrapper table.cal tr td {
    line-height: 60px;
  }
}


@media screen and (max-width: 768px) {
  .l-sec-blog {
    padding-top: 30px;
  }

  div.cal_wrapper table.cal tr td {
    line-height: 30px;
  }

  .freeArea2 .free-contents section {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-sec-rank {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .l-sec-rank .tab_content {
    padding-left: 10px;
    padding-right: 10px;
  }

}

.top_slider_block {
  display: block;
}

.l-sec-other,
.l-sec-feature {
  display: none;
}



/*================
カテゴリリスト
===================*/
.freeArea2 .free-contents ul.list-category {
  margin: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .freeArea2 .free-contents ul.list-category {
    width: 100%;
    gap: 10px 2%;
  }

  .freeArea2 .free-contents ul.list-category li,
  .freeArea2 .free-contents ul.list-category li:nth-child(2n) {
    margin: 0;
  }
}

/*================
重要なニュース
===================*/
@media screen and (min-width: 769px) {

  .hot-news,
  .bnr-area {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    max-width: 100%;
  }
}

.free-contents .hot-news {
  margin: 90px auto 20px auto;
  border-radius: var(--br1);
  border: 1px solid var(--green);
  background-color: #FCFAF8;
}

.freeArea2 .free-contents .hot-news ul.hotnews-list li h4 {
  font-size: 18px;
  margin: 0 0 8px;
  text-align: left;
}

.freeArea2 .free-contents .hot-news ul.hotnews-list li:not(:first-child) {
  border-top: 3px dotted #707070;
}

.freeArea2 .free-contents .hot-news ul.hotnews-list li p {
  color: var(--fcolor);
}

.free-contents .hot-news a {
  color: var(--green2);
}

.freeArea2 .free-contents ul.bnr-area {
  margin-left: auto;
  margin-right: auto;
}

.freeArea2 .free-contents ul li {
  list-style: none;
}

.p-news-wrap dl {
  padding: 30px 0;
}

.p-news-wrap dl:first-child {
  padding-top: 0;
}

.p-news-wrap dt {
  margin-bottom: 4px;
  font-size: 14px;
}

.p-news-wrap dl:not(:last-child) {
  border-bottom: 2px dotted var(--green);
}

@media screen and (max-width: 768px) {
  .st-news {
    padding-bottom: 0;
  }

  .st-news .l-inner {
    padding: 80px 32px;
    border-bottom-left-radius: none;
    border-bottom-right-radius: none;
  }

  .free-contents .hot-news {
    margin: 20px 15px;
    padding: 0 15px;
    border-radius: var(--br1-sp);
  }

  .freeArea2 .free-contents ul.bnr-area {
    padding-left: 15px;
    padding-right: 14px;
    box-sizing: border-box;
  }

  .freeArea2 .free-contents ul.bnr-area {
    padding-left: 15px;
    padding-right: 14px;
    box-sizing: border-box;
  }

}

@media screen and (max-width: 580px) {
  .hot-news {
    width:calc(100% - 30px);
  }
}

/****************
ランキング
****************/

.freeArea2 .free-contents ul.p-tabs__nav {
  margin: 0 0 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  background-color: var(--green);
  text-align: center;
  border-radius: 30px;
}

.p-tabs__nav-item {
  width: calc(100% / 6);
  position: relative;
}

.p-tabs__nav-item:not(:last-child):after {
  content: "";
  border-left: dotted 2px #fff;
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 34px;
}

.p-tabs__btn {
  display: inline-block;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
  background-color: transparent;
  width: 100%;
  color: var(--green1);
}

@media screen and (max-width: 768px) {
  .p-tabs__btn {
    display: inline-block;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 1;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
    background-color: transparent;
    width: 100%;
    color: var(--green1);
  }
}

.p-tabs__btn.is-active {
  color: #fff;
  font-weight: var(--bold);
}

.p-tabs__panel {
  display: none;
}

.p-tabs__panel.is-active {
  display: block;
}

.p-tabs .swiper-slide {
  background-color: transparent;
  border-radius: 0;
}

.p-rank-ico img {
  margin: 0 auto -24px auto;
  display: block;
  width: 48px;
  position: relative;
  z-index: 2;

}

.p-rank-img {
  margin-bottom: 15px;
  border-radius: var(--br);
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #fff;
  border: 1px solid var(--green);
}

.p-ranking-title {
  display: block;
  font-weight: var(--bold);
}

.p-tabs .swiper-slide .selling_price {
  margin-top: 15px;
  text-align: right;
  display: block;
  font-size: 16px;
  color: var(--red) !important;
}

.p-tabs .swiper-slide .selling_price small {
  font-weight: var(--bold);
}

/* PCはSwiper無効化風レイアウト */
@media (min-width: 769px) {
  .p-tabs .swiper-wrapper {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .p-tabs .swiper-slide {
    margin-right: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(25% - 20px);
  }

}

.p-tabs .c-btn1 {
  margin-top: 30px;
}

/* スマホはSwiperを有効にして2枚表示・2枚目見切れ */
@media (max-width: 768px) {
  .p-tabs .swiper-slide {
    width: 70%;
    /* 2枚目が少し見切れる */
  }

  .p-tabs .l-inner {
    padding: 0;
  }

  #main-column .p-tabs h2.c-title-ja {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-tabs__panel .swiper {
    padding-left: 15px;
  }

  .p-tabs .c-btn1 {
    margin-top: 20px;
  }

  .freeArea2 .free-contents ul.p-tabs__nav {
    gap: 8px;
    /* 任意の余白 */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    /* 見切れる感じでスナップも可能（任意） */
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 0;

  }

  .p-tabs__nav-item {
    white-space: nowrap;
    scroll-snap-align: start;
    /* スナップ位置調整（任意） */
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .p-rank-img {
    border-radius: var(--br-sp);
  }
}

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

/****************
用途から探す
****************/
@media screen and (min-width: 769px) {
  .freeArea2 .free-contents ul.p-use__list {
    margin: 0;
    gap: 20px 2%;
  }

  .p-use__list li {
    width: 32%;
  }
}

.p-use__list li img {
  border-radius: var(--br);
}

@media screen and (max-width: 768px) {
  .freeArea2 .free-contents ul.p-use__list {
    margin: 0;
    gap: 16px 2%;
  }

  .p-use__list li img {
    border-radius: var(--br-sp);
  }
}

/****************
味から探す！おちゃあと
****************/
.p-ochart,
.p-reason {
  padding: 80px 0;
  background-image: url(../img/bg_ochart.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: var(--br1);
}

#main-column h2.c-title-ja1,
.c-title-ja1 {
  padding: 0;
  margin-bottom: 1em;
  font-size: 48px;
  font-weight: var(--bold);
  color: #fff;
  line-height: 1.5;

}

.c-title-en1 {
  font-family: var(--family);
  display: block;
  font-size: 24px;
}

#main-column h2.c-title-ja1:after,
.c-title-ja1:after {
  content: none;
}

.p-ochart picture {
  border-radius: 18px;
  overflow: hidden;
  display: block;
}

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

  .p-ochart,
  .p-reason {
    background-image: url(../img/bg_ochart.jpg);
    border-radius: var(--br1-sp);
  }

  #main-column h2.c-title-ja1,
  .c-title-ja1 {
    font-size: 24px;

  }

  .c-title-en1 {
    font-size: 18px;
  }

  .p-ochart picture {
    border-radius: var(--br);
  }
}

/****************
価格帯から探す
****************/
.freeArea2 .free-contents ul.c-btn2 {
  margin: 0;
  gap: 20px 2%;
}

.c-btn2 li {
  width: 23.5%;
}

.c-btn2 li a {
  padding: 20px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: var(--br);
  border: 1px solid var(--green);
  font-size: 18px;
  position: relative;
}

.c-btn2 li a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--green);
}

@media screen and (max-width: 768px) {
  .c-btn2 li {
    width: 100%;
  }

  .c-btn2 li a {
    border-radius: var(--br-sp);
  }
}

/****************
newItem / pickup
****************/

.newItem {
  width: 100%;
}

.newItem .slick-dots li button:before,
.pickup .slick-dots li button:before {
  content: none;
}

#main-column .newItem h2,
#main-column .pickup h2 {
  padding: 0;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: var(--bold);
  color: var(--green);
  line-height: 1.5;
  text-align: center;
  font-family: var(--kaisei) !important;
  line-height: 1.5;
  text-align: left;
}

#main-column .newItem h2:after,
#main-column .pickup h2:after {
  content: "● NEW ARRIVALS";
  margin: 0 0 0 .5em;
  font-size: 24px;
  color: var(--fcolor);
  font-weight: var(--bold);
  font-family: var(--family) !important;
  text-align: center;
  display: inline-block;
  border: none;
  height: auto;
  width: auto;
  background-color: transparent;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#main-column .pickup h2:after {
  content: "● FAVORITE";
}

#main-column .newItem {
  padding: 0 0 0 0;
  margin: 0 auto !important;
}

.newItem .column-set {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}

.column4 .itemThumb a img,
.column5 .itemThumb a img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: var(--br);
  width: 100%;
  max-height: 100% !important;
  border: 1px solid var(--green);
  background-color: #fff;
}


.column4 .item-list-span-img,
.column5 .item-list-span-img {
  display: block;
}

p.price span.selling_price,
p.price span.taxin {
  font-size: 16px;
  color: var(--red) !important;
}

.column-set .slick-dots {
  position: static;
}

.column4 h3,
.column5 h3 {
  font-size: 16px;
  color: var(--fcolor);
}

.c-btn1.bg2 {
  padding-top: 32px;
  padding-bottom: 80px;
}

.newItem .column4:nth-child(4n+1),
.pickup .column4:nth-child(4n+1) {
  clear: none;
}

.newItem .column4,
.pickup .column4 {
  padding: 0 8px;
  margin: 0;
  width: calc(25% - 16px);
}

/* ドット全体の配置 */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

/* ドットの基本スタイル */
.newItem .slick-dots li,
.pickup .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.newItem .slick-dots li button,
.pickup .slick-dots li button {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: none;
  padding: 0;
  font-size: 0;
  /* テキストを非表示 */
  transition: background 0.3s ease;
  background-color: var(--gray);
}

/* アクティブ状態（現在のドット） */
.newItem .slick-dots li.slick-active button,
.pickup .slick-dots li.slick-active button {
  background: var(--green);
}


#main-column .newItem {
  padding: 0 0 0 0;
  margin: 0 auto !important;
}

#main-column .newItem,
#main-column .pickup,
#main-column .ranking {
  padding: 0;
}

@media screen and (min-width: 769px) {

  #main-column .newItem,
  #main-column .pickup,
  #main-column .ranking {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
  }
}

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

  #main-column .newItem,
  #main-column .pickup,
  #main-column .ranking {
    width: 100%;
  }

  .newItem .column-set,
  .pickup .column-set {
    padding-left: 20px;
    width: 100%;
  }
.newItem .column4, .pickup .column4 {
    padding: 0 8px;
    margin: 0;
    width:calc(50% - 8px);
}
  .newItem .column4:nth-child(2n+1),
  .newItem .column5:nth-child(2n+1),
  .pickup .column4:nth-child(2n+1),
  .pickup .column5:nth-child(2n+1) {
    clear: none;
  }

  .newItem .slick-list,
  .pickup .slick-list {
    overflow: hidden;
    padding-left: 10px;
    /* 適切に調整して、左の切れを防ぐ */
  }

  .newItem .slick-list,
  .pickup .slick-list {
    padding: 0 30% 0 0 !important;
  }

  #main-column .newItem h2,
  #main-column .pickup h2 {
    padding: 0 0 0 15px;
    margin-bottom: 1em;
    font-size: 24px;
  }

  #main-column .newItem h2:after,
  #main-column .pickup h2:after {
    margin: 0 0 0 0;
    font-size: 18px;
    display: block;
    text-align: left;
  }


  .column4 .itemThumb a img,
  .column5 .itemThumb a img {
    border-radius: var(--br-sp);
  }
}



/****************
review
****************/

.p-review {
  margin-bottom: 0;
}

.review-container.pickup {
  padding: 56px !important;
  border-radius: var(--br);
  background: #fff !important;
  border: 1px solid var(--green);
}

.reviewSliderWidget .reviewWebsiteRedirect_morebtn a,
.reviewSliderWidget .reviewWebsiteRedirect_morebtn a:hover {
  padding: 23px 0 !important;
  margin: 0 auto;
  display: block;
  width: 295px;
  max-width: 100%;
  color: #fff !important;
  background-color: var(--green) !important;
  line-height: 1;
  font-size: 18px;
  font-weight: var(--bold) !important;
  letter-spacing: .1em;
  position: relative;
  text-align: center;
  border-radius: 30px !important;
  border: none !important;
  position: relative;
}

.reviewSliderWidget .reviewWebsiteRedirect_morebtn a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.starRating span.highlight {
  color: #D48C00 !important;
}

.reviewSliderWidget .reviewWidget_title_container {
  border-bottom: 2px dotted var(--gray) !important;
}

@media screen and (max-width: 768px) {
  #main-column .review-container.pickup {
    margin: 0 15px;
    padding: 0 !important;
    width: calc(100% - 30px);
    background: none;
    box-sizing: border-box;
    border-radius: var(--br-sp);
  }

  .ukomiSwipeSlide.reviewSliderWidget .swiper {
    padding: 0 !important;
  }

  .freeArea2 .free-contents section.st-wrap,
  .st-wrap.p-review {
    margin: 50px auto 0 0;
  }

}

/******************************/
/* insta */
/******************************/

.gallery-item {
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
}

#gallery {
  margin-bottom: 40px;
  border-radius: var(--br);
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* hover時に画像ズーム */
.gallery-item:hover img,
.gallery-item:hover video {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* overlay部分 */
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.gallery-item .likes:before,
.gallery-item .comments:before {
  margin-right: .5em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
}

.gallery-item .likes:before {
  content: "\f004";
}

.gallery-item .comments:before {
  content: "\f075";
}

.gallery-item:hover .overlay {
  opacity: 1;
}

@media (max-width: 768px) {
  .gallery-item {
    width: 33%;
  }

  #gallery {
    margin-bottom: 20px;
    gap: 2px .5%;
  }

}

/****************
reason
****************/
/* 上段4つの理由 */
.p-reason-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
}

.p-reason-list section {
  padding: 25px;
  background-color: #fff;
  border-radius: var(--br);
}

.p-reason-title {
  padding-bottom: .5em;
  margin-bottom: .5em;
  text-align: center;
  color: var(--green);
  line-height: 1.5;
  border-bottom: dotted 2px var(--gray);
  font-size: 20px;
}

.p-reason-txt {
  font-weight: var(--medi);
  color: var(--fcolor);
}

.p-logo-reason {
  width: 457px;
}

@media (max-width: 960px) {
  .p-reason-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .p-reason-list {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .p-logo-reason {
    width: calc(316 / 375 * 100vw);
  }
}

.p-reason-item {
  text-align: left;
  font-size: 20px;
}

.p-reason-item__circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin: 0 auto 12px;
  background: #e4e7eb;
  /* 画像を使う場合は background-image に変更 */
  background-size: cover;
  background-position: center;
}

.p-reason-item__title {
  padding-left: 1.5em;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--green);
  line-height: 1.3;
  margin-bottom: 8px;
  border-bottom: 2px dotted var(--green);
  padding-bottom: 4px;
  height: 3em;
  position: relative;
}

.p-reason-item__num {
  font-weight: var(--bold);
  color: var(--fcolor);
  position: absolute;
  left: 0;
  top: 0;
}

.p-reason-item__text {
  line-height: 1.8;
  font-size: 16px;
}



@media screen and (max-width: 768px) {
  .p-reason-list section {
    border-radius: var(--br-sp);
  }

  .p-reason-item {
    padding-left: 48px;
    padding-right: 48px;
  }

  .p-reason-item__title {
    padding-bottom: 16px;
    margin: 16px 0;
    height: auto;
  }


}

/****************
FAQ
****************/

/* Q&A部分 */


.p-faq-item:not(:last-child) {
  margin-bottom: 32px;
}

.p-faq {
  padding: 60px 100px;
  border-radius: var(--br);
  border: 1px solid var(--green);
}

.p-faq-item__q {
  padding: 1em 2em 1em 2.2em;
  font-weight: var(--bold);
  background-color: var(--green1);
  text-indent: -1em;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.3;
  border-radius: var(--br);
  position: relative;
}

.p-faq-item__q:after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--green);
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-open .p-faq-item__q:after {
  content: "\f068";
}

.p-faq-item__q::before {
  content: "Q. ";
  color: var(--green);
}

.p-faq-item__a {
  line-height: 1.9;
  font-size: 16px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.3s ease;
}

.p-faq-item.is-open .p-faq-item__a {
  padding: 1em;
  height: auto;
  max-height: 500px;
  /* 内容より大きめに */
  visibility: visible;
}

.p-faq-column__btn-wrap {
  text-align: center;
  margin: 20px 0 30px;
}

.p-faq-column__divider {
  margin: 80px 0 0;
  display: block;
  border: none;
}

@media screen and (max-width: 768px) {
  .p-faq {
    padding-left: 17px;
    padding-right: 17px;
    border-radius: var(--br-sp);
  }

  .p-faq-column__divider {
    margin: 60px 0 0;
  }
}

/****************
column
****************
  /* コラム部分 */

.p-column-list {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}

.p-column-item__thumb {
  overflow: hidden;
  width: 100%;
}

.p-column-item__thumb img {
  width: 100%;
  border: var(--border);
  border-radius: var(--br);
  aspect-ratio: 386 / 224;
  display: block;
}

.p-column-item__date {
  margin-top: .5em;
  font-size: 14px;
  color: var(--green);
  margin-bottom: 2px;
}

.p-column-item__title {
  font-size: 16px;
  font-weight: var(--bold);
  margin-bottom: 1em;
  line-height: 1.5;
}

.p-column__btn-wrap {
  text-align: center;
}

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

  .p-faq-column .l-inner {
    padding: 0;
  }

  #main-column .p-faq-column h2.c-title-ja {
    padding-left: 15px;
  }

  .p-column-item__thumb img {
    border-radius: var(--br-sp);
  }

  .p-column-list {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .p-column-item__title {
    margin-bottom: 0;
  }

  .p-column-item__body {
    padding: 0;
    width: 100%;
  }

}

/****************
新着情報
****************/
#main-column section.w100 .news h2 {
  padding: 0;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: var(--bold);
  color: var(--green);
  line-height: 1.5;
  text-align: center;
  font-family: var(--kaisei) !important;
  line-height: 1.5;
  text-align: left;
  border: none;
}

#main-column .w100 .news h2:after {
  content: "● NEWS";
  margin: 0 0 0 .5em;
  font-size: 24px;
  color: var(--fcolor);
  font-weight: var(--bold);
  font-family: var(--family) !important;
  text-align: center;
  display: inline-block;
  border: none;
  height: auto;
  width: auto;
  background-color: transparent;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.news .news-contents {
  padding: 40px 100px;
  border-radius: var(--br);
  border: 1px solid var(--green);
  background-color: #fff;
  width: 100%;
}

.news-contents dl.news-box:not(:last-child) {
  border-bottom: 2px dotted var(--gray);
}

.news-contents dl.news-box:last-child,
.w100 .news {
  padding-bottom: 0;
  border: none;
}

.news-box dd {
  font-weight: 16px;
}

.news-data {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: var(--bold);
  color: var(--green);
}

.news-title {
  margin: 10px 0;
  font-size: 18px;
  font-weight: var(--bold);
}

@media screen and (max-width: 768px) {
  #main-column section.w100 .news h2 {
    padding: 0 15px;
    margin-bottom: 1em;
    font-size: 24px;
  }

  #main-column .w100 .news h2:after {
    margin: 0 0 0 0;
    font-size: 18px;
    display: block;
    text-align: left;
  }

  .news .news-contents {
    border-radius: var(--br-sp);
  }

  .w100 .news {
    width: 100%;
  }

  .news-contents dl.news-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .news-contents dl.news-box:last-child,
  .w100 .news {
    padding-bottom: 0;
    border: none;
  }
}