@charset "UTF-8";
/* =================================
デフォルトcss打ち消し
================================= */
#contents {
  margin-top: 0 !important;
}

.column-set {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .column-set {
    margin-top: 20px;
    gap: 20px 10px;
  }
}
.column-set .column5 {
  width: calc(20% - 16px);
  margin: 0;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 768px) {
  .column-set .column5 {
    width: calc(50% - 5px);
  }
}
.column-set .column5 .badge {
  display: none;
}
.column-set .column5 .itemThumb {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.column-set .column5 .itemThumb a {
  position: relative;
}
.column-set .column5 .itemThumb a .item-list-span-img {
  position: relative;
  padding-top: 100%;
  display: block;
}
.column-set .column5 .itemThumb a .item-list-span-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-set .column5 h3 {
  line-height: 1.4;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .column-set .column5 h3 {
    margin-bottom: 5px;
  }
}
.column-set .column5 h3 a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .column-set .column5 h3 a {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.column-set .column5 .price {
  display: block;
  text-align: left;
}
.column-set .column5 .price > .selling_price {
  font-size: 25px;
  font-family: var(--font-gothicZen);
  font-weight: 700;
}
.column-set .column5 .price > .selling_price span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  display: inline-block;
}
.column-set .inner-catch {
  display: none;
}

/* =================================
トップページ
================================= */
.mv {
  padding: 27px 0 80px;
}
@media only screen and (max-width: 768px) {
  .mv {
    padding: 20px 0 50px;
  }
}
.mv .mv__slider {
  opacity: 0;
}
.mv .mv__slider.is-loaded {
  opacity: 1;
}
.mv .mv__slider .swiper-slide img {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .mv .mv__slider .swiper-slide img {
    border-radius: 10px;
  }
}

.news-bar {
  border: 1px solid #695546 !important;
}

.news-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 12px 150px 12px 12px;
  margin: 0 0 65px;
  gap: 5px 14px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-bar {
    padding: 19px 90px 22px 18px;
    gap: 10px;
    margin: 0 0 60px;
  }
}
.news-bar__label {
  font-size: 16px;
  color: #fff;
  font-family: var(--font-gothicZen);
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--color-primary);
  border-radius: 5px;
  padding: 5px 7px 6px;
}
@media only screen and (max-width: 768px) {
  .news-bar__label {
    font-size: 15px;
    padding: 3px 5px;
  }
}
.news-bar__ttl {
  line-height: 1.4;
}
.news-bar__ttl a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .news-bar__ttl a {
    font-size: 15px;
    padding-bottom: 0;
  }
}
.news-bar__img {
  width: 117px;
  position: absolute;
  bottom: -1px;
  right: 15px;
}
@media only screen and (max-width: 768px) {
  .news-bar__img {
    width: 88px;
    bottom: -2px;
    right: -7px;
  }
}

.category {
  padding: 0 !important;
  margin: 0 0 75px !important;
}
@media only screen and (max-width: 768px) {
  .category {
    margin: 0 0 60px !important;
  }
}
.category .c-ttl.ico:before {
  background-image: url(https://www.hakuju.net/pic-labo/ico_search.png);
}
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .category__list {
    gap: 10px;
    margin-top: 20px;
  }
}
.category__item {
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 28px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .category__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .category__item {
    width: 100%;
    padding: 13px 18px 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
  }
}
.category__item:hover {
  opacity: 0.8;
}
.category__item .img {
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .category__item .img {
    max-width: 95px;
    margin: 0;
  }
}
.category__item .img:before {
  content: "";
  width: 160px;
  height: 160px;
  background: var(--color-tertiary);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .category__item .img:before {
    width: 96px;
    height: 96px;
  }
}
.category__item .img img {
  opacity: 1 !important;
}
@media only screen and (max-width: 768px) {
  .category__item .in {
    width: calc(100% - 95px);
    padding-left: 14px;
  }
}
.category__item .stl {
  font-size: 20px;
  font-family: var(--font-gothicZen);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .category__item .stl {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.category__item .ttl {
  font-size: 30px !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 17px !important;
}
.category__item .ttl {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .category__item .ttl {
    font-size: 22px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0 !important;
  }
}
.category__item .c-btn {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .category__item .c-btn {
    height: 29px;
    font-size: 13px;
  }
  .category__item .c-btn:after {
    width: 16px;
    height: 16px;
    right: 4px;
  }
}

.history {
  margin: 0 0 75px !important;
}
@media only screen and (max-width: 768px) {
  .history {
    margin: 0 0 60px !important;
  }
}
.history .c-ttl.ico:before {
  background-image: url(https://www.hakuju.net/pic-labo/ico_history.png);
}
.history #fsrecommenddiv3 {
  display: none;
}
.history .recommend h2 {
  display: none;
}
.history__slider {
  margin-top: 25px;
  min-height: 35px;
}
@media only screen and (max-width: 768px) {
  .history__slider {
    margin-top: 20px;
  }
}
.history__slider .swiper-slide {
  width: 160px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
@media only screen and (max-width: 768px) {
  .history__slider .swiper-slide {
    width: 105px;
  }
}
.history__slider .swiper-slide a {
  position: relative;
  padding-top: 100%;
  display: block;
}
.history__slider .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pickup-add {
  margin: 0 0 75px !important;
}
@media only screen and (max-width: 768px) {
  .pickup-add {
    margin: 0 0 40px !important;
  }
}
.pickup-add .c-ttl.ico:before {
  background-image: url(https://www.hakuju.net/pic-labo/ico_pickup.png);
}
.pickup-add__slider {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .pickup-add__slider {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pickup-add__slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.pickup-add__slider .swiper-slide {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .pickup-add__slider .swiper-slide {
    width: calc(50% - 5px);
  }
}

.about {
  margin: 0 0 90px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about {
    margin: 0 0 60px;
  }
}
.about__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 240px 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .about__inner {
    padding: 0;
  }
}
.about__inner .bg {
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .about__inner .bg {
    width: 520px;
    height: 520px;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    bottom: auto;
  }
}
.about__inner .img {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .about__inner .img {
    position: relative;
  }
}
.about__inner .img.img01 {
  left: -227px;
  top: 46px;
  width: 343px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .about__inner .img.img01 {
    left: -50px;
    width: 283px;
  }
}
@media only screen and (max-width: 768px) {
  .about__inner .img.img01 {
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 35px;
  }
}
.about__inner .img.img02 {
  right: -226px;
  top: 35px;
  width: 414px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .about__inner .img.img02 {
    width: 334px;
    right: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .about__inner .img.img02 {
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom: 38px;
  }
}
.about__inner .stl {
  font-size: 18px;
  color: var(--color-primary);
  font-family: var(--font-gothicZen);
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about__inner .stl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about__inner .ttl {
  font-size: 44px !important;
  color: var(--color-primary) !important;
  letter-spacing: 0.04em !important;
  line-height: 1.4 !important;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 768px) {
  .about__inner .ttl {
    font-size: 24px !important;
    margin-bottom: 23px !important;
  }
}
.about__inner .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .about__inner .txt {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 27px;
  }
}
.about__inner .movie {
  max-width: 800px;
  height: 452px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about__inner .movie {
    height: auto;
    padding-top: 59%;
  }
}
.about__inner .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ranking {
  margin: 0 0 65px !important;
}
.ranking .c-ttl.ico:before {
  background-image: url(https://www.hakuju.net/pic-labo/ico_ranking.png);
}
.ranking .c-ttl + h2 {
  display: none;
}
.ranking .column-set {
  counter-reset: item;
}
@media only screen and (min-width: 769px) {
  .ranking .column-set .column5:nth-of-type(n + 6) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .ranking .column-set .column5:nth-of-type(n + 7) {
    display: none;
  }
}
.ranking .column-set .column5 .itemThumb a::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: var(--color-primary);
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .ranking .column-set .column5 .itemThumb a::before {
    width: 26px;
    height: 26px;
    font-size: 16px;
    top: 6px;
    left: 6px;
  }
}

.pickup {
  margin: 0 0 65px !important;
}
.pickup .c-ttl.ico:before {
  background-image: url(https://www.hakuju.net/pic-labo/ico_recommend.png);
}
.pickup .c-ttl.ico + h2 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pickup .column-set .column5:nth-of-type(n + 6) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pickup .column-set .column5:nth-of-type(n + 7) {
    display: none;
  }
}

.purpose {
  margin: 0 0 80px !important;
}
@media only screen and (max-width: 768px) {
  .purpose {
    margin: 0 0 60px !important;
  }
}
.purpose .c-ttl.ico:before {
  background-image: url(https://www.hakuju.net/pic-labo/ico_category.png);
}
.purpose__list {
  border-top: 1px solid #695546;
  border-left: 1px solid #695546;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .purpose__list {
    margin: 20px -20px 0;
    border-left: none;
  }
}
.purpose__item {
  font-size: 20px;
  font-family: var(--font-gothicZen);
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #fff;
  border-right: 1px solid #695546;
  border-bottom: 1px solid #695546;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 55px 0 18px;
  position: relative;
  height: 90px;
  width: 25%;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .purpose__item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 768px) {
  .purpose__item {
    font-size: 16px;
    padding: 0 43px 0 20px;
    height: 80px;
    width: 50%;
    line-height: 1.4;
  }
  .purpose__item:nth-child(2n) {
    border-right: none;
  }
}
.purpose__item:after {
  content: "";
  background: url(https://www.hakuju.net/pic-labo/ico_arrow01_blue.png) no-repeat center/100%;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .purpose__item:after {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}

.guide {
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .guide {
    margin: 0 0 55px;
  }
}
@media only screen and (max-width: 768px) {
  .guide .c-ttl {
    text-align: center;
  }
}
.guide__inner {
  background: #e6dfda;
  border-radius: 40px;
  padding: 70px 0 60px;
}
@media only screen and (max-width: 768px) {
  .guide__inner {
    border-radius: 20px;
    padding: 36px 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .guide__inner .base {
    padding: 0 30px;
  }
}
.guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .guide__list {
    gap: 10px;
  }
}
.guide__item {
  width: calc(25% - 15px);
  background: #f5f5f0;
  border-radius: 20px;
  padding: 40px 20px 28px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  text-align: center;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .guide__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .guide__item {
    width: 100%;
    border-radius: 10px;
    padding: 18px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.guide__item .ttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .guide__item .ttl {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    width: calc(100% - 80px);
    padding-left: 10px;
  }
}
.guide__item .ttl small {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .guide__item .ttl small {
    font-size: 12px;
  }
}
.guide__item .img {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .guide__item .img {
    max-width: 80px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.guide__item .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .guide__item .txt {
    font-size: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 5px;
  }
}
.guide__item .c-btn {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide__item .c-btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.bnr {
  margin: 0 0 115px;
}
@media only screen and (max-width: 768px) {
  .bnr {
    margin: 0 0 55px;
  }
}
.bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .bnr__list {
    gap: 10px;
  }
}
.bnr__item {
  width: calc(33.333% - 13.3333333333px);
}
@media only screen and (max-width: 768px) {
  .bnr__item {
    width: 100%;
  }
}

.information {
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  .information {
    margin: 0 0 50px;
  }
}
.information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.information__ttl {
  width: 28%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .information__ttl {
    width: 100%;
    padding-right: 0;
  }
}
.information__list {
  width: 72%;
}
@media only screen and (max-width: 768px) {
  .information__list {
    width: 100%;
    margin-top: 15px;
  }
}
.information__list ul {
  width: 100%;
  border-top: 1px solid #695546;
}
.information__list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #695546;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .information__list ul li a {
    padding: 15px 0;
  }
}
.information__list ul li a .date {
  font-size: 16px;
  color: #cfc4bc;
  letter-spacing: 0.02em;
  width: 120px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .information__list ul li a .date {
    font-size: 15px;
    width: 100%;
    margin-bottom: 8px;
  }
}
.information__list ul li a .ttl {
  font-size: 16px;
  color: var(--color-base);
  letter-spacing: 0.02em;
  width: calc(100% - 120px);
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .information__list ul li a .ttl {
    width: 100%;
  }
}
.information__list .news-contents {
  width: 100%;
  border-top: 1px solid #695546;
}
.information__list .news-contents .news-box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #695546;
  padding: 25px 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .information__list .news-contents .news-box dd {
    padding: 15px 0;
  }
}
.information__list .news-contents .news-box dd > br {
  display: none;
}
.information__list .news-contents .news-box dd .date {
  font-size: 16px;
  color: #cfc4bc;
  letter-spacing: 0.02em;
  width: 120px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .information__list .news-contents .news-box dd .date {
    font-size: 15px;
    width: 100%;
    margin-bottom: 8px;
  }
}
.information__list .news-contents .news-box dd .ttl {
  font-size: 16px;
  color: var(--color-base);
  letter-spacing: 0.02em;
  width: calc(100% - 120px);
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .information__list .news-contents .news-box dd .ttl {
    width: 100%;
  }
}
.information__list .news-contents .news-box dd .ttl a {
  color: inherit;
  text-decoration: none;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .information .c-btn {
    margin: 18px auto 0;
  }
}

.news {
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
}
.news h2 {
  display: none !important;
}
.news .news-contents {
  padding: 0 !important;
}

.voice {
  margin: 0 0 85px;
}
@media only screen and (max-width: 768px) {
  .voice {
    margin: 0 0 55px;
  }
}
.voice .ttlbox {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 768px) {
  .voice .ttlbox {
    margin-bottom: 25px !important;
  }
}
.voice .reviewWidget .reviewWidget_inner.swiper,
.voice .reviewWidget_inner,
.voice .u_komi_qa_widget_inner {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .voice .c-btn {
    margin: 0 auto;
  }
}

.column {
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  .column {
    margin: 0 0 80px;
  }
}
.column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .column__list {
    gap: 10px;
    margin-top: 20px;
  }
}
.column__item {
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .column__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .column__item {
    width: calc(50% - 5px);
    border-radius: 10px;
  }
}
.column__item .img {
  position: relative;
  padding-top: 74%;
}
.column__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.column__item .in {
  padding: 15px 18px 28px;
}
@media only screen and (max-width: 768px) {
  .column__item .in {
    padding: 10px;
  }
}
.column__item .date {
  font-size: 16px;
  color: #cfc4bc;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .column__item .date {
    font-size: 10px;
  }
}
.column__item .ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-bottom: 1px solid #695546;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .column__item .ttl {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}
.column__item .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .column__item .txt {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .column .c-btn {
    margin: 18px auto 0;
  }
}

.footer__contact {
  display: block;
}