/* ============================================================
  
  /pages/
  このディレクトリのCSSは「ページ特有の特有のスタイル」を
  記述してください。
  
  **our_journey.cssについて**
  本CSSはOUR JOURNEYページ専用CSSです。
  300行を超えるCSSとなる場合は分割を、分割を検討してください。
  
 our_journey.css 内ルール
  
  1. Dress機能、ブロックエディタの詳細CSSで制御できないスタイル、
     ページ個別の内容の内容のみ記述すること。
  2. CMS標準の機能で定義できないもののみ記述を可とする。
  3. **共通化できる内容の記述**は絶対にしないでください。
  
============================================================ */

/* 下部標準機能カルーセル調整用 */
.b-carousel_slide.seamless {
    /* 数字を大きくすると遅く、小さくすると速くなります */
    --duration: 320s !important;
    animation-duration: var(--duration) !important;
}

.a-billboard .site_frame {
  width: 100%;
  max-width: 1200px;
  margin-top: auto;
  margin-bottom: 40px;
}
#a-billboard section {
  width: 553px;
}
h2,
h3,
p {
  position: relative;
  z-index: 4;
}
.c-body {
  width: 100%;
  line-height: 2.8em;
}
.-fadeIn {
  animation-duration: 3s;
}
#a-billboard svg{
	display: block;
}
#a-main h2{
	font-size: 39px;
	letter-spacing: 0.2em;
}
#sub_title h2{
	font-size: 46px;
	letter-spacing: 0.2em;
}
#a-main .c-body{
	font-size: 17.5px;
  letter-spacing: 0.1em;
}
#bk98249445,
#bk98249448{
	z-index: 10;
	position: relative;
}
#bk98249446 {
  overflow: hidden;
  max-width: 780px;
}
a.btn-default{
	width: 300px !important;
	font-size: 16px;
	padding-right: 6px !important;
}

#bk98249446 .column .c-body {
  width: 1440px;
}
#bk98249455,
#bk98255880 {
  max-width: 100%;
}

/*--------------------
Snow Falling
--------------------*/
.snow {
  position: relative;
  width: 100%;
  height: auto;
  pointer-events: none;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170%;
  z-index: 2;
  @media (width <=1400px) {
    top: -15px;
  }
}

#asahiyama-frame {
  height: 400px;
  overflow: hidden;
  position: relative;
  opacity: 0; /* 最初は非表示 */
  margin: 0 auto;
  z-index: 1;
}
.asahiyama-landscape {
  width: 1280px; /* 枠の2倍くらい横長 */
  height: 400px;
  object-fit: cover;
  filter: grayscale(100%);
  transform: translateX(0);
}
.color-image {
  object-fit: cover;
  filter: grayscale(100%); /* 初期状態は白黒 */
  transition: filter 0.3s linear;
}

#bk98218717 .c-right {
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

#Our_Philosophy_btn a {
  border: solid 1px #000000;
  margin: 0 auto;
  padding-left: 80px;
  padding-top: 25px;
  padding-bottom: 15px;
  display: block;
  max-width: 570px;
  line-height: 1.8em;
  font-weight: 600;
}
svg#Our_Philosophy {
  width: 400px;
}
svg#arrow {
  width: 18px;
  margin-bottom: -1px;
  margin-left: 4px;
}

/* スライド */
* {
  --swiper-navigation-size: 22px;
}
#bk98249454 .column {
  position: relative;
}
.swiper-slide {
  display: flex;
}
.swiper-slide .c-none {
  width: 50%;
  padding-right: 0;
  flex-shrink: 0;
}
.swiper-slide .modal__slide_text {
  width: auto;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 85px 40px 55px;
}
#a-main .swiper-slide .modal__slide_text h3 {
  margin-bottom: 10px;
  letter-spacing: 0.36em;
  font-size: 20px;
}
#a-main .swiper-slide .modal__slide_text .c-right {
  margin-bottom: 0;
  margin-top: auto;
}
#a-main .swiper-slide .modal__slide_text .c-body {
	font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.4px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#a-main .swiper-slide .modal__slide_text .c-right a.btn-default {
  margin-bottom: 0;
}
#a-main .swiper-button-next,
#a-main .swiper-button-prev {
  color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.swiper-button-next {
  right: 10px;
  left: auto;
}
.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  background-image: url(../../../_userdata/icon/slide_arrow.svg);
  width: 45px;
  height: 45px;
  right: 0;
  left: 0;
  transform: none;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-pagination {
  display: none;
}

/* カルーセル */
#bk98488112 {
  --space-custom: auto;
  max-width: 100%;
}
#carousel01_pc {
  display: grid;
  height: 360px;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 16px;
}
#carousel01_pc.g-column:before,
#carousel01_pc.g-column:after {
  display: none;
}
#carousel01_pc .column {
  display: flex;
  overflow: hidden;
  width: 100%;
}
#carousel01_pc img,
#carousel01_pc source,
#carousel01_pc video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#carousel01_pc .-column3 img,
#carousel01_pc .-column3 source {
  width: 100%;
}
#carousel01_pc .b-carousel .b-carousel_slide.seamless {
  /*animation: none;*/
}
#carousel01_pc .b-carousel .b-carousel_slide_wrap .column {
  min-width: fit-content !important;
}
#carousel01_pc .b-carousel .b-carousel_slide_wrap .column .c-body {
  width: max-content;
}

	.b-carousel_slide .column {
	 min-width: fit-content !important;
    width: auto;
	}
	.b-carousel_slide .column .c-body {
	  width: max-content;
	}
	#.b-carousel_slide .c-img picture{
		display: inline-flex;
	}
	


	
@media screen and (max-width: 1200px){
	/* スライド */
	#a-main .swiper-slide{
		flex-direction: column;
		height: auto;
	}
	#a-main .swiper-slide .c-none,
	#a-main .swiper-slide .modal__slide_text{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 641px) {
  .a-billboard .site_frame {
    margin-bottom: 5px;
  }
  .a-billboard .site_frame .c-body {
    line-height: 0;
  }
  .a-billboard .site_frame .c-body {
    line-height: 0;
  }
	#a-billboard svg{
		width: 95%;
	}
  #a-main h2 {
    font-size: 1.5em;
    letter-spacing: 0.09em;
  }
  #bk98379853 h2 {
    font-size: 28px;
    letter-spacing: 0.09em;
  }
  #a-main .c-body {
    line-height: 1.8em;
    font-size: 16px;
  letter-spacing: 0;
  }

  /* 雪 */
  #bk98249516 {
    width: 100%;
    top: -300px !important;
  }
  #snow {
    overflow: hidden;
  }
  #snow .snow1,
  #snow .snow2 {
    width: 200%;
  }

  #a-billboard section {
    width: 100%;
  }
  #bk98203318.b-plain > .column,
  #bk98210377.b-plain > .column {
    padding: 0;
  }
  #bk98218717 .c-right {
    position: relative;
  }

  #Our_Philosophy_btn a {
    padding-left: 5%;
    padding-right: 5%;
  }
  svg#Our_Philosophy {
    width: 100%;
  }

  #asahiyama-frame {
    width: 100%;
    height: 275px;
  }
  .asahiyama-landscape {
    width: 1000px; /* 枠の2倍くらい横長 */
    height: 310px;
  }
  /* ボタン位置 */
  #bk98249453 .c-body,
  #bk98249459 .c-body {
    text-align: center;
  }
  /* スライド */
  .swiper-slide {
    flex-direction: column;
    height: auto;
  }
  .swiper-slide .c-none {
    width: 100%;
  }
  .swiper-slide .modal__slide_text {
    padding: 30px;
    height: 100%;
  }
  .swiper-slide .modal__slide_text h3 {
    font-size: 16px;
  }
  .swiper-slide .modal__slide_text .c-body {
    font-size: 14px;
  }
  .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 10px;
  }
  .swiper-pagination-bullet-active {
    background-color: #000000;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  /* カルーセル */
  .b-carousel .b-carousel_slide.seamless {
    animation: var(--duration) linear 0s infinite none running seamlessCarousel;
  }
	.b-carousel_slide .c-img{
		height: 195px;
	}
	.b-carousel_slide .c-img img,
	.b-carousel_slide .c-img source,
	.b-carousel_slide video{
		object-fit: cover;
		height: 195px;
		width: unset;
	}
}































