@charset "UTF-8";

/*  ----------------------------------------------------------
header
----------------------------------------------------------  */

.header {
  align-items: center;
  display: flex;
  height: 8rem;
  justify-content: space-between;
  left: 0;
  padding: 0 10% 0 5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

body[class*=page] .header {
  background: url(../img/bg_deco.jpg) no-repeat right top/25% auto;
  position: relative;
}

.header_logo {
  height: auto;
  width: 15rem;
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav_menu {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
}

.gnav_menu li a {
  display: block;
  font-family: var(--ttl);
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
}

.gnav_menu li a span {
  display: block;
  font-family: var(--noto);
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.gnav_menu li:nth-last-child(2) i {
  font-size: 4rem;
}

.gnav_menu img {
  width: 5rem;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture-1.jpg) repeat center center/100% auto;
  bottom: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

.gnav-sp nav {
  width: 100%;
}

.gnav-sp .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gnav-sp-menu li {
  font-family: var(--ttl);
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.gnav-sp-menu li span {
  display: block;
  font-family: var(--noto);
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.6em;
  text-align: center;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:nth-last-child(2) i {
  font-size: 4rem;
}

.gnav-sp-menu img {
  width: 5rem;
}

/* toggle */

.toggle-btn {
  background: var(--brw);
  cursor: pointer;
  display: block;
  height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 6rem;
  z-index: 100000;
}

.toggle-btn span {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 2rem;
  position: absolute;
  transition: all 0.4s;
  width: 2rem;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */

.open .gnav-sp {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: url(../img/texture-3.jpg) repeat center top/100% auto;
  padding: 4rem 0 6rem;
}

.footer_wrap {
  align-items: flex-start;
  display: flex;
  gap: 18rem;
  justify-content: center;
}

.footer_nav {
  align-items: flex-start;
  display: flex;
  gap: 6rem;
  justify-content: center;
  margin-top: 4rem;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-family: var(--ttl);
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.footer_nav li:nth-last-child(2) a {
  font-size: 4.6rem;
}

.footer_nav img {
  width: 5rem;
}

.footer_logo {
  height: auto;
  width: 13rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0em;
  text-align: center;
}

main {
  overflow: hidden;
}

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.top-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-wrap.ycenter {
  align-items: center;
}

.top-wrap.xcenter {
  justify-content: center;
}

.top-wrap.rev {
  flex-direction: row-reverse;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
}

.more a {
  background: url(../img/more_line.png) repeat-x left bottom/1.4rem auto;
  color: var(--brw);
  display: block;
  font-family: var(--ttl);
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 1rem;
  padding-left: 0.6em;
  position: relative;
  width: 100%;
}

.more a::after {
  aspect-ratio: 26/30;
  background: url(../img/more_arw.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 24%;
  width: 1.3rem;
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  color: var(--brw);
  font-family: var(--ttl);
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
  height: 278px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline-block;
  height: 278px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 278px;
  overflow: hidden;
  width: 397px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 7.5px;
  width: 100%;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 31%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 31%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 285/179;
  margin-bottom: 1.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  font-size: 1.4rem;
}

.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--yel);
  border: 2px solid var(--yel);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(62, 58, 57, 0.4);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--yel);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: var(--txt);
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

/*=============== fixed-btn ===========*/

.fixed-btn {
  background: url(../img/fix_bg.jpg) no-repeat center top/cover;
  border: 1px solid #fff;
  padding: 2rem 1.2rem 2rem;
  position: relative;
}

.fixed-btn img {
  display: block;
  height: 4.5rem;
  margin: 0 auto;
  width: 4.5rem;
}

.fixed-btn__wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 2rem;
}

.fixed-btn span:first-of-type {
  color: var(--brw);
  display: block;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn span:first-of-type::before {
  background: var(--brw);
  bottom: 0;
  content: "";
  height: 10em;
  position: absolute;
  right: 8px;
  width: 1px;
}

.fixed-btn span:last-of-type {
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-kv {
  background-image: url(../img/bg_deco.jpg), url(../img/texture-1.jpg);
  background-position: right top, center top;
  background-repeat: repeat-y, repeat;
  background-size: 25% auto, 100% auto;
  padding-top: 9rem;
}

#main {
  height: calc(60vw - 9rem);
  position: relative;
  width: 92.5%;
}

.zs-enabled .zs-slideshow .zs-bullets {
  bottom: 0.8rem;
  padding-right: 6rem;
  text-align: right;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  background: #fff;
  border-color: #fff;
  height: 1.1rem;
  margin: 0 0.5rem;
  width: 1.1rem;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  background: var(--yel);
  border-color: var(--yel);
}

/*=============== top-bg ===========*/

.top-bg {
  background-image: url(../img/bg_deco.jpg), url(../img/texture-1.jpg);
  background-position: right top, center top;
  background-repeat: repeat-y, repeat;
  background-size: 25% auto, 100% auto;
}

/*=============== top-news ===========*/

.top-news {
  padding: 8rem 0 4rem;
}

.top-news_box {
  background: url(../img/news_deco.jpg) repeat-x center top/100% auto;
  background-color: #fff;
  padding: 8rem 0;
}

.top-news_body {
  margin: 5rem auto 4rem;
  max-width: 92rem;
}

/*=============== top-concept ===========*/

.top-concept {
  padding: 4.5rem 0 12rem;
}

.top-concept_wrap {
  display: flex;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
  padding-right: 6%;
}

.top-concept_img {
  width: 50%;
}

.top-concept_body {
  width: 42%;
}

.top-concept .top-heading {
  margin-left: 0.2em;
  text-align: left;
}

.top-concept_ttl {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin: 5rem 0 4rem;
}

.top-concept_ttl span {
  font-size: 1.3em;
}

.top-concept_txt {
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  line-height: 2;
}

.top-concept .more {
  margin: 4rem auto 0 0;
}

/*=============== top-menu ===========*/

.top-menu {
  background: url(../img/menu_bg.jpg) no-repeat center bottom/100% auto;
  padding-bottom: 8rem;
  position: relative;
  z-index: 0;
}

.top-menu_bg {
  padding: 14rem 0 9rem;
  position: relative;
}

.top-menu_bg::after {
  background: url(../img/texture-2.jpg) repeat center top/100% auto;
  content: "";
  display: block;
  height: 130%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.top-menu_note {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 6rem 0 8rem;
  text-align: center;
}

.top-menu_wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-menu_wrap:last-of-type {
  flex-direction: row-reverse;
}

.top-menu_body {
  background: #fff;
  margin-top: 8rem;
  padding: 5rem 5rem 6rem 12vw;
  width: 48%;
}

.top-menu_wrap:last-of-type .top-menu_body {
  padding: 5rem 12vw 6rem 5rem;
  width: 50%;
}

.top-menu_img {
  width: 50%;
}

.top-menu_img img {
  display: block;
}

.top-menu_img img:first-of-type {
  width: 80%;
}

.top-menu_img img:last-of-type {
  margin: -1rem 3vw 0 auto;
  width: 50%;
}

.top-menu_ttl {
  align-items: flex-end;
  color: var(--brw);
  display: flex;
  font-family: var(--ttl);
  font-size: 7rem;
  justify-content: space-between;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 2.5rem;
  position: relative;
}

.top-menu_ttl::after {
  background: var(--yel);
  content: "";
  display: inline-block;
  height: 1px;
  margin-bottom: 2rem;
  position: relative;
  width: calc(100% - 2.6em);
}

.top-menu_txt {
  letter-spacing: 0.2em;
  line-height: 2;
}

.top-menu .more {
  margin: 3rem auto 0 0;
}

/*=============== top-access ===========*/

.top-access {
  background: url(../img/texture-1.jpg) repeat center top/100% auto;
  padding: 18rem 0 0;
}

.top-access_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top-access_img {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
  width: 50%;
}

.top-access_body {
  width: 46%;
}

.top-access .top-heading {
  margin-bottom: 5rem;
  text-align: left;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid var(--brw);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 2.5rem 0;
}

.top-access_list dt {
  color: var(--brw);
  font-weight: 600;
  width: 6em;
}

.top-access_list dd {
  width: calc(100% - 6em);
}

.top-access_map {
  margin-top: 14rem;
}

.top-access_map iframe {
  height: 49rem;
  width: 100%;
}

.access_line {
  background: url(../img/more_arw.png) no-repeat right center/1rem auto;
  border-bottom: 1px solid #231815;
  font-size: 1.5rem;
  margin-left: 2rem;
  padding-right: 1.5rem;
}

/*=============== top-insta ===========*/

.top-insta {
  background: url(../img/texture-2.jpg) repeat center top/100% auto;
  padding: 10rem 0 11rem;
}

.top-insta_wrap {
  margin: 8rem auto 0;
  max-width: 86rem;
  padding: 0 2rem;
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */

  .top-menu_body {
    padding: 5rem 5rem 6rem 5rem;
  }

  .top-menu_wrap:last-of-type .top-menu_body {
    padding: 5rem 5rem 6rem 5rem;
  }
}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    height: 6rem;
    justify-content: center;
    padding: 0;
  }

  .header_logo {
    width: 10rem;
  }

  .footer {
    padding: 3rem 0 6rem;
  }

  .footer_wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
  }

  .footer_nav {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding-right: 0;
  }

  .footer_nav li:last-of-type a {
    font-size: 4rem;
  }

  .footer_logo {
    margin-bottom: 3rem;
    width: 10rem;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .top-wrap {
    flex-direction: column;
  }

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .top-heading {
    font-size: 4.9rem;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 3rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    background: url(../img/fix_bg-sp.jpg) no-repeat center top/cover;
    padding: 1rem 1rem;
    text-align: center;
    width: 100%;
  }

  .fixed-btn img {
    display: inline-block;
    height: 3rem;
    margin: 0;
    vertical-align: bottom;
    width: 3rem;
  }

  .fixed-btn__wrapper {
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn__inner {
    align-items: center;
    display: inline-block;
    flex-direction: column;
    margin: 0 0 0 1rem;
    text-align: left;
    vertical-align: bottom;
  }

  .fixed-btn span:first-of-type {
    margin-bottom: 0.2rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn span:first-of-type::before {
    bottom: 0.5em;
    height: 1px;
    left: 3em;
    right: auto;
    width: 5em;
  }

  .fixed-btn span:last-of-type {
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .top-kv {
    background-size: 18% auto, 100% auto;
    padding-top: 6rem;
  }

  #main {
    height: 38rem;
    width: 100%;
  }

  .zs-enabled .zs-slideshow .zs-bullets {
    padding-right: 2rem;
  }

  .top-bg {
    background-size: 18% auto, 100% auto;
  }

  .top-news {
    padding: 6rem 0 3rem;
  }

  .top-news_box {
    padding: 2rem 3% 4rem;
  }

  .top-news_body {
    margin: 3rem 0 0rem;
  }

  .top-concept {
    padding: 2rem 0 6rem;
  }

  .top-concept_wrap {
    flex-direction: column;
    gap: 4rem;
    margin-right: 0;
    padding-right: 0;
  }

  .top-concept_img {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-concept_body {
    width: 100%;
  }

  .top-concept .top-heading {
    margin-left: 0;
    text-align: center;
  }

  .top-concept_ttl {
    font-size: 2.2rem;
    margin: 3rem 0 2rem;
  }

  .top-concept_txt {
    border-right: none;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .top-concept .more {
    margin: 3rem auto;
  }

  .top-menu {
    background: url(../img/menu_bg.jpg) no-repeat center bottom/cover;
    padding-bottom: 6rem;
  }

  .top-menu_bg {
    padding: 6rem 0;
  }

  .top-menu_bg::after {
    height: 100%;
  }

  .top-menu_note {
    font-size: 1.6rem;
    margin: 3rem 0 4rem;
    padding: 0 5%;
    text-align: left;
  }

  .top-menu_wrap {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
    padding: 0 5%;
  }

  .top-menu_wrap:last-of-type {
    flex-direction: column;
  }

  .top-menu_body {
    margin-top: 0;
    padding: 3rem 2rem;
    width: 100%;
  }

  .top-menu_wrap:last-of-type .top-menu_body {
    padding: 3rem 2rem;
    width: 100%;
  }

  .top-menu_img {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-menu_ttl::after {
    margin-bottom: 1.4rem;
  }

  .top-menu_ttl {
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }

  .top-menu_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 0;
  }

  .top-menu .more {
    margin: 3rem auto 0;
  }

  .top-access {
    padding: 6rem 0 0;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
  }

  .top-access_img {
    margin-top: 0;
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access .top-heading {
    margin-bottom: 2rem;
    text-align: center;
  }

  .top-access_list {
    margin-bottom: 4rem;
  }

  .top-access_list dt,
  .top-access_list dd {
    font-size: 1.6rem;
  }

  .top-access_list dt {
    border-bottom: none;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access_map {
    margin-top: 5rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    padding: 6rem 0;
  }

  .top-insta_wrap {
    margin: 4rem auto 0;
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 131px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 131px;
  }

  #loopslider ul li {
    height: 131px;
    width: 190px;
  }

  #loopslider ul li img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    padding: 0 5px;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}