@charset "UTF-8";
/* CSS Document */
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}
@media not screen and (max-width: 48em) {
    :root {
        --rem: 16;
        --pd: calc(40 * var(--1rem) / var(--rem));
        --w: 12.8
    }
}
@media (min-width: 80em) {
    :root {
        --1rem: calc(var(--rem) * 1px);
        --pd: calc((100cqi - 1200px)/2)
    }
}

.re-stretch_page {
  width: 100%;
  padding: 0;
  margin: 0;
}

#mainHeader,
#d-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#ctg-list {
    padding-top: 0;
}

.visuallyhidden {
  display: none;
  visibility: hidden;
}

/************************************
MV
************************************/
.mv-video {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;

}

.mv-video .header-logo {
  position: absolute;
  width: min(calc(212/750*100%),212px);
  top: 57px;
  left: 68px;
}
@media (max-width: 750px){
  .mv-video .header-logo {
    position: absolute;
    width: min(calc(212/750*100%),212px);
    top: 5%;
    left: 5%;
  }
}
.mv-video video {
  width: 100%;
  height: auto;
}

@media (max-width: 750px){
  .mv-video video {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 570;
    object-fit: cover;
    overflow: hidden;
  }
}
/************************************
gnav
************************************/
/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin: 20px;
  z-index: 1001;
  transition: transform 0.3s ease;
  position: fixed;
  top: 10px;
  right: 10px;
}
.hamburger span {
  display: block;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: 0.4s;
}


/* Xに変化 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay.active {
  display: block;
  opacity: 1;
}

/* ナビゲーション */
.global-nav {
  position: relative;
  display: inline-block;
  margin-bottom: 80px;
  
}

.nav-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #000;
  width: 0;
  transition: width 1s ease-out;
}

.nav-underline.active {
  width: 100%;
}
.g-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: min(calc(80/750*100vw),80px);
  padding-left: 80px;
  padding-right: 25px;
  font-size: min(calc(20/750*100vw),20px);
  height: 80px;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .g-nav {
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 300px;
    height: 100vh;
    padding: 120px 20px 0;
    background: rgba(117,119,122,0.8);
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    transform: translateX(100%);
    z-index: 1000;
    color: #fff;
    gap: calc(120/750*100vw);
  }
  .g-nav a {
    font-size: 5.33vw;
  }
  .g-nav.active {
    transform: translateX(0%);
  }

  .nav-underline {
    display: none;
  }
}
/************************************
リール
************************************/
.reel-area  {
  margin-top: 80px;
  margin-bottom: 260px;
}
@media (max-width: 750px) {
  .reel-area  {
    margin-top: 0;
  }
}
.reel-area .swiper-container {
  width: 100%;
  padding: 20px 0;
  position: relative;
  overflow: visible;
}

.reel-area .notes {
  font-size: 14px;
  max-width: 100%;
  margin: 0 50px 0 auto;
  text-align: right;
}
@media (max-width: 750px) {
  .reel-area .notes {
    font-size: 14px;
    text-align: center;
    max-width: 100%;
    margin: 50px auto;
  }
}
/*
.reel-area .swiper-container,
.reel-area .swiper-wrapper,
.reel-area .swiper-slide {
  width: 100%;
  height: 100%;
}
*/
/*
.reel-area .swiper-wrapper {
  padding-right: 300px;
}
.reel-area .swiper-slide {
  
  display: flex;
  justify-content: center;
  width: auto;
  aspect-ratio: 9 / 18!important;
  display: flex;
  align-items: stretch;
  object-fit: cover;
  overflow: hidden;
  margin: 0 10px;
}
@media (min-width: 751px) {
  .reel-area .swiper-slide {
    width: 256px!important;
    flex: 0 0 256px;
  }
}


@media (max-width: 750px) {
  .reel-area .swiper-slide {
    margin: 0;
    width: auto;
  }
}

.reel-area .swiper-slide iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-width :365px !important;
  margin-top: -56px;
  object-fit: cover;
}


*/

.reel-swiper-pagination {
  position: absolute;
  right: auto;
  bottom: -30px!important;
  width: 120px;
  text-align: center;
}
@media (max-width: 750px) {
  .reel-swiper-pagination {
    bottom: -22px!important;
    right: 20px
  }
}

.reel-area .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.reel-area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.reel-area .swiper-pagination-bullet-active {
  background-color: #333;
}


.reel-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45%;
  display: flex;
  justify-content: space-between;
  width: 80%;
  height: auto;
  z-index: 9;
}
@media (max-width: 750px) {
  .reel-arrow {
    position: absolute;
    right: 0;
    top: auto;
    bottom: -35px!important;
    
  }
}

.reel-arrow .swiper-button-next, 
.reel-arrow .swiper-button-prev {
  position: static;
}
.reel-arrow .swiper-button-next:after, 
.reel-arrow .swiper-button-prev:after {
  color: #333;
  font-size: 33px;
}
@media (max-width: 750px) {
  .reel-arrow .swiper-button-next:after, 
  .reel-arrow .swiper-button-prev:after {
    font-size: 5vw;
    font-weight: bold;
  }
}


/* swiper-slideの画像調整 */
.reel-slider .swiper-slide {
  width: 180px;
  height: auto;
  cursor: pointer;
}
.reel-slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* モーダルスタイル */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  position: relative;
  background: #fff;
  padding: 10px;
  max-width: 90vw;
  max-height: 90vh;
  box-sizing: border-box;
}
.modal-content iframe {
  width: 300px;
  height: 480px;
  border: none;
}
.modal-close {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 30px;
  cursor: pointer;
  color: #000;
}




/************************************
コンセプト
************************************/
.concept {
  padding-top: 200px;
  margin-top: -200px;
}
@media (max-width: 750px) {
  .concept  {
    padding-top: 80px;
    margin-bottom: 300px;
  }
}
.concept .col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto 160px;
  padding: 0 8.33%;
}
@media (max-width: 750px) {
  .concept .col2 {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto 160px;
    padding: 0;
  }
}
.concept .concept-text-block {
  width: 40.83%;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  .concept .concept-text-block {
    width: 100%;
    padding: 0 8.33% 10%;
  }
}
.concept .concept-text-block .concept-ttl {
  font-size: min(calc(36/1300*100vw),36px);
  margin-bottom: 48px;
}
@media (max-width: 750px) {
  .concept .concept-text-block .concept-ttl {
    font-size: min(calc(43/750*100vw),36px);
    margin-bottom: 48px;
  }
}
.concept .concept-text-block .concept-txt {
  font-weight: 300;
  line-height: 2.25;
}
.concept .concept-img-block {
  width: 56.67%;
  position: relative;
  padding-bottom: 7.5%;
}
@media (max-width: 750px) {
  .concept .concept-img-block {
    width: 100%;
    position: relative;
    padding-bottom: 26.5%;
    
  }
  .concept .concept-img-block .concept-img01 {
    width: 85.33%;
    margin: 0 0 0 auto;
  }
}
.concept .concept-img-block .concept-img02 {
  position: absolute;
  bottom: 0;
  left: -45%;
  width: 65.79%;
}
@media (max-width: 750px) {
  .concept .concept-img-block .concept-img02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74.67%;
  }
}

/************************************
EXPERT
************************************/
.expert {
  padding: 0; 
  margin: 160px 0 380px;
  position: relative;
}
@media (max-width: 750px) {
  .expert  {
    margin-top: -100px;
    padding-top: 0;
    margin-bottom: 320px;
  }
}
.expert:before {
  content: 'EXPERT';
  position: absolute;
  font-size: 130px;
  font-weight: bold;
  top: -130px;
  left: -12px;
  color: #dadbdb;
}
.expert:after{
  content: 'EXPERT';
  position: absolute;
  font-size: 130px;
  font-weight: bold;
  top: auto;
  bottom: -130px;
  left: auto;
  right: -12px;
  color: #dadbdb;
  transform: scale(-1, -1);
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 750px){
  .expert:before,
  .expert:after {
    font-size: 13vw;
    top: -15vw;
    left: -6px;
  }
  .expert:after  {
    bottom: -15vw;
    right: -6px;
  }

}

.expert .bg-gray{
  width: 100%;
  margin: 0;
  position: relative;
  background-color: #dadbdb;
  transform: skewY(-10deg);
}

.expert .bg-gray > * {
  transform: skewY(10deg);
}
.expert .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
 .expert .inner {
    padding: 0;
  } 
}
.expert .expert-block{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.expert .expert-block:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 750px){
  .expert .expert-block,
  .expert .expert-block:nth-child(2) {
    flex-direction: column;
  }
  .expert .expert-block:nth-child(2) {
    margin-top: 12vw;
    padding-bottom: 26vw;
  }
}


.expert .expert-text-block {
  width: 62%;
  padding-top: 80px;
  font-weight: 400;
}

.expert .expert-block:nth-child(2) .expert-text-block {
  width: 69.17%;;
}
@media (max-width: 750px) {
  .expert .expert-text-block,
  .expert .expert-block:nth-child(2) .expert-text-block{
    width: 85.33%;
    padding-top: 3vw;
    margin: 0 auto;
  }
}
.expert .expert-text-block .expert-title {
  font-size: 42px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .expert .expert-text-block .expert-title {
    font-size: 6.53vw;
    position: relative;
    margin-bottom: 30px;
  }
}
.expert .expert-text-block .expert-title:after {
  content: '';
  height: 2px;
  width: 1000%;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.expert .expert-text-block .expert-title.border-l:after{
  content: '';
  height: 2px;
  width: 1000%;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: auto;
  right: 0;
}
@media (max-width: 750px) {
  .expert .expert-text-block .expert-title:after,
  .expert .expert-text-block .expert-title.border-l:after {
    content: '';
    height: 2px;
    width: 1000%;
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: auto;
    right: 0;
  }
}

.expert .expert-text-block .expert-name .sub {
  font-size: 18px;
  font-feature-settings: "palt";
  margin-bottom: .5em;
}
@media (max-width: 750px) {
  .expert .expert-text-block .expert-name .sub {
    font-size: 3.2vw;
  }
}
.expert .expert-text-block .expert-name .name {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .expert .expert-text-block .expert-name .name {
    font-size: 5.6vw;
    margin-bottom: 1em;
  }
}
.expert .expert-text-block .expert-txt{
  font-size: 16px;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  .expert .expert-text-block .expert-txt{
    font-size: 3.73vw;
    line-height: 2;
  }
}
.expert .expert-text-block .notes {
  font-size: 14px;
  margin-top: 1em;
}
@media (max-width: 750px) {
  .expert .expert-text-block .notes {
    font-size: 2.93vw;
    margin-top: 1em;
    line-height: 1.636;
  }
}
.expert .expert-text-block sup {
  font-size: 50%;
  vertical-align: text-top;
}
.expert .expert-block .flex {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}

.expert .expert-block .flex.a-fs {
  align-items: flex-start;
  margin-top: 30px;
}
@media (max-width: 750px)  {
  .expert .expert-block .flex.a-fs {
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0px;
  }
}
.expert .expert-sns,
.expert .expert-books {
  gap: 30px;
  
}
@media (max-width: 750px) {
  .expert .expert-books.flex {
    width: 38.67vw;
    gap: 10px;

  }
}
.expert .expert-sns .sns-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #75777a;
  color: #fff;
  width: 200px;
  height: 40px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 750px) {
  .expert .expert-sns.flex {
    flex-direction: column;
    gap: 10px;
  }
  .expert .expert-sns .sns-btn {
    width: 26.67vw;
    height: auto;
    aspect-ratio : 100/20;
    font-size: 2.8vw;
    padding: 1px 0 3px;
  }
}
.expert .expert-sns .sns-btn:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 750px)  {
  .expert .expert-sns .sns-btn:before {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}
.expert .expert-books li{
  width: 105px;
}
@media (max-width: 750px) {
  .expert .expert-books li{
    width: 17.6vw;
  }
}
.expert .expert-img01 {
  width: 38%;
}

.expert .expert-img01 img {
  width: 86.96%;
}
.expert .expert-img02 {
  margin-top: 180px;
  width: 31.58%;
}
@media (max-width: 750px) {
  .expert .expert-img01,
  .expert .expert-img02 {
    width: 60%;
    margin: 0 auto;
  }
  .expert .expert-img01 img {
    width: 100%;
  }

}
/************************************
LINE UP
************************************/

.lineup {
  padding-top: 160px;
  margin-top: -260px;
  margin-bottom: 320px;
}
@media (max-width: 750px) {
  .lineup  {
    margin-top: -160px;
    padding-top: 0;
    margin-bottom: 320px;
  }
}
.lineup .inner {
  position: relative;
}
@media (max-width: 750px) {
  .lineup .inner {
    padding: 0 0 0 7.33vw;

  }
} 



.h2-title {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}
.h2-title:before {
  content: '';
  width: 1000%;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.h2-title > p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.h2-title .en {
  font-size: 32px;
}
@media (max-width: 750px) {
  .h2-title .en {
    font-size: 5.6vw;
  }
}
.h2-title .ja {
  font-size: 16px;
}
@media (max-width: 750px) {
  .h2-title .ja {
    font-size: 2.67vw;
  }
}



.swiper-over {
  overflow: hidden;
  height: 600px;
}
@media (max-width: 750px) {
  .swiper-over {
    height: 115vw;
  }
} 
.lineup-list {
  width: 120%;
  margin: 0 auto 0 0;
  
}

.lineup-list .swiper-slide {
  opacity: .3;
  transform-origin: top center !important;
  transform: scale(.81);
  transition: .7s;
}
@media (max-width: 750px) {
  .lineup-list .swiper-slide {
    width: 72vw;
  }
}
.lineup-list .swiper-slide .txt-area {
  display: none;
}
.lineup-list .swiper-slide img {
  height: auto;
  width: 100%;
}
.lineup-list .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.lineup-list .swiper-slide-active .txt-area {
  display: block;
  margin-top: 20px;
}
.lineup-list .swiper-slide-active .txt-area .name {
  background: #75777a;
  font-size: 18px;
  padding: 1px 13px 3px;
  display: inline;
  color: #fff;
}
.lineup-list .swiper-slide-active .txt-area .txt {
  font-size: 14px;
  margin-top: 1em;
}
@media (max-width: 750px) {
  .lineup-list .swiper-slide-active .txt-area .txt {
    font-size: 3.73vw;
    margin-top: 1em;
  }
}
.lineup-arrow {
  position: absolute;
  right: 0;
  top: 36px;
  display: flex;
  justify-content: flex-end;
  width: 120px;
  gap: 80px;
}
@media (max-width: 750px) {
  .lineup-arrow {
    position: absolute;
    right: 4.5vw;
    top: 30px;
    display: flex;
    justify-content: flex-end;
    width: 120px;
    gap: 30px;
  }
}

.lineup-arrow .swiper-button-next, 
.lineup-arrow .swiper-button-prev {
  position: static;
}
.lineup-arrow .swiper-button-next:after, 
.lineup-arrow .swiper-button-prev:after {
  color: #333;
  font-size: 33px;
}
@media (max-width: 750px) {
  .lineup-arrow .swiper-button-next:after, 
  .lineup-arrow .swiper-button-prev:after {
    font-size: 5vw;
    font-weight: bold;
  }
}
.line-up-swiper-pagination {
  position: absolute;
  right: 0;
  left: auto;
  top: 650px!important;
  width: 120px;
  text-align: right;
}
@media (max-width: 750px) {
  .line-up-swiper-pagination {
    bottom: -50px!important;
    padding-right: 7.33vw;
    top: 130vw!important;
  }
}
.lineup .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.lineup .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.lineup .swiper-pagination-bullet-active {
  background-color: #333;
}



/************************************
NEWS
************************************/
.news {
  margin-top: -160px;
  margin-bottom: 320px;
}
@media (max-width: 750px) {
  .news  {
    
    
  }
}
@media (max-width: 750px) {
  .news .inner {
    padding: 0;
  }
  .news .h2-title {
    padding-left: 7.33vw;
  }
}
.title_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.btn_seelist {
  display: block;
  position: relative;
  background: #75777a;
  padding: 3px 30px 3px 15px;
  color: #fff;
}
@media (max-width: 750px) {
  a.btn_seelist {
    margin-right: 7.33vw;
    font-size: 2.67vw;
    margin-bottom: 10px;
  }
}
a.btn_seelist:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.news .news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news-list dt {
  width: 15%;
  background: #e6e6e6;
  padding: 10px 50px;
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  .news .news-list dt {
    width: 100%;
    padding: 10px 0 0 20px;
    margin-bottom: 0;
    font-size: 3.2vw;
  }
}
.news .news-list dd {
  width: 85%;
  background: #e6e6e6;
  padding: 10px 30px;
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  .news .news-list dd {
    width: 100%;
    padding: 0 20px 10px ;
    margin-bottom: 2px;
    font-size: 3.47vw;
  }
}

/************************************
コラム
************************************/
.column {
  margin-top: -160px;
  padding-bottom: 160px;
}

@media (max-width: 750px) {
  .column .inner {
    padding: 0;
    
  }
  .column .h2-title {
    padding-left: 7.33vw;
  }
}

.column .swiper-area {
  width: 94%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px){
  .column .swiper-area {
    width: 100%;
  }
}
.column .swiper {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .column .swiper {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .column .swiper {
    padding: 0 3.2rem;
  }
}
/*
@media only screen and (max-width: 750px) {
  .column .swiper {
    overflow: visible;
  }
}
*/

.column .swiper-button-prev, .column .swiper-button-next {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
}
.column .swiper-button-prev::before, .column .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.column .swiper-button-prev::after, .column .swiper-button-next::after {
  border-color: #fff;
  color: #333;
}
.column .swiper-button-prev {
  right: auto;
  left: -3rem;
}
@media only screen and (max-width: 1024px) {
  .column .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}
.column .swiper-button-next {
  left: auto;
  right: -3rem;
}
@media only screen and (max-width: 1024px) {
  .column .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
.column .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
/*
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
*/
  background: #f9f9f9;
}
@media only screen and (min-width: 1025px) {
  .column .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .column .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
/*
    -webkit-box-shadow: var(--box-shadow-hover);
            box-shadow: var(--box-shadow-hover);
*/
  }
  .column .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.column .slide-media img {
   aspect-ratio : 32/23;
   object-fit: cover;
}
.column .slide-content {
  padding: 2vw;
  height: 135px;
}
@media only screen and (max-width: 750px) {
  .column .slide-content {
    height: 114px;
  } 
}
.column .post-date {
  font-size: 14px;
  line-height: 1;
  display: block;
}
.column .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-bottom: 1em;
}
/*
.column .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
*/

.column-swiper-pagination {
  position: absolute;
  right: 0;
  left: auto;
  bottom: -60px!important;
  text-align: center;
}
@media (max-width: 750px) {
  .column-swiper-pagination {
    bottom: -50px!important;
    right: 20px
  }
}
.column .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.column .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.column .swiper-pagination-bullet-active {
  background-color: #333;
}

/************************************
アニメーション
************************************/
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
.fade-up:nth-child(1) { transition-delay: 0s; }
.fade-up:nth-child(2) { transition-delay: 0.3s; }
.fade-up:nth-child(3) { transition-delay: 0.6s; }

.anchor-offset {
  height: 0;
}
