@charset "UTF-8";
/* CSS Document */
body { width: 100%; margin: auto; }
#bo-series img { max-width: 100%; height: auto; padding: auto; margin: 0 auto;}
#bo-series video { max-width: 100%; height: auto; margin: 0 auto;}
#bo-series a { text-decoration: none; color: #666;}
#bo-series a:hover {opacity: 0.8;}
#bo-series p {text-align: center; font-size: 15px;}
#bo-series .menu { overflow: hidden;max-width: 768px;margin: 0 auto;}
#bo-series .menu li { width: 33%; float: left;}
#bo-series section { margin-bottom: 2em;}
#bo-series h2 { font-size: 2.2em; text-align: center; margin-top: 2em;}
#bo-series h3 { font-size: 1.6em; text-align: center; margin: 1em;}
#bo-series .name { font-size: 1.4em; line-height: 1.6em; margin: 0.5em 0;}
#bo-series .component { background: #E8EBF5; max-width: 100%;
  background: linear-gradient(90deg,rgba(232, 235, 245, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(225, 231, 247, 1) 100%);}

#bo-series .video { text-align: center; padding: 0 10%;
  background: url(https://ozio.jp/excludes/ozio/item/bo-series/img/251210/bo_05_05.png) no-repeat center center;
  background-size:cover;}
#bo-series .lineup li { width: 50%; float: left; margin-bottom: 2em;}
#bo-series .lineup li p { margin: 5%;}
#bo-series .name2 { font-size: 0.9em; line-height: 1.6em; margin: 0.5em; text-align: left;}
#bo-series .cate { overflow: hidden; } 
#bo-series .step h2 { margin: 80px auto 50px; font-size:36px;text-align: center;}
#bo-series .kome { font-size: 0.75em;}
#a01, #b02, #c03 {
  margin-top: -60px;
  padding-top: 60px;
  }

.btn-gradient-radius {
  display: inline-block;
  padding: 0.7em 5em;
  border-radius: 45px;
  text-decoration: none;
  color: #FFF!important;
  border: solid 1px #888;
  background-image: linear-gradient(45deg, #dad8ef 0%, #a886be 100%);
  transition: .4s;
  font-size: 2.0em;
  margin-bottom: 3em;
}
.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #d7d5e8 0%, #b8a4c5 100%);
}
.btn {
  display: inline-block; /* inline要素からブロック要素のように振る舞わせる */
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 20px;
  background-color: #303040;
  color: #fff!important;
  text-decoration: none; /* リンクの下線を消す */
  border-radius: 10px;
  cursor: pointer; /* マウスカーソルをポインターに */
  transition: background-color 0.3s ease; /* ホバー時の変化を滑らかに */
}
.btn:hover {
  background-color: #47475d;
}
@media only screen and (min-width: 768px) {
#bo-series {max-width: 100%;margin: 0 auto; }
#bo-series section {max-width: 768px; margin: 50px auto; padding: 0; }
#bo-series .component { max-width: 100%;}
#bo-series .component div { max-width: 768px; margin: 0 auto;}
#bo-series .component div.video { text-align: center; padding: 0;
  background: url(https://ozio.jp/excludes/ozio/item/bo-series/img/251210/bo_05_05.png) no-repeat center center;
  background-size:cover;}
#bo-series h2 { font-size: 4em;}
#bo-series h3 { font-size: 3em;}
#bo-series .name { font-size: 2.5em;}
#bo-series .name2 { font-size: 1.7em; }
#bo-series .kome { font-size: 1.2em;}
#bo-series .takasa {height: 123px;}
#bo-series .step h2 { width: 768px; margin: 0 auto; font-size:36px;text-align: center;}
#bo-series .scroll { white-space: nowrap; overflow-x: scroll; width: 100%;height: 450px;}
#bo-series .btn { font-size: 24px; padding: 20px 40px;}
}
@media only screen and (max-width: 768px) {
.readmore {
    position: relative;
    margin: 50px auto 50px;
    padding: 0 0 75px;  }
  .readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 200px;
    padding: 10px 0;
    color: #ffffff !important;
    text-align: center;
    border-radius: 25px;
    background-color: #dca531;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;  }
  .readmore label::before{ content: 'MORE ＋';  }
  .readmore input[type="checkbox"]:checked ~ label::before { content: 'CLOSE －'; }
  .readmore input[type="checkbox"]{display: none; }
  .readmore-content {
    position: relative;
    height: 500px;
    overflow: hidden; }
  .readmore input[type="checkbox"]:checked ~ .readmore-content {
    height: auto; }
  .readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%); }
  .readmore input[type="checkbox"]:checked ~ .readmore-content::before {
    display: none; }
.btn-gradient-radius {padding: 0.4em 3em; font-size: 1.2em; }
}
.readmore input[type="checkbox"]{
  display: none;
}
/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}