*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}
/*フォント*/

/* h1 */
.text-h1 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 3.75rem; /* 60px / 16 */
  line-height: calc(76 / 60); /* 元のデザイン比率は76px/60pxなら1.2667 */
  letter-spacing: 0.05em;
}

/* メインビジュアルコピー */
.text-fv-lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.75rem; /* 44px / 16 */
  line-height: calc(52 / 44); /* 52px ÷ 44px = 1.1818 */
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem; /* 40px / 16 */
  position: absolute;
  top: 100px;
  left: 120px;
}

/* 本文 */
.text-body {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.125rem; /* 18px / 16 */
  line-height: calc(36 / 18); /* 2 */
  letter-spacing: 0.05em;
}

/* h2 英語 */
.text-h2-en {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 2.25rem; /* 36px / 16 */
  line-height: calc(60 / 36); /* 1.6667 */
  letter-spacing: 0.1em;
}

/* h2 日本語 */
.text-h2-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2rem; /* 32px / 16 */
  line-height: calc(52 / 32); /* 1.625 */
  letter-spacing: 0.05em;
}

/* h3 日本語 */
.text-h3-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.75rem; /* 28px / 16 */
  line-height: calc(52 / 28); /* 1.8571 */
  letter-spacing: 0.03em;
}

/* small本文 日本語 */
.text-small-ja {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.875rem; /* 14px / 16 */
  line-height: calc(30 / 14); /* 2.1429 */
  letter-spacing: 0.05em;
}

/* small本文 英語 */
.text-small-en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 0.875rem; /* 14px / 16 */
  line-height: calc(28 / 14); /* 2 */
  letter-spacing: 0.10em;
}

/* 日本語 18px bold */
.text-18-bold-ja {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.125rem; /* 18px / 16 */
  line-height: calc(36 / 18); /* 2 */
  letter-spacing: 0.05em;
}

/* 日本語 20px bold */
.text-20-bold-ja {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.25rem; /* 20px / 16 */
  line-height: calc(36 / 20); /* 1.8 */
  letter-spacing: 0.05em;
}
/* 日本語 20px */
.text-20-ja {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.25rem;        
  line-height: 1.5;           
  letter-spacing: 0.05em;
}

/* 日本語 24px */
.text-24-ja {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.5rem; /* 24px / 16 */
  line-height: calc(36 / 24); /* 1.5 */
  letter-spacing: 0.05em;
}

/* 英語 32px */
.text-32-en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 2rem; /* 32px / 16 */
  line-height: calc(60 / 32); /* 1.875 */
  letter-spacing: 0.1em;
}


/*フォントカラー*/
.font-white{
    color: #ffffff;
}
.font-black{
    color: #000000;
}

.font-gray{
    color: #040404;
}





/*共通パーツ*/
body.menu-open {
  overflow: hidden;
  height: 100vh;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 929px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
.inner{
    padding: 100px 0;
    max-width: 1440px;
    margin: 0 auto;
}
.inner-contact{
    padding: 50px 0;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.bg-black{
    background-color: black;
}

.bg-baige{
    background-color: #D5D3C8;
}

.bg-white{
    background-color: #F5F5F5;
}

.bg-gray{
    background-color: #1D1F26;
}
.bg-lightgray{
    background-color: #F1F1F1;
}
.section-title{
    text-align: center;
    margin-bottom: 50px;
}
.section-title-left{
    text-align: left;
    margin-bottom: 30px;
    margin-left: 120px;
}
.fv-cta{
  display: inline-block;  
  padding: 3px 35px;    
  border: 1px solid #fff;  
  border-radius: 60px;    
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.main-btn{
  position: absolute;
  top: 412px;
  left: 120px;
}
.fv-cta:hover{
  background-color: rgba(255, 255, 255, 0.6); /* 白60% */
  color: #000;
}

.fv-cta-black{
  display: inline-block;  
  padding: 3px 35px;    
  border: 1px solid #000;  
  border-radius: 60px;    
  color: #000;
  text-decoration: none;
  text-align: center;
}

.fv-cta-black:hover{
  background-color: rgba(255, 255, 255, 0.6); /* 白60% */
  color: #000;
}

.arrow-link{
  display: flex;
  align-items: center; 
  gap: 7px;
}
.arrow-link img{
margin-bottom: 8px;
transition: transform 0.3s ease; 
}

.arrow-link:hover img {
  transform: translateX(6px); 
}


/*ハンバーガーメニュー*/
.body{
    position: relative;
}
.menu-btn{
  position: fixed;  
  right: 50px;
  top: 50px;
  width: 127px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001; 
}

.menu-btn span{
  position: absolute;
  left: 0;
  width: 127px;
  height: 2px;
  background: #ffffff;
  transition: 0.4s ease;
}
.menu-btn span:nth-child(1){
    top: 0;
}
.menu-btn span:nth-child(2){
    bottom: 0;
}

.menu-btn.active {
}

.menu-btn.active span {
  width: 109.9px;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
/* ／ */
.menu-btn.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(30deg);
}
/* ＼ */
.menu-btn.active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.nav {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100vh;
  background: #000;
  transition: 0.4s ease;
  z-index: 1000;
  overflow-y: auto; /* ← 追加 */
  -webkit-overflow-scrolling: touch; /* スマホ用 */
}  
.nav.active {
  right: 0;
}
.nav ul {
  list-style: none;
  padding: 100px 0 0 80px;
  margin: 0;
}
.nav li {
    margin-bottom: 50px;
}
.nav a {
  color: #fff;
  text-decoration: none;
}
.external a{
  display: flex;
  align-items: center; 
  gap: 17px;
}
.external img{
  width: 25px;
  height: 25px;
}

.cta a{
  display: inline-block;  
  padding: 5px 45px;    
  border: 1px solid #fff;  
  border-radius: 60px;    
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.cta a:hover{
  background-color: rgba(255, 255, 255, 0.6); /* 白60% */
  color: #000;
}

/*メイン画像*/
.fv {
  position: relative;
}
.fv-pc {
  width: 100%;
  object-fit: cover;
  display: block;
}
.fv-sp{
  display: none;
}


.text-fv-detail{
  position: absolute;
  top: 192px;
  left: 120px;
}

.fv-logo {
  position: absolute;
  right: 113px;
  bottom: 60px;
  z-index: 999;
  max-width: 714px;
}
.text-fv-detail{
    margin-bottom: 40px;
}


/*メイン下エリア*/
.home-contents{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: 120px;
}

.home-message-column-img{
    max-width: 719px;
      flex: 1;
  position: relative;
  z-index: 1;
}
.home-message-column-img img{
    width: 100%;
}
.home-message-column{
    margin: 120px 0;
    flex: 0 0 588px;
    z-index: 2;
    margin-right: -280px;
}
.home-message-column-ttl{
    margin-bottom: 30px;
}
/* wrapper */
.home-slider-wrapper {
  width: 100%;
  max-width: 720px;   /* brandと揃えるなら同じ */
  text-align: center;
}

/* slider */
.home-slider {
  flex: 1;
  position: relative;
  height: auto !important;
}

.home-slider,
.home-slider .swiper-wrapper,
.home-slider .swiper-slide {
  height: auto !important;
}

/* 画像 */
.home-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-slider .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 720px;
  display: block;
}

/* ドット */
.home-pagination {
  margin-top: 20px;
}

.home-pagination .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 12px;
  transition: background-color 0.3s;
}

.home-pagination .dot.active {
  background-color: #918F83;
}
/*movie*/
.movie-section{
    background: #000;
}
.movie-button {
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.movie-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.3s ease;
}

.movie-button:hover svg path {
  fill: #B9B6A6;
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1002;
  padding: 100px;
}
.modal-movie_content {
  position: relative;
}

.modal:not(._closed) {
  display: flex;
}
.modal_wrapper{
  width: 90%;          /* SP時の余白 */
  max-width: 1000px;   /* ← 最大1000px */
  margin: 0 auto;
}
.modal_content {
  width: 100%;
  max-width: 1000px;
}
.modal_content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.modal_button._close {
  position: absolute;
  top: -60px; 
  right: -60px; 
  width: 30px;
  height: 30px;
  background: none;
  border: none;
}

.modal_button._close::before,
.modal_button._close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;   
  height: 2px;   
  background: #fff;
  transform-origin: center;
}

.modal_button._close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_button._close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_wrapper{
  width: 1000px;
}

/*brandsyory*/
.brand-block {
  display: flex;
  gap: 74px; 
  align-items: flex-start;
  padding-right: 128px;
}
.brand-slider {
  flex: 1;            
  position: relative;    
  height: auto !important;
}
.brand-slider,
.brand-slider .swiper-wrapper,
.brand-slider .swiper-slide {
  height: auto !important;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 720px; ← 消す */
}

.swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 720px;
  display: block;
}
.brand-slider-wrapper {
    width: 100%;  
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.custom-pagination {
    margin: 20px 0;
}
.custom-pagination .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 12px; 
    transition: background-color 0.3s;
}
.custom-pagination .dot.active {
    background-color: #918F83;
}
.brand-text {
}
.brand-txt-detail{
    margin-bottom: 40px;
}
.brand-gallery{
    display: flex;
    padding-top: 83px;
    gap: 31px;
}
.gallery-item:nth-child(2){
    margin-top: 55px;
    margin-bottom: 120px;
}
.operations-block{

}
.operations-wrapper{
    display: flex;
    max-width: 792px;
    margin: 0 auto;
    gap: 24px;
}
.operations-text-ttl,.operations-text-detail{
    margin-bottom: 14px;
}
.operations-text-detail-sp,.award-link-sp{
  display: none;
}
/*highlight*/
.highlight-title{
  margin-bottom: 11px;
}     
.highlights-list{
    display: flex;
    margin: 0 120px;
    gap: 22px;
}
.highlight-item{
  flex: 1;   /* 均等幅にする */
}
.highlight-image{
    margin-bottom: 20px;
    max-width: 384px;
}
.highlight-image img{
    max-width: 100%;
}
/*CUSTOMIZATION*/
.custom-block{
    max-width: 947px;
    margin: 0 auto;
}
.custom-items{
    display: flex;
    gap: 63px;
    margin: 52px 0px 50px 50px;
}
.custom-base-item{
    max-width: 419px;
}
.custom-base-item p{
    text-align: center;
}
.custom-base-item img{
    margin-bottom: 20px;
}
.grip-groups{
    display: flex;
    justify-content: space-between;
    margin: 52px 54px 0 115px;
}
.custom-grip1-item{
    max-width: 300px;
    margin-bottom: 50px;
}
.custom-grip1-item img{
    width: 100%;
    margin-bottom: 20px;
}
.custom-grip2-item{
    max-width: 300px;
}
.custom-grip2-item img{
    margin: 0 auto;
    margin-bottom: 20px;
    width: 125px;
}
.custom-grip1-item p,.custom-grip2-item p{
    text-align: center;
}
.technical-inner{
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    gap: 84px;
}
.technical-list{
    width: 60%;
}
.technical-row{
    display: flex;
}
.technical-label{
    width: 35%;
}
.technical-value{
    width: 40%;
}
.technical-value2{
}
.technical-row {
  border-top: 1px solid #000;  
  border-bottom: 1px solid #000; 
  padding: 24px 0 15px 0;             
}
.technical-row:nth-child(2) {
  border-top: none;  
  border-bottom: none;     
}
.technical-row:nth-child(4) {
  border-top: none;  
  border-bottom: none;     
}
/* フッター */
.footer-inner{
    padding: 20px 120px;
    max-width: 1440px;
    margin: 0 auto;
}
.footer-company{
    display: flex;
    align-items: baseline;
    gap: 24px;
}
.footer-nav{
    display: flex;
    gap: 24px;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
}
.footer-link{
    display: flex;
    align-items: center;
}
.footer-link img{
    width: 16px;
    margin-left: 7px;
}

/* ======================
   1024px〜1151px想定
====================== */
@media screen and (max-width: 1151px) {
  /*メイン下エリア*/
.home-contents{
    flex-direction: column-reverse;
    padding: 100px 0;
}


.home-message-column{
    margin: 0 auto;
    flex: 0 0 0;
}
.home-message-column-ttl{
    margin-bottom: 30px;
}
.home-message-column-img{
  margin: 0 auto;
}
.home-slider {
  flex: 1;            
  position: relative;    
  height: auto !important;
}
.home-slider,
.home-slider .swiper-wrapper,
.home-slider .swiper-slide {
  height: auto !important;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 720px; ← 消す */
}

.swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 720px;
  display: block;
}
.home-slider-wrapper {
    width: 100%;  
    margin: 0 auto;
    text-align: center;
}
/*brandsyory*/
.brand-block {
  flex-direction: column;
  padding: 0 25px;
}
.brand-slider {
  flex: 1;            
  position: relative;    
  height: auto !important;
}
.brand-slider,
.brand-slider .swiper-wrapper,
.brand-slider .swiper-slide {
  height: auto !important;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 720px; ← 消す */
}

.swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 720px;
  display: block;
}
.brand-slider-wrapper {
    width: 100%;  
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.custom-pagination {
    margin-top: 20px;
}
.custom-pagination .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 12px; 
    transition: background-color 0.3s;
}
.custom-pagination .dot.active {
    background-color: #918F83;
}
.brand-text {
  max-width: 720px;
  margin: 0 auto;
}
.brand-txt-detail{
    margin-bottom: 40px;
}
.brand-gallery{
    display: flex;
    padding-top: 83px;
    gap: 31px;
}
.gallery-item:nth-child(2){
    margin-top: 55px;
    margin-bottom: 120px;
}
.operations-block{
    display: flex;
    max-width: 792px;
    margin: 0 auto;
    gap: 24px;
}
/* フッター */
.footer-inner{
    padding: 20px 40px;
    max-width: 1440px;
    margin: 0 auto;
}
.footer-company{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.footer-nav{
    display: flex;
    gap: 5px;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
}
.footer-link{
    display: flex;
    align-items: center;
}
.footer-link img{
    width: 16px;
    margin-left: 7px;
}
}

/* ======================
   Small PC（〜1023px）
   930px〜1023px想定
====================== */
@media screen and (max-width: 1023px) {
  .customization{
    padding: 0 30px;
  }
}


/* ======================
   Tablet（〜929px）
====================== */
@media screen and (max-width: 929px) {
.fv-pc{
  display: none;
}
.fv-sp{
  display: block;
    width: 100%;
    height: 100dvh; /* ← vhじゃなくこっち */
    object-fit: cover;
}
.footer-bottom{
  display: block;
}
.footer-company{
  margin-bottom: 20px;
}
.fv-logo{
  right: 60px;
  max-width: 500px;
}
}


/* ======================
   SP（〜767px）
====================== */
@media screen and (max-width: 767px) {
.fv-sp{

}
.fv-logo{
  max-width: 280px;
}
  .technical-inner{
    display: block;
}

  /* h1 → 28px */
  .text-h1 {
    font-size: 1.75rem; /* 28px */
    line-height: 1.4;
  }

  /* メインビジュアルコピー → 30px */
  .text-fv-lead {
    font-size: 1.875rem; /* 30px */
    line-height: 1.4;
    /*top: 130px;
    left: 25px;*/
    top: 15.4%;
    left: 6.4%;

  }

  /* 本文 → 15px */
  .text-body {
    font-size: 0.9375rem; /* 15px */
    line-height: 1.9;
  }

  /* h2 英語 → 26px */
  .text-h2-en {
    font-size: 1.625rem; /* 26px */
    line-height: 1.5;
  }

  /* h2 日本語 → 26px */
  .text-h2-ja {
    font-size: 1.625rem; /* 26px */
    line-height: 1.5;
  }

  /* h3 日本語（28px → 22pxくらいが読みやすい） */
  .text-h3-ja {
    font-size: 1.125rem; /* 18px */
    line-height: 1.6;
  }

  /* small 日本語 → 13px */
  .text-small-ja {
    font-size: 0.8125rem; /* 13px */
    line-height: 1.8;
  }

  /* small 英語 → 13px */
  .text-small-en {
    font-size: 0.8125rem; /* 13px */
    line-height: 1.8;
  }

  /* 日本語 18px bold → 15px */
  .text-18-bold-ja {
    font-size: 0.9375rem; /* 15px */
    line-height: 1.8;
  }

  /* 日本語 20px bold → 16px */
  .text-20-bold-ja {
    font-size: 1rem; /* 16px */
    line-height: 1.7;
  }

  /* 日本語 20px → 16px */
  .text-20-ja {
    font-size: 1rem; /* 16px */
    line-height: 1.7;
  }

  /* 日本語 24px → 20px */
  .text-24-ja {
    font-size: 1.25rem; /* 20px */
    line-height: 1.6;
  }

  /* 英語 32px → 24pxくらいがバランス良い */
  .text-32-en {
    font-size: 1.25rem; /* 20px */
    line-height: 1.6;
  }
    /* ハンバーガーボタン幅80px */
  .menu-btn{
    width: 80px;
    top: 30px;
    right: 25px;
  }

  .menu-btn span{
    width: 80px;
  }

  /* 開いた時の線の幅も合わせる */
  .menu-btn.active span{
    width: 70px;
  }


  /* ナビを80%表示 */
  .nav{
    right: -80%;
    width: 80%;
  }
  .nav ul{
    padding: 150px 30px;
  }

  .nav.active{
    right: 0;
  }
  .external a{
    gap: 8px;
  }

  .fv-copy{
    top: 15.4%;;
    left: 6.4%;
  }
  .text-fv-detail{
    top: 52.6%;
  left: 6.4%;
  }
  .fv-logo{
   bottom: 1.9%;
  right: 6.4%;
  }
  .main-btn{
    top: 70%;
  left: 6.4%;
  }
  .home-message-column{
    padding: 0 25px;
  }
  .modal{
    padding: 50px;
  }
  .modal_button._close{
    right: -30px;
  }
  .modal_button._close::before,
  .modal_button._close::after {
  width: 50px;   
}
.movie-play-btn{
  width: 40px;
  height: 40px;
}
.brand-gallery{
  display: block;
}
.gallery-item:first-child{
  margin-right: 90px;
  margin-bottom: 30px;
}
.gallery-item:nth-child(2){
  margin: 0 45px;
}
.gallery-item:last-child{
  margin-left: 90px;
  margin-top: 30px;
  margin-bottom: 100px;
}
.operations-wrapper{
  padding: 0 25px;
}
.section-title-left{
  margin: 0 0 28px 25px;
}
.highlights-list{
  margin: 0 25px;
  display: block;
}
.highlight-item{
  max-width: 384px;
  margin: 0 auto;
}
.highlight-item:nth-child(2){
  margin: 40px auto;
}
.inner{
    padding: 60px 0;
}
.section-title{
    margin-bottom: 30px;
}
.custom-items{
  display: block;
  margin: 40px 0 50px;
}
.custom-base-item{
  margin: 0 auto 50px;
}
.custom-base-item:first-child{
  margin-bottom: 50px;
}
.grip-groups{
  display: block;
  margin: 0 0 0px;
}
.grip-group:first-child{
  margin: 50px 0;
}
.custom-grip1-item {
    max-width: 240px;
    margin: 0 auto 50px;
}
.custom-grip2-item {
    max-width: 100px;
    margin: 0 auto;
}
.technical-list{
  width: 100%;
  margin-top: 50px;
}
.footer-inner{
  padding: 30px 25px;
}
.footer-company{
  display: block;
  margin-bottom: 30px;
}
.footer-copy{
  margin-bottom: 5px;
}
.footer-company-name{
  margin-bottom: 5px;
}
.footer-nav{
  flex-wrap: wrap;
}
}
/* ======================
   SP（〜414px）
====================== */
@media screen and (max-width: 414px) {
.operations-text-detail-sp{
  display: block;
}
.award-link-sp{
  display: flex;
}
.operations-text-detail,.award-link-pc{
  display: none;
}
.operations-block{
  display: block;
  padding: 0 25px;
}
.operations-wrapper{
  display: flex;
  gap: 12px;
  padding: 0;
  margin-bottom: 20px;
}
.operations-head{
  max-width: 120px;
} 
.operations-text-detail-sp{
  margin-bottom: 16px;
}
}

/* 初期状態 */
.fade-right {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
  transition:
    opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 表示 */
.fade-right.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }

.fade-up {
  opacity: 0;
  transform: translateY(40px); /* 上の例に合わせる */
  transition: 
    opacity 1s linear 0.2s,
    transform 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

.fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}