/*=============================================================
 01_base
=============================================================*/
#news {
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  #news {
    margin-bottom: 18.4375vw;
  }
}
#news .select {
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  #news .select {
    margin-bottom: 7.8125vw;
  }
}
#news .select ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #news .select ul {
    justify-content: left;
  }
}
#news .select ul li {
  width: 134px;
  background-color: #fff;
  border: 1px solid #6B629F;
  text-align: center;
  padding: 10px 0;
  border-radius: 30px;
  margin: 0 6px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #news .select ul li {
    width: 10.3076923077vw;
    padding: 0.7692307692vw 0;
    margin: 0 0.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .select ul li {
    width: 20.78125vw;
    padding: 1.5625vw 0;
    margin: 0 0.9375vw 2.5vw;
  }
}
#news .select ul li a {
  text-decoration: none;
}
#news .select ul li p {
  font-size: 18px;
  line-height: 1;
  font-family: "Hanken Grotesk", sans-serif;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1000px) {
  #news .select ul li p {
    font-size: 1.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .select ul li p {
    font-size: 2.8125vw;
  }
}
#news .select ul li.products {
  border-color: #DD7DAC;
}
#news .select ul li.products p {
  color: #DD7DAC;
}
#news .select ul li.event {
  border-color: #7DC9DD;
}
#news .select ul li.event p {
  color: #7DC9DD;
}
#news .select ul li.rule {
  border-color: #88DC7D;
}
#news .select ul li.rule p {
  color: #88DC7D;
}
#news .select ul li.campaign {
  border-color: #D9B86E;
}
#news .select ul li.campaign p {
  color: #D9B86E;
}
#news .select ul li.other {
  border-color: #B96FD9;
}
#news .select ul li.other p {
  color: #B96FD9;
}
#news .select ul li.active, #news .select ul li:hover {
  background-color: #6B629F;
}
#news .select ul li.active p, #news .select ul li:hover p {
  color: #fff;
}
#news .select ul li.active.products, #news .select ul li:hover.products {
  background-color: #DD7DAC;
}
#news .select ul li.active.event, #news .select ul li:hover.event {
  background-color: #7DC9DD;
}
#news .select ul li.active.rule, #news .select ul li:hover.rule {
  background-color: #88DC7D;
}
#news .select ul li.active.campaign, #news .select ul li:hover.campaign {
  background-color: #D9B86E;
}
#news .select ul li.active.other, #news .select ul li:hover.other {
  background-color: #B96FD9;
}
#news .news-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 1300px) {
  #news .news-list {
    margin: 0 -0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-list {
    margin: 0 auto 8.4375vw;
  }
}
#news .news-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  #news .news-list ul {
    margin-bottom: 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-list ul {
    justify-content: left;
    margin: 0 -1.5625vw;
  }
}
#news .news-list ul li {
  position: relative;
  width: 285px;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 10px 40px;
}
@media only screen and (max-width: 1300px) {
  #news .news-list ul li {
    width: 21.9230769231vw;
    margin: 0 0.7692307692vw 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li {
    width: calc((100% - 6.25vw) / 2);
    border-radius: 3.125vw;
    margin: 0 1.5625vw 6.25vw;
  }
}
#news .news-list ul li.new a::after {
  content: "";
  position: absolute;
  top: -22px;
  left: -7px;
  width: 72px;
  height: 72px;
  background: url("../img/icon/new.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1300px) {
  #news .news-list ul li.new a::after {
    top: -1.6923076923vw;
    left: -0.5384615385vw;
    width: 5.5384615385vw;
    height: 5.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li.new a::after {
    top: -3.4375vw;
    left: -1.09375vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#news .news-list ul li a {
  display: block;
  padding: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li a {
    padding: 2.5vw;
  }
}
#news .news-list ul li a:hover .thumb img {
  transform: scale(1.1);
}
#news .news-list ul li a:hover .category {
  background-color: #6B629F;
}
#news .news-list ul li a:hover .category p {
  color: #fff;
}
#news .news-list ul li a:hover .category.products {
  background-color: #DD7DAC;
}
#news .news-list ul li a:hover .category.event {
  background-color: #7DC9DD;
}
#news .news-list ul li a:hover .category.rule {
  background-color: #88DC7D;
}
#news .news-list ul li a:hover .category.campaign {
  background-color: #D9B86E;
}
#news .news-list ul li a:hover .category.other {
  background-color: #B96FD9;
}
#news .news-list ul li .thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li .thumb {
    border-radius: 1.5625vw;
    margin-bottom: 1.875vw;
  }
}
#news .news-list ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
#news .news-list ul li .flex-wrap {
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li .flex-wrap {
    margin-bottom: 1.25vw;
  }
}
#news .news-list ul li time {
  font-size: 18px;
  line-height: 1;
  font-family: "Hanken Grotesk", sans-serif;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li time {
    font-size: 3.125vw;
    margin-right: 1.25vw;
  }
}
#news .news-list ul li .category {
  width: 90px;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding: 5px 0;
  border-radius: 30px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li .category {
    width: 14.0625vw;
    padding: 0.78125vw 0;
  }
}
#news .news-list ul li .category p {
  font-size: 14px;
  line-height: 1;
  font-family: "Hanken Grotesk", sans-serif;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li .category p {
    font-size: 2.5vw;
  }
}
#news .news-list ul li .category.products {
  border-color: #DD7DAC;
}
#news .news-list ul li .category.products p {
  color: #DD7DAC;
}
#news .news-list ul li .category.event {
  border-color: #7DC9DD;
}
#news .news-list ul li .category.event p {
  color: #7DC9DD;
}
#news .news-list ul li .category.rule {
  border-color: #88DC7D;
}
#news .news-list ul li .category.rule p {
  color: #88DC7D;
}
#news .news-list ul li .category.campaign {
  border-color: #D9B86E;
}
#news .news-list ul li .category.campaign p {
  color: #D9B86E;
}
#news .news-list ul li .category.other {
  border-color: #B96FD9;
}
#news .news-list ul li .category.other p {
  color: #B96FD9;
}
#news .news-list ul li .text {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 768px) {
  #news .news-list ul li .text {
    font-size: 3.125vw;
  }
}
#news .news-list ul li.active .category p {
  color: #fff;
}
#news .news-list ul li.active .category.products {
  background-color: #DD7DAC;
}
#news .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 62px;
}
@media only screen and (max-width: 1300px) {
  #news .ttl {
    margin-bottom: 4.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl {
    margin-bottom: 10.625vw;
  }
}
#news .ttl span {
  line-height: 1em;
}
#news .ttl span.en {
  font-size: 90px;
  font-family: "Hanken Grotesk", sans-serif;
}
@media only screen and (max-width: 768px) {
  #news .ttl span.en {
    font-size: 12.5vw;
  }
}
#news .ttl span.jp {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) {
  #news .ttl span.jp {
    margin-top: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl span.jp {
    font-size: 2.8125vw;
  }
}
#news .news-con {
  padding: 45px 50px;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 60px;
  box-shadow: 0 0 20px rgba(107, 98, 159, 0.3);
}
@media only screen and (max-width: 1300px) {
  #news .news-con {
    padding: 3.4615384615vw 3.8461538462vw;
    margin-bottom: 4.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con {
    padding: 6.25vw 4.6875vw;
    margin-bottom: 10.9375vw;
    box-shadow: 0 0 3.125vw rgba(107, 98, 159, 0.3);
  }
}
#news .news-con .flex-wrap {
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #news .news-con .flex-wrap {
    margin-bottom: 1.5384615385vw;
  }
}
#news .news-con time {
  font-size: 22px;
  font-family: "Hanken Grotesk", sans-serif;
  margin-right: 20px;
}
@media only screen and (max-width: 1300px) {
  #news .news-con time {
    margin-right: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con time {
    font-size: 3.4375vw;
    margin-right: 3.125vw;
  }
}
#news .news-con .category {
  width: 90px;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding: 5px 0;
  border-radius: 30px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #news .news-con .category {
    padding: 0.3846153846vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con .category {
    width: 14.0625vw;
    padding: 0.78125vw 0;
  }
}
#news .news-con .category p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #news .news-con .category p {
    font-size: 2.5vw;
  }
}
#news .news-con .category.products {
  background-color: #DD7DAC;
}
#news .news-con .category.event {
  background-color: #7DC9DD;
}
#news .news-con .category.rule {
  background-color: #88DC7D;
}
#news .news-con .category.campaign {
  background-color: #D9B86E;
}
#news .news-con .category.other {
  background-color: #B96FD9;
}
#news .news-con h1 {
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 50px;
}
@media only screen and (max-width: 1300px) {
  #news .news-con h1 {
    margin: 0 0 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con h1 {
    font-size: 5.3125vw;
    margin: 0 0 7.8125vw;
  }
}
#news .news-con h2 {
  position: relative;
  font-size: 20px;
  padding: 10px 10px 10px 45px;
  line-height: 1.3;
  color: #fff;
  border-radius: 100px;
  margin: 2.8em 0 1em;
  background-image: linear-gradient(90deg, rgb(83, 75, 136), rgb(55, 189, 237));
}
@media only screen and (max-width: 1300px) {
  #news .news-con h2 {
    padding: 0.7692307692vw 0.7692307692vw 0.7692307692vw 3.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con h2 {
    font-size: 3.4375vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 7.03125vw;
    border-radius: 15.625vw;
  }
}
#news .news-con h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/news/icon_h2.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #news .news-con h2::before {
    left: 0.7692307692vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con h2::before {
    width: 3.75vw;
    height: 3.75vw;
    left: 1.5625vw;
    margin-right: 2.34375vw;
  }
}
#news .news-con h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 26px;
  margin: 2.8em 0 1em;
}
@media only screen and (max-width: 1300px) {
  #news .news-con h3 {
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con h3 {
    font-size: 3.4375vw;
    padding-left: 4.0625vw;
  }
}
#news .news-con h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/news/icon_h3.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #news .news-con h3::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con h3::before {
    top: 52%;
    width: 3.125vw;
    height: 3.125vw;
  }
}
#news .news-con h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 2.8em 0 1em;
}
@media only screen and (max-width: 768px) {
  #news .news-con h4 {
    font-size: 3.4375vw;
  }
}
#news .news-con h2.mt-adjust, #news .news-con h3.mt-adjust, #news .news-con h4.mt-adjust {
  margin-top: 1em;
}
#news .news-con ul {
  margin-bottom: 1em;
}
#news .news-con ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1.2em;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  #news .news-con ul li {
    font-size: 3.125vw;
  }
}
#news .news-con ol {
  margin-bottom: 1em;
}
#news .news-con ol li {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1.2em;
  list-style-type: decimal;
}
@media only screen and (max-width: 768px) {
  #news .news-con ol li {
    font-size: 3.125vw;
  }
}
#news .news-con p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #news .news-con p {
    font-size: 3.125vw;
  }
}
#news .news-con a {
  color: #887D54;
}
#news .news-con figure {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #news .news-con figure {
    margin-bottom: 3.8461538462vw;
  }
}
@media only screen and (max-width: 1300px) {
  #news .news-con figure img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con figure img {
    height: auto;
    width: 100% !important;
  }
}
#news .news-con .wp-block-buttons {
  margin: 3em 0;
}
#news .news-con .wp-block-buttons.is-content-justification-center {
  text-align: center;
}
#news .news-con .wp-block-button {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #887D54;
  background-color: #887D54;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #news .news-con .wp-block-button {
    width: 100%;
    border-radius: 7.8125vw;
  }
}
#news .news-con .wp-block-button a {
  position: relative;
  display: block;
  padding: 18px 50px 18px 30px;
  line-height: 1.2;
  font-size: 22px;
  color: #fff;
  font-size: "Hanken Grotesk", sans-serif;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #news .news-con .wp-block-button a {
    padding: 1.3846153846vw 3.8461538462vw 1.3846153846vw 4.6875vw;
    font-size: 1.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con .wp-block-button a {
    font-size: 3.125vw;
    padding: 2.8125vw 7.8125vw 2.8125vw 4.6875vw;
  }
}
#news .news-con .wp-block-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #news .news-con .wp-block-button a::before {
    right: 1.0769230769vw;
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con .wp-block-button a::before {
    right: 2.8125vw;
    width: 5.15625vw;
    height: 5.15625vw;
  }
}
#news .news-con .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #news .news-con .wp-block-button a::after {
    right: 1.3846153846vw;
    width: 1.2307692308vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-con .wp-block-button a::after {
    right: 3.59375vw;
    width: 3.125vw;
    height: 2.65625vw;
  }
}
#news .news-con .wp-block-button:hover {
  background-color: #fff;
}
#news .news-con .wp-block-button:hover a {
  color: #887D54;
}
#news .news-con .wp-block-button:hover a::after {
  transform: translateY(-50%) scale(1.4);
}