@charset "UTF-8";

#st250528KEITAMARUYAMA {
  --white: #fff;
  --black: #000;
  --font-ja: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  --font-acumin: "acumin-pro", sans-serif;
  --font-poppins: "poppins", sans-serif;
  --fw-ex-light: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  --pc-width: 1400; /*PCデザイン幅*/
  --sp-width: 750; /*SPデザイン幅*/
  --pc-artboard-width: 480; /*SP共通デザイン幅*/
  --sp-artboard-width: 700; /*PC共通デザイン幅*/
  --formula: calc(var(--variable) * var(--ratio)); /*SP→PC 可変設定*/
  --formula_pc: calc(var(--variable) * 1); /*PC 1400以上は固定*/
}

/* PC画面幅 1400px以上 固定 */
@media (min-width: 1401px) {
  #st250528KEITAMARUYAMA {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: 1px; /* 固定値（可変しない） */
  }
}
/* PC画面幅 768～1400px 可変 */
@media (min-width: 768px) and (max-width: 1400px) {
  #st250528KEITAMARUYAMA {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
/* SP画面幅 767px以下 可変 */
@media (max-width: 767px) {
  #st250528KEITAMARUYAMA {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}

/*
font-family: acumin-pro, sans-serif;
font-weight: 200;
font-style: normal; */

@media only screen and (min-width: 768px) {
  #st250528KEITAMARUYAMA .look__wrapper{
    /* max-width: 140rem;
    margin-top: 3.8rem; */
    margin-right: auto;
    margin-left: auto;
  }
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: "palt"; 
}

* > #st250528KEITAMARUYAMA {
  font-family: var(--font);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow: clip; */
}
/* 
html {
  font-size: 62.5%;
} */

.main-area {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .main-area {
    padding-top: calc(175*(100vw / 750));
  }

  .main-area .main-inner{
    padding-left: 0;
    padding-right: 0;
  }

  .footer{
    padding-top: 0;
  }
}
/*----------共通設定 tablet----------*/
/* @media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
} */
/*----------共通設定 sp----------*/
/* @media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
} */
/*----------LP normalize SP----------*/
#st250528KEITAMARUYAMA {
  font-family: var(--font);
  background-color: var(--white);
}

@media only screen and (max-width: 767px) {
  /*----------layout sp----------*/
  #st250528KEITAMARUYAMA {
    /* overflow: hidden; */
    overflow-x: clip;
    margin-top: calc(20*(100vw / 750));
    background-color: #fff;
    border: none;
    font-family: var(--font);
  }

}

#st250528KEITAMARUYAMA * {
  box-sizing: border-box;
}

#st250528KEITAMARUYAMA img {
  height: auto;
  opacity: 1;
  width: 100%;
}

#st250528KEITAMARUYAMA li{
  display: inline;
}

#st250528KEITAMARUYAMA a {
  display: inline;
  text-decoration: none;
  color: #000000;
}

#st250528KEITAMARUYAMA .sec_item a{
  display: inline-block;
}

#st250528KEITAMARUYAMA a:hover{
  transition: .3s;
  opacity: .7;
}

#st250528KEITAMARUYAMA p{
  color: #000000;
}

#st250528KEITAMARUYAMA img,
#st250528KEITAMARUYAMA picture,
#st250528KEITAMARUYAMA video{
  display: inline-block;
  width: 100%;
  height: auto;
}

#st250528KEITAMARUYAMA p,
#st250528KEITAMARUYAMA ul,
#st250528KEITAMARUYAMA ol,
#st250528KEITAMARUYAMA dl {
  margin: 0;
  list-style: none;
}

#st250528KEITAMARUYAMA span{
  display: inline-block;
}

/*============ ▼ 共通部分 ▼ ============*/

#st250528KEITAMARUYAMA .imgWrap{
  background: #fff;
  position: relative;
}

#st250528KEITAMARUYAMA .gridArea{
  display: grid;
}


@media only screen and (max-width: 767px) {
  .main-area .main-inner{
    padding: 0;
  }
  #st250528KEITAMARUYAMA .sp_only {
    display: block;
  }
  #st250528KEITAMARUYAMA .pc_only {
    display: none;
  }

}

@media screen and (min-width: 768px) {
  /* #st250528KEITAMARUYAMA {
    --width-primary: 140rem;
    --fz-text_title: 3rem;
    --fz-text_sectitle: 2.5rem;
    --fz-text_subtitle: 2.1rem;
    --fz-text_lead: 1.4rem;
    --fz-text_credit: 1.4rem;
    --fz-text_end: 4.2rem;
  } */

  #st250528KEITAMARUYAMA .sp_only{
    display: none;
  }

  #st250528KEITAMARUYAMA .pc_only{
    display: block;
  }

}
/*
@media screen and (max-width: 767px) {
  #st250528KEITAMARUYAMA {
    --width-primary: calc(750*100vw/750);
    --fz-text_title: calc(42*(100vw / 750));
    --fz-text_sectitle: calc(36*(100vw / 750));
    --fz-text_subtitle: calc(34*100vw/750);
    --fz-text_lead: calc(22*100vw/750);
    --fz-text_credit: calc(22*100vw/750);
    --fz-text_end: calc(48*(100vw / 750));
  }
} */
/*
//////////////////////////////////////////////////////////////////////////////////////////////
credit
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#st250528KEITAMARUYAMA .crdt__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: left;
  flex-wrap: nowrap;
  row-gap: calc(15 * var(--formula));
  margin: calc(39 * var(--formula)) 0 0  calc(40 * var(--formula));
}



#st250528KEITAMARUYAMA .sec01 .crdt__wrapper,
#st250528KEITAMARUYAMA .sec04 .crdt__wrapper,
#st250528KEITAMARUYAMA .sec07 .crdt__wrapper,
#st250528KEITAMARUYAMA .sec08 .crdt__wrapper{
  margin-left: 0;
}


#st250528KEITAMARUYAMA .crdt,
#st250528KEITAMARUYAMA .crdt a {
  font-size: calc(20 * var(--formula));
  word-spacing: calc(3*(100vw / 750));
  font-family: var(--font-acumin);
  font-style: italic;
  white-space: nowrap;
  letter-spacing: 0.025em;
  line-height: 1;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
 pc 固定
//////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen and (min-width: 768px) {
  #st250528KEITAMARUYAMA .flex-wrapper{
    display: flex;
    align-items: flex-start;
  }

  #st250528KEITAMARUYAMA .mvWrap__img{
    position: relative;
    /* height: calc(100vh - 5rem); */
    margin: 0 auto;
    overflow: hidden;
  }

  #st250528KEITAMARUYAMA .mvWrap__img img{
    height: 100vh;
    object-position: center center;
    display: block;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .flex__item{
    width: 50%;
  }

  .contents_left{
    position: sticky;
    top: calc(50 * var(--formula));
  }

  .contents_right{
    width: 100%;
    max-width: 48rem;
    margin: 0 auto;
    overflow-x: clip;
  }

}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
mv
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  #st250528KEITAMARUYAMA .mv_logo {
    width: 44.85167rem;
    margin: 14.5rem auto 9.4rem;
  }
}

@media screen and (max-width: 767px) {
  #st250528KEITAMARUYAMA .mvWrap__img {
    width: calc(715.2546 * var(--formula));
    margin: 0 0 calc(150 * var(--formula)) auto;
  }
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
sec
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#st250528KEITAMARUYAMA .swiper-wrapper,
#st250528KEITAMARUYAMA .sec_img{
  overflow: hidden;
}

.sec:not(.sec08){
  margin-bottom: calc(200 * var(--formula));
}

/*============ ▼ sec01 ▼ ============*/
.sec01 .sec_img__cont01{
  position: relative;
  margin-bottom: calc(405 * var(--formula));
  z-index: 1;
}

.sec01 .img02{
  position: absolute;
  width: calc(350 * var(--formula));
  left: 0;
  bottom: calc(-465 * var(--formula));
  z-index: 10;
}

.sec01 .sec_img__cont02{
  position: relative;
  z-index: 10;
  width: calc(540 * var(--formula));
  margin: 0 calc(30 * var(--formula)) 0 auto;
}

.sec01 .crdt__wrapper{
  margin-left: 0;
}

/*============ ▲ sec01 ▲ ============*/

/*============ ▼ sec02 ▼ ============*/
#st250528KEITAMARUYAMA .sec02 .crdt__wrapper{
  margin-top: calc(41 * var(--formula));
}

/*============ ▲ sec02 ▲ ============*/

/*============ ▼ sec03 ▼ ============*/
.sec03 .img07{
  width: calc(510 * var(--formula));
  margin: calc(80 * var(--formula)) 0 0 auto;
}

.sec03 .img08{
  width: calc(570 * var(--formula));
  margin: 0 auto 0 0;
}

/*============ ▲ sec03 ▲ ============*/

/*============ ▼ sec04 ▼ ============*/
.sec04 .img09{
  width: calc(700 * var(--formula));
  margin: 0 auto calc(80 * var(--formula)) 0;
}

.sec04 .sec_img__cont01{
  width: calc(630 * var(--formula));
  margin: 0 0 0 auto;
}

#st250528KEITAMARUYAMA .sec04 .crdt__wrapper {
  margin-top: calc(42 * var(--formula));
}

/*============ ▲ sec04 ▲ ============*/

/*============ ▼ sec05 ▼ ============*/
.sec05 .sec_img__cont01{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(1125 * var(--formula));
  background-image: url(../img/img11_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.sec05 .img11{
  width: calc(440 * var(--formula));
  /* margin: 0 auto; */
}

#st250528KEITAMARUYAMA .sec05 .crdt__wrapper{
  margin-top: calc(42 * var(--formula));
}

/*============ ▲ sec05 ▲ ============*/

/*============ ▼ sec06 ▼ ============*/
/* #st250528KEITAMARUYAMA .sec06 .crdt__wrapper{
  margin-top: calc(44 * var(--formula));
} */

/*============ ▲ sec06 ▲ ============*/

/*============ ▼ sec07 ▼ ============*/
.sec07 .img14{
  width: calc(520 * var(--formula));
  margin: 0 auto 0 0;
}

.sec07 .sec_img__cont01{
  width: calc(550 * var(--formula));
  margin: calc(-60 * var(--formula)) 0 0 auto;
}

/*============ ▲ sec07 ▲ ============*/

/*============ ▼ sec08 ▼ ============*/
.sec08{
  margin-bottom: calc(160 * var(--formula));
}

.sec08 .sec_img__cont01{
  width: calc(600 * var(--formula));
  margin: 0 auto calc(100 * var(--formula));
}

#st250528KEITAMARUYAMA .sec08 .crdt__wrapper{
  margin-top: calc(42 * var(--formula));
}

/*============ ▲ sec08 ▲ ============*/


/*
//////////////////////////////////////////////////////////////////////////////////////////////
NOVELTY
//////////////////////////////////////////////////////////////////////////////////////////////
*/

.nov-sec__cont{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(115 * var(--formula));
}

.nov-ttl{
  margin-bottom: calc(39 * var(--formula));
}

.nov-text{
  font-size: calc(26 * var(--formula));
  font-family: var(--font-ja);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.nov-text span{
  color: #8E8E96;
}

/* ====== ▼ .nov-sec__cont.--01 ▼ ====== */
.nov-sec__cont.--01 .nov-ttl{
  width: calc(245.584 * var(--formula));
}

.nov-sec__cont.--01 .img18{
  width: calc(600 * var(--formula));
  margin: calc(6 * var(--formula)) auto;
}

.nov-sec__cont.--01 .nov-text.--02 span{
  color: #000;
  font-size: calc(24 * var(--formula));
}

/* ====== ▼ .nov-sec__cont.--02 ▼ ====== */
.nov-sec__cont.--02{
  margin-bottom: calc(110 * var(--formula));
}

.nov-sec__cont.--02 .nov-ttl{
  width: calc(420.9688 * var(--formula));
  margin-bottom: calc(34 * var(--formula));
}

.nov-sec__cont.--02 .nov-text span{
  letter-spacing: 0.005em;
  word-spacing: calc(4 * var(--formula));
}

/* ====== ▼ .nov-sec__cont.--03 ▼ ====== */
.nov-sec__cont.--03 {
  margin-bottom: calc(105 * var(--formula));
}

.nov-sec__cont.--03 .nov-ttl{
  width: calc(245.1816 * var(--formula));
  margin-bottom: calc(28 * var(--formula));
}

.nov-sec__cont.--03 span {
  letter-spacing: 0.045em;
  word-spacing: calc(2 * var(--formula));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
check all items
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#st250528KEITAMARUYAMA .btn__wrapper{
  width: calc(480 * var(--formula));
  margin: 0 auto calc(120 * var(--formula));
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
staff-sec
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#st250528KEITAMARUYAMA .staff-sec{
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: calc(40 * var(--formula)) 0;
  margin-bottom: calc(130 * var(--formula));
}

#st250528KEITAMARUYAMA .staff-list{
  display: flex;
  flex-direction: column;
  justify-content: left;
  row-gap: calc(20 * var(--formula));
  padding-left: calc(50 * var(--formula));
}

#st250528KEITAMARUYAMA .staff{
  font-family: var(--font-acumin);
  font-size: calc(20 * var(--formula));
  letter-spacing: 0.05em;
  line-height: 1;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
animation
//////////////////////////////////////////////////////////////////////////////////////////////
*/

/*---------- js-show ----------*/
#st250528KEITAMARUYAMA .js-show.zoomIn img {
  opacity: 0;
  transition: transform 1s linear, 1s linear;
  animation-duration: 1s;
  animation-fill-mode: both;
}

#st250528KEITAMARUYAMA .js-show.onView.zoomIn img {
  opacity: 1;
  animation-name: zoomInAnime;
  transition: 1s;
}

/*---------- js-show ----------*/
#st250528KEITAMARUYAMA .js-show .swiper-wrapper,
#st250528KEITAMARUYAMA .js-show.sec_img img {
  opacity: 0;
  transition: transform 1s ease-out, 1s ease-out;
  animation-duration: 1s;
  animation-fill-mode: both;
  /* transition: transform 1s linear, 1s linear; */
  /* animation-duration: 1.2s; */
}

#st250528KEITAMARUYAMA .js-show.onView .swiper-wrapper,
#st250528KEITAMARUYAMA .js-show.onView.sec_img img{
  opacity: 1;
  animation-name: zoomInAnime;
  transition: 1s;
  /* transition: 1.2s; */
}

@keyframes zoomInAnime {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
  100% {
      opacity: 1;
      transition: 1s all;
  }
}

#st250528KEITAMARUYAMA .js-show.slideUp{
  transform: translateY(100px);
}

#st250528KEITAMARUYAMA .js-show.slideUp.onView {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease-out;
  /* transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}

#st250528KEITAMARUYAMA .js-show.slideRight{
  opacity: 0;
  transform: translateX(10%);
}

#st250528KEITAMARUYAMA .js-show.slideRight.onView {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-out;
  /* transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}

#st250528KEITAMARUYAMA .js-show.slideLeft {
  opacity: 0;
  transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -o-transform: translateX(-10%);
}

#st250528KEITAMARUYAMA .js-show.slideLeft.onView {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-out;
  /* transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}


/*---------- js-show txtReveal ----------*/
#st250528KEITAMARUYAMA .js-show.txtReveal {
  position: relative;
  /* width: 100%; */
}

#st250528KEITAMARUYAMA .js-show.txtReveal::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--black);
}

#st250528KEITAMARUYAMA .js-show.txtReveal.onView::before {
  animation: barAnime forwards .8s 1 ease 0.1s normal;
}

#st250528KEITAMARUYAMA .js-show.txtReveal img{
  opacity: 0;
  overflow: hidden;
}

#st250528KEITAMARUYAMA .js-show.txtReveal.onView img{
  opacity: 1;
  /* transform: scale(1); */
  animation: txtAnime forwards 1s 1 ease;
}

@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
      left: 0;
      width: 100%;
  }
  51% {
      left: 0;
      width: 100%;
  }
  68% {
      left: 0;
      width: 100%;
  }
  100% {
      left: 100%;
      width: 0;
  }
}

@keyframes txtAnime {
  0% {
    opacity: 0;
    /* transform: scale(1.1); */
  }
  50% {
      opacity: 0;
      /* transform: scale(1.1); */
  }
  100% {
      opacity: 1;
      /* transform: scale(1); */
  }
}


/*============ ▲ animation ▲ ============*/