@charset "UTF-8";
/* ===================================================================
CSS information

file name  : news.css
author     : Abilive
style info : 新着情報
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_news {
  margin-right: auto;
  margin-left: auto;
  --wrp: 10;
  --main: 7;
  --side: 2.5;
}
@media only screen and (min-width: 1025px) {
  .con_news {
    width: calc(1180 / 1440 * 100%);
    max-width: calc(1180px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_news {
    max-width: calc(1180px * ((14 + 0) / 12));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    width: calc(1180 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_news {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    --main: 10;
    --side: 7;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    --main: 10;
    --side: 10;
  }
}
.con_news .main_news_det {
  width: calc(var(--main) / var(--wrp) * 100%);
}
.con_news .main_news {
  width: calc(var(--main) / var(--wrp) * 100%);
}
.con_news .side {
  width: calc(var(--side) / var(--wrp) * 100%);
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side {
    margin-right: auto;
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side {
    margin-top: 5em;
  }
}

.main_news {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main_news .txt_news span {
  font-size: 1.67rem;
}
@media only screen and (max-width: 767px) {
  .main_news .txt_news {
    width: 100%;
    text-align: center;
  }
}
.main_news .box_pager {
  display: flex;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .main_news .box_pager {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em;
    margin-bottom: 1em;
    justify-content: center;
  }
}
.main_news .box_pager p {
  margin-right: .5em;
  margin-left: .5em;
  aspect-ratio: 1 / 1;
}
.main_news .box_pager p a, .main_news .box_pager p > span {
  font-family: 'Cinzel', serif;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  border: 1px solid transparent;
  height: 100%;
  width: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .25s;
  transition-timing-function: ease-out;
}
@media only screen and (max-width: 767px) {
  .main_news .box_pager p a, .main_news .box_pager p > span {
    width: 2.25em;
  }
}
.main_news .box_pager p.current span {
  background-color: var(--color-text04);
  color: #fff;
}
.main_news .box_pager p.btn_prev a::before, .main_news .box_pager p.btn_next a::before {
  content: "\f3d0";
  font-family: "Ionicons";
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.main_news .box_pager p.btn_prev a::before {
  transform: rotate(90deg);
}
.mouse .main_news .box_pager p a:hover, .touch .main_news .box_pager p a.touchstart {
  background-color: var(--color-text04);
  color: #fff;
}
.touch .main_news .box_pager p a {
  -webkit-tap-highlight-color: transparent;
}
.touch .main_news .box_pager p a.touchend {
  transition-delay: 200ms;
}
.main_news .box_news {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main_news .box_news {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .main_news .box_news {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news {
    margin-bottom: 1em;
  }
}
.main_news .box_news li a {
  text-decoration: none;
  width: 100%;
  display: flex;
  --photo: 20%;
  --margin: 3%;
  --txt: calc(100% - var(--photo) - var(--margin));
  --padtb: 2.5em;
  --padrl: 2em;
  --bdc: var(--color-sub02);
  --border: 1px solid var(--bdc);
  border-bottom: var(--border);
  padding: var(--padtb) var(--padrl);
  transition-property: background-color, box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  position: relative;
}
.main_news .box_news li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--color-sub01);
  transition: ease-in-out .3s width;
}
@media only screen and (min-width: 768px) {
  .main_news .box_news li a::before {
    width: 3.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a::before {
    width: 2em;
  }
}
.main_news .box_news li a::after {
  font-size: 1.67rem;
  content: "\f363";
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a {
    --photo: 25%;
    --margin: 5%;
    padding: 1em 2em 1em 1em;
  }
}
.main_news .box_news li a .photo {
  width: var(--photo);
}
.main_news .box_news li a .photo + .box_txt {
  width: var(--txt);
  margin-right: 0;
  margin-left: auto;
}
.main_news .box_news li a .photo img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.main_news .box_news li a .box_txt {
  width: 100%;
}
.main_news .box_news li a .box_txt time {
  font-size: 1rem;
  color: var(--color-text04);
}
.main_news .box_news li a .box_txt .txt_inf {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  color: var(--color-sub01);
}
@media only screen and (min-width: 768px) {
  .main_news .box_news li a .box_txt .txt_inf {
    margin-top: 0.83rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a .box_txt .txt_inf {
    margin-top: 0.5em;
  }
}
.main_news .box_news li a .box_txt .txt_inf .cate {
  line-height: 1;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .main_news .box_news li a .box_txt .txt_inf .cate {
    padding-top: .25em;
    padding-bottom: .25em;
  }
}
.main_news .box_news li a .box_txt .st {
  font-size: 1.33rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  overflow: hidden;
  margin-top: .5em;
}
.mouse .main_news .box_news li a:hover, .touch .main_news .box_news li a.touchstart {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.mouse .main_news .box_news li a:hover::before, .touch .main_news .box_news li a.touchstart::before {
  width: 100%;
}
.touch .main_news .box_news li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .main_news .box_news li a.touchend {
  transition-delay: 200ms;
}
.main_news .box_news li:last-child a {
  border-bottom: var(--border);
}
.main_news .box_news + .box_pager {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3em;
}

.main_news_det .news_title .txt_inf {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main_news_det .news_title .txt_inf time {
  font-size: 1rem;
  margin-right: 1em;
  color: var(--color-text04);
}
.main_news_det .news_title .txt_inf > .cate {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  color: var(--color-sub01);
}
.main_news_det .news_title .txt_inf > .cate .cate {
  line-height: 1;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .main_news_det .news_title .txt_inf > .cate .cate {
    padding-top: .25em;
    padding-bottom: .25em;
  }
}
.main_news_det .news_title .title {
  font-size: 2.08rem;
  line-height: 1.5;
  margin-top: .5em;
  font-weight: normal;
}
.main_news_det .box_det .txt {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.main_news_det .box_det > * {
  --base-margin: 3.5rem;
  margin: var(--base-margin) 0;
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_det > * {
    --base-margin: 2.5rem;
  }
}
.main_news_det .photo .caption {
  margin-top: .75em;
  line-height: 1.4;
  display: block;
}
@media only screen and (min-width: 768px) {
  .main_news_det .photo .caption {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .photo .caption {
    font-size: 0.9rem;
  }
}
.main_news_det .box_photo2 {
  display: flex;
}
.main_news_det .box_photo2 .photo {
  --parent: 100;
  --col: 2;
  --width: 48;
  --margin: calc((var(--parent) - (var(--width) * var(--col))) / (var(--col) - 1));
  width: calc(var(--width) / var(--parent) * 100%);
}
.main_news_det .box_photo2 .photo:not(:first-child) {
  margin-left: calc(var(--margin) / var(--parent) * 100%);
}
.main_news_det .box_photo3 {
  display: flex;
}
.main_news_det .box_photo3 .photo {
  --parent: 100;
  --col: 3;
  --width: 31;
  --margin: calc((var(--parent) - (var(--width) * var(--col))) / (var(--col) - 1));
  width: calc(var(--width) / var(--parent) * 100%);
}
.main_news_det .box_photo3 .photo:not(:first-child) {
  margin-left: calc(var(--margin) / var(--parent) * 100%);
}
.main_news_det [class*="box_photo_txt"], .main_news_det [class*="box_txt_photo"] {
  --photo: 48;
  --text: 48;
}
@media only screen and (min-width: 768px) {
  .main_news_det [class*="box_photo_txt"], .main_news_det [class*="box_txt_photo"] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det [class*="box_photo_txt"], .main_news_det [class*="box_txt_photo"] {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det [class*="box_photo_txt"], .main_news_det [class*="box_txt_photo"] {
    --photo: 100;
    --text: 100;
  }
}
.main_news_det [class*="box_photo_txt"] .photo, .main_news_det [class*="box_txt_photo"] .photo {
  width: calc(var(--photo) / 100 * 100%);
}
@media only screen and (max-width: 767px) {
  .main_news_det [class*="box_photo_txt"] .photo, .main_news_det [class*="box_txt_photo"] .photo {
    order: -1;
  }
}
.main_news_det [class*="box_photo_txt"] .photo img, .main_news_det [class*="box_txt_photo"] .photo img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.main_news_det [class*="box_photo_txt"] .box_txt, .main_news_det [class*="box_txt_photo"] .box_txt {
  width: calc(var(--text) / 100 * 100%);
}
@media only screen and (max-width: 767px) {
  .main_news_det [class*="box_photo_txt"] .box_txt, .main_news_det [class*="box_txt_photo"] .box_txt {
    margin-top: 2em;
  }
}
.main_news_det [class*="box_photo_txt"] .box_txt .txt, .main_news_det [class*="box_txt_photo"] .box_txt .txt {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_photo_txt2, .main_news_det .box_txt_photo2 {
    --photo: 30;
    --text: 65;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_photo_txt2, .main_news_det .box_txt_photo2 {
    --photo: 100;
  }
  .main_news_det .box_photo_txt2 img, .main_news_det .box_photo_txt2 span, .main_news_det .box_txt_photo2 img, .main_news_det .box_txt_photo2 span {
    max-width: 70%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.main_news_det .box_txt_photo .box_txt, .main_news_det .box_txt_photo2 .box_txt {
  order: -1;
}
.main_news_det .box_slider .swiper-slide img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.main_news_det .box_movie iframe {
  aspect-ratio: 560 / 315;
  object-fit: cover;
  width: 100%;
  border: none;
}
.main_news_det .box_txt_txt {
  --txt: 100;
  --margin: 4;
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_txt_txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_txt_txt {
    --margin: 0;
  }
}
.main_news_det .box_txt_txt .box_txt {
  width: calc(var(--txt) / 100 * 100%);
}
.main_news_det .box_txt_txt .box_txt:nth-child(2) {
  margin-left: calc(var(--margin) / 100 * 100%);
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_txt_txt .box_txt:nth-child(2) {
    margin-top: .5em;
  }
}
.main_news_det .box_txt_txt .box_txt .txt {
  margin-top: 0;
  margin-bottom: 0;
}
.main_news_det .box_st {
  margin-bottom: 0;
}
.main_news_det .box_st + * {
  margin-top: calc(var(--base-margin) * .2);
}
.main_news_det .box_sns {
  margin-top: 0.83rem;
  display: flex;
  justify-content: center;
}
.main_news_det .box_sns li {
  line-height: 1;
}
.main_news_det .box_sns li:not(:first-child) {
  margin-left: 0.83rem;
}
.main_news_det .btn, .main_news_det .txt_link {
  margin-bottom: 0;
}
.main_news_det .btn.align_c, .main_news_det .txt_link.align_c {
  display: flex;
  justify-content: center;
}
.main_news_det + .btn, .main_news_det .txt_link {
  margin-top: calc(var(--base-margin) * -1 * .5);
  margin-bottom: 0;
}
.main_news_det .box_pager {
  border-top: 1px solid var(--color-sub01);
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager {
    margin-top: 6rem;
  }
}
.main_news_det .box_pager > * a {
  display: flex;
  text-decoration: none;
  border: 1px solid var(--color-text04);
  padding: .25em 1em;
  transition: ease-out .3s color, ease-out .3s background;
}
@media only screen and (min-width: 768px) {
  .main_news_det .box_pager > * a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager > * a {
    font-size: 0.92rem;
  }
}
.mouse .main_news_det .box_pager > * a:hover, .touch .main_news_det .box_pager > * a.touchstart {
  color: white;
  background: var(--color-text04);
}
.touch .main_news_det .box_pager > * a {
  -webkit-tap-highlight-color: transparent;
}
.touch .main_news_det .box_pager > * a.touchend {
  transition-delay: 200ms;
}
.main_news_det .box_pager .btn_prev a::before {
  content: "\f3d0";
  font-family: "Ionicons";
  display: flex;
  transform: rotate(90deg);
  margin-right: .5em;
}
.main_news_det .box_pager .btn_list {
  margin-right: 1em;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .main_news_det .box_pager .btn_list {
    margin-right: .5em;
    margin-left: .5em;
  }
}
.main_news_det .box_pager .btn_next a::after {
  content: "\f3d0";
  font-family: "Ionicons";
  display: flex;
  transform: rotate(-90deg);
  margin-left: .5em;
}

.side {
  --bdc: var(--color-line);
  --bd: 1px solid var(--bdc);
}
.side .box_side + .box_side {
  margin-top: 3em;
}
.side .box_side .st {
  font-size: 1.33rem;
  line-height: calc(42/26);
  font-weight: 400;
}
.side .box_side ul li > a, .side .box_side ul li > .accordion, .side .box_side ol li > a, .side .box_side ol li > .accordion {
  cursor: pointer;
  position: relative;
  display: flex;
  text-decoration: none;
  --ic: 2rem;
  --padtb: 1em;
  --padr: 1em;
  --padl: .5em;
  transition: background-color .3s ease-out;
  padding: var(--padtb) var(--padr) var(--padtb) var(--padl);
}
@media only screen and (max-width: 767px) {
  .side .box_side ul li > a, .side .box_side ul li > .accordion, .side .box_side ol li > a, .side .box_side ol li > .accordion {
    --padtb: .75em;
  }
}
.side .box_side ul li > a::before, .side .box_side ul li > .accordion::before, .side .box_side ol li > a::before, .side .box_side ol li > .accordion::before {
  width: var(--ic);
  content: "\f3d0";
  font-family: "Ionicons";
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.side .box_side ul li > a:hover, .side .box_side ul li > .accordion:hover, .side .box_side ol li > a:hover, .side .box_side ol li > .accordion:hover {
  background: var(--color-bg03);
}
.side .box_side ul li > a span, .side .box_side ul li > .accordion span, .side .box_side ol li > a span, .side .box_side ol li > .accordion span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  overflow: hidden;
  width: calc(100% - var(--ic) - 1em);
}
.side .box_side ul li .accordion::before, .side .box_side ol li .accordion::before {
  transform: none;
  content: '\f48a';
}
.side .box_side ul li .accordion[aria-expanded="true"]::before, .side .box_side ol li .accordion[aria-expanded="true"]::before {
  content: '\f463';
}
.side .box_side .box_new, .side .box_side .box_cate {
  margin-top: .75em;
}
.side .box_side .box_new li, .side .box_side .box_cate li {
  border-top: var(--bd);
}
.side .box_side .box_new li:last-child, .side .box_side .box_cate li:last-child {
  border-bottom: var(--bd);
}
.side .box_side .box_mon {
  margin-top: .75em;
}
.side .box_side .box_mon > li {
  border-top: var(--bd);
}
.side .box_side .box_mon > li:last-child {
  border-bottom: var(--bd);
}
.side .box_side .box_mon ol li a {
  --padtb: 0;
}
@media only screen and (max-width: 767px) {
  .side .box_side .box_mon ol li a {
    --padtb: .5em;
  }
}
