@charset "UTF-8";
/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Kosugi&amp;display=swap&amp;subset=japanese");
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
}

body {
  color: #7c7070;
  font-family: FrutigerNeueLTW1G-Light, Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "MS PGothic", sans-serif;
  background: #fff;
  letter-spacing: .15em;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
}

::-moz-selection {
  background: #f85c82;
  color: #fff;
}

::selection {
  background: #f85c82;
  color: #fff;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: FrutigerNeueLTW1G-Light, Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "MS PGothic", sans-serif;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:before, *:after {
  display: block;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.tsuka {
  font-family: 'Kosugi', sans-serif;
}

.g {
  font-family: "FrutigerNeueLTW1G-CnThin", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
}

.txt-pink01 {
  color: #f85c82;
}

.pc-br {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

.nav-br {
  display: none;
}

@media screen and (min-width: 1060px) {
  .nav-br {
    display: inline;
  }
}

.pc-disp {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}

.wrapper {
  min-width: 320px;
  padding: 60px 0 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2s ease;
}

@media screen and (min-width: 1060px) {
  .wrapper {
    padding: 0;
  }
}

.wrapper.is-active {
  opacity: 1;
}

.main-cont {
  display: block;
  padding: 50px 20px;
}

@media screen and (min-width: 769px) {
  .main-cont {
    max-width: 880px;
    margin: 0 auto;
    padding: 100px 40px;
  }
}

body.page-home .main-cont {
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 1060px) {
  .wrapper {
    display: grid;
    grid-template-columns: 170px 1fr;
    grid-template-rows: auto auto;
  }
  .wrapper .cmn-hd {
    grid-column: 1;
    grid-row: 1/3;
  }
  .wrapper .cmn-wrap {
    grid-column: 2;
    grid-row: 1;
  }
  .wrapper .cmn-ft {
    grid-column: 2;
    grid-row: 2;
  }
}

/*------------------------------------------
page swich
------------------------------------------*/
.splash {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  visibility: visible;
}

.splash [class*='pink-'] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.splash .pink-fill {
  top: 0;
  background: #fa87a3;
}

.splash .loading {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.splash .loading .bottle {
  width: 38px;
  height: 120px;
  margin: 0 auto;
  background: url(https://www.otsuka.co.jp/fib/assets/images/common/loading.png) no-repeat center;
  background-size: contain;
  position: relative;
}

.splash .loading .bottle:before {
  content: "";
  width: 100%;
  background: url(https://www.otsuka.co.jp/fib/assets/images/common/loading-fill.png) no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.splash .loading .txt {
  margin: 20px auto;
  padding: 0 0 0 5px;
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}

.splash .soda {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.splash .soda .bubble {
  position: absolute;
  top: 100%;
  left: 0;
  animation-name: up;
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-iteration-count: infinite;
}

.splash .soda .bubble-in {
  width: 70px;
  height: 70px;
  background: url(https://www.otsuka.co.jp/fib/assets/images/common/bubble.png) no-repeat center;
  background-size: cover;
  animation: shake 2s ease infinite;
}

/* animation */
.splash {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.splash .loading {
  opacity: 0;
}

.splash .loading .bottle:before {
  height: 0;
}

.splash.is-splash {
  animation: path 1.2s cubic-bezier(0.86, 0, 0.07, 1) 2s forwards;
}

.splash.is-splash .loading {
  animation: opacity .3s ease forwards;
}

.splash.is-splash .loading .bottle:before {
  animation: height 3s linear .3s forwards;
}

body.ms .page-switching {
  transition: opacity 1s ease 2.3s;
}

body.ms .page-switching.is-switch {
  opacity: 0;
}

@keyframes path {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes top {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@keyframes shake {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

@keyframes up {
  0% {
    top: 100%;
  }
  99% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}

/* =========================================================
Common layaout
========================================================= */
/*------------------------------------------
link
------------------------------------------*/
.txt-link {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .txt-link:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  .opacity-link {
    transition: opacity .2s ease;
  }
  .opacity-link:hover {
    opacity: .7;
  }
}

/*------------------------------------------
flex
------------------------------------------*/
@media screen and (min-width: 769px) {
  .pc-flex {
    display: flex;
  }
}

/*------------------------------------------
button
------------------------------------------*/
.cmn-btn01 a {
  display: block;
  padding: 15px 0;
  border: 1px solid #f85c82;
  color: #f85c82;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 3.46667vw;
  line-height: 1;
  text-align: center;
}

.cmn-btn01.type02 a {
  border-color: #fff;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .cmn-btn01 a {
    padding: 20px 0;
    border: 2px solid #f85c82;
    font-size: 1.6rem;
    transition: color .2s ease, background .2s ease;
  }
  .cmn-btn01 a:hover {
    background: #f85c82;
    color: #fff;
  }
  .cmn-btn01.type02 a:hover {
    background: #fff;
    color: #f85c82;
  }
}

.cmn-btn-list01 {
  max-width: 560px;
  display: flex;
  border: 1px solid #f85c82;
}

.cmn-btn-list01 li {
  width: 50%;
  border-right: 1px solid #f85c82;
}

.cmn-btn-list01 li:last-child {
  border-right: none;
}

.cmn-btn-list01 button, .cmn-btn-list01 a {
  width: 100%;
  display: block;
  padding: 9px 0;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 1.5rem;
  line-height: 1;
  color: #f85c82;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-btn-list01 {
    border-width: 2px;
  }
  .cmn-btn-list01 li {
    border-width: 2px;
  }
  .cmn-btn-list01 button, .cmn-btn-list01 a {
    padding: 15px 0;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
  }
  .cmn-btn-list01 button:hover, .cmn-btn-list01 a:hover {
    background: #f85c82;
    color: #fff;
  }
}

/*------------------------------------------
title
------------------------------------------*/
.page-ttl {
  margin: 0 auto 40px;
}

.page-ttl span {
  display: block;
  text-align: center;
  color: #f85c82;
}

.page-ttl .ja {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 8vw;
  line-height: 1;
}

.page-ttl .en {
  margin: 15px auto 0;
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 3.46667vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .page-ttl {
    margin: 0 auto 100px;
  }
  .page-ttl .ja {
    font-size: 4.6rem;
  }
  .page-ttl .en {
    margin: 20px auto 0;
    font-size: 2rem;
  }
}

.cmn-ttl01 {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #f85c82;
  font-size: 4.8vw;
  line-height: 1.25;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-ttl01 {
    font-size: 2.8rem;
  }
}

.cmn-ttl02 {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #f85c82;
  font-size: 5.6vw;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-ttl02 {
    font-size: 3.4rem;
    line-height: 1.5;
  }
}

.cmn-ttl02 span {
  display: inline-block;
}

.cmn-ttl03 {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #f85c82;
  font-size: 4.26667vw;
  line-height: 1.125;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-ttl03 {
    font-size: 2.2rem;
  }
}

/*------------------------------------------
text
------------------------------------------*/
.cmn-txt01 {
  font-size: 1.2rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .cmn-txt01 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.cmn-txt01 .em01 {
  color: #000;
  background: none;
}

/*------------------------------------------
graf
------------------------------------------*/
.cmn-graf01 {
  padding: 25px 12px 24px;
  border: 1px solid #f85c82;
  color: #7c7070;
}

.cmn-graf01 .ttl {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 335px) {
  .cmn-graf01 .ttl {
    font-size: 1.2rem;
  }
}

.cmn-graf01 .graf {
  margin: 15px auto 0;
}

.cmn-graf01 .txt01 {
  margin: 15px auto 0;
  font-size: 1.1rem;
  line-height: 1.75;
}

.cmn-graf01 .txt02 {
  margin: 10px auto 0;
  font-size: 1rem;
  line-height: 1.5;
}

.cmn-graf01 .txt03 {
  margin: 15px auto 0;
  text-align: right;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .cmn-graf01 {
    padding: 55px 30px 40px;
    border-width: 2px;
  }
  .cmn-graf01 .ttl {
    font-size: 1.8rem;
  }
  .cmn-graf01 .graf {
    margin: 30px auto 0;
  }
  .cmn-graf01 .txt01 {
    margin: 30px auto 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .cmn-graf01 .txt02 {
    margin: 15px auto 0;
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .cmn-graf01 .txt03 {
    margin: 20px auto 0;
    font-size: 1.1rem;
  }
}

/*------------------------------------------
sns
------------------------------------------*/
.share-sns-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.share-sns-item {
  margin: 0 5px 0 0;
}

.share-sns-item:last-child {
  margin-right: 0;
}

/*------------------------------------------
navigation
------------------------------------------*/
.cmn-nav01-head {
  margin: 0 auto 20px;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #f85c82;
  text-align: center;
  font-size: 1.8rem;
}

.cmn-nav01-list {
  display: grid;
  gap: 20px;
}

.cmn-nav01-item a {
  min-height: 150px;
  padding: 10.6vw 4vw 4vw;
  background: #feeef2 url(https://www.otsuka.co.jp/fib/assets/images/common/bg_nav.png) no-repeat center;
  background-size: 9.2vw auto;
  color: #f85c82;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cmn-nav01-item [class*="txt0"] {
  width: 100%;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
}

.cmn-nav01-item .txt01 {
  font-size: 5.6vw;
  line-height: 1.30952;
}

.cmn-nav01-item .txt02 {
  font-size: 4vw;
  line-height: 1;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .cmn-nav01-head {
    margin: 0 auto 40px;
    font-size: 24px;
  }
  .cmn-nav01-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .cmn-nav01-item a {
    min-height: 300px;
    padding: 30px;
    background-size: 77px auto;
  }
  .cmn-nav01-item .txt01 {
    font-size: 28px;
  }
  .cmn-nav01-item .txt02 {
    font-size: 22px;
  }
}

/*------------------------------------------
media
------------------------------------------*/
.cmn-media {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .cmn-media {
    padding: 0 60px;
  }
}

.cmn-media-in {
  max-width: 990px;
  margin: 0 auto;
}

.cmn-media-ttl {
  color: #f85c82;
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 4.8vw;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-media-ttl {
    font-size: 2.4rem;
  }
}

.cmn-media-subttl {
  color: #f85c82;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 4.26667vw;
  line-height: 1.125;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-media-subttl {
    font-size: 2.2rem;
  }
}

.cmn-media .caption {
  margin: 15px auto 0;
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
}

.cmn-media .cmn-btn01 {
  width: 59.33333vw;
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .cmn-media .caption {
    margin: 30px auto 0;
    font-size: 1.6rem;
  }
  .cmn-media .cmn-btn01 {
    width: 310px;
    margin: 45px auto 0;
  }
}

.cmn-media-youtube-block {
  margin: 30px auto 0;
}

.cmn-media-youtube-block .cmn-media-subttl {
  margin: 0 auto 15px;
}

.cmn-media-youtube + .cmn-media-youtube {
  margin: 30px auto 0;
}

.cmn-media-youtube .youtube {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 56.3%;
  position: relative;
}

@media screen and (min-width: 920px) and (max-width: 1059px) {
  .cmn-media-youtube .youtube {
    padding-top: 450px;
  }
}

@media screen and (min-width: 1090px) {
  .cmn-media-youtube .youtube {
    padding-top: 450px;
  }
}

.cmn-media-youtube .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .cmn-media-youtube-block {
    margin: 55px auto 0;
  }
  .cmn-media-youtube-block .cmn-media-subttl {
    margin: 0 auto 35px;
  }
  .cmn-media-youtube + .cmn-media-youtube {
    margin: 50px auto 0;
  }
}

.cmn-media-comic-block {
  margin: 40px auto 0;
}

.cmn-media-comic-block .cmn-media-subttl {
  margin: 0 auto 15px;
}

@media screen and (min-width: 769px) {
  .cmn-media-comic-block {
    margin: 130px auto 0;
  }
  .cmn-media-comic-block .cmn-media-subttl {
    margin: 0 auto 35px;
  }
}

/*------------------------------------------
comic
------------------------------------------*/
.comic-list {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.comic-list + .comic-lead {
  margin-top: 0;
}

.comic-item {
  padding: 55px 0 0;
}

.comic-item:first-child {
  padding: 0;
}

.comic-item .ttl {
  margin: 0 auto 20px;
}

.comic-item .list {
  padding: 15px;
  background: #fff3f6;
}

.comic-item .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.comic-item .slick-arrow button {
  display: block;
  width: 30px;
  height: 30px;
}

.comic-item .slick-arrow.prev {
  right: -15px;
}

.comic-item .slick-arrow.prev button {
  background: url(https://www.otsuka.co.jp/fib/assets/images/common/btn_arrow01_r.png) no-repeat center/cover;
}

.comic-item .slick-arrow.next {
  left: -15px;
}

.comic-item .slick-arrow.next button {
  background: url(https://www.otsuka.co.jp/fib/assets/images/common/btn_arrow01_l.png) no-repeat center/cover;
  cursor: pointer;
}

.comic-item .slick-arrow.slick-disabled {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .comic-list {
    text-align: center;
  }
  .comic-list + .comic-lead {
    margin-top: 0;
  }
  .comic-item .ttl {
    margin: 0 auto 35px;
  }
  .comic-item .list {
    padding: 30px;
  }
  .comic-item .slick-arrow button {
    width: 60px;
    height: 60px;
  }
  .comic-item .slick-arrow.prev {
    right: -30px;
  }
  .comic-item .slick-arrow.next {
    left: -30px;
  }
}

/*------------------------------------------
online store
------------------------------------------*/
.cmn-online {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .cmn-online {
    padding: 0 60px;
  }
}

.cmn-online-in {
  max-width: 990px;
  margin: 0 auto;
}

.cmn-online-ttl {
  color: #f85c82;
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 4.8vw;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-online-ttl {
    font-size: 2.4rem;
  }
}

.cmn-online-list {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.cmn-online-list a {
  display: block;
  border: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  .cmn-online {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cmn-online-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

/* =========================================================
Header
========================================================= */
.cmn-hd {
  width: 100%;
  height: 60px;
  background: #f85c82;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 10;
}

.cmn-hd-logo {
  width: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1060px) {
  .cmn-hd {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
  }
  .cmn-hd-logo {
    display: none;
  }
}

/*------------------------------------------
gloval navi
------------------------------------------*/
.gnav-btn {
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.gnav-btn span {
  width: 50px;
  height: 1px;
  background: #fff;
  transform-origin: left;
  transition: transform .3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gnav-btn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 6px));
}

.gnav-btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 6px));
}

.gnav-btn.is-open span:nth-child(2) {
  opacity: 0;
}

.gnav-btn.is-open span:nth-child(1) {
  transform: rotate(20deg) translate(-50%, calc(-50%));
}

.gnav-btn.is-open span:nth-child(3) {
  transform: rotate(-20deg) translate(-50%, calc(-50%));
}

@media screen and (min-width: 1060px) {
  .gnav-btn {
    display: none;
  }
}

.gnav {
  width: 100%;
  min-height: 150vh;
  padding: 24px 0 0;
  background: #f85c82;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.gnav-logo {
  width: 60px;
  margin: 0 auto;
}

.gnav-logo a {
  display: block;
}

.gnav-list-wrap {
  height: calc(100vh - 120px);
  margin: 45px auto 0;
  padding: 0 0 100px;
  overflow: scroll;
}

.gnav-item {
  margin: 0 auto 38px;
  text-align: center;
}

.gnav-item:last-child {
  margin-bottom: 0;
}

.gnav-item a {
  color: #fff;
}

.gnav-item span {
  display: inline-block;
}

.gnav-item .ja {
  font-family: UDKakugoC70Pro-R, san-serif;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: .15em;
}

.gnav-item .en {
  margin: 5px auto 0;
  font-family: 'FrutigerNeueLTW1G-CnThin', san-serif;
  font-size: 1.2rem;
  line-height: 0.91667;
}

.gnav-item.type02 {
  width: 200px;
}

.gnav-item.type02 a {
  display: block;
  padding: 10px 0;
  background: #fff;
  color: #f85c82;
}

@media screen and (min-width: 1060px) {
  .gnav {
    width: 170px;
    min-height: 100vh;
    padding: clamp(10px, 6.5vh, 50px) 0 0;
    position: fixed;
    display: block;
  }
  .gnav-logo {
    width: clamp(85px, 1.25vh, 96px);
  }
  .gnav-logo img {
    width: 100%;
    margin-left: -3px;
  }
  .gnav-list-wrap {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 40px;
    overflow: visible;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .gnav-item {
    margin: 0;
    text-align: left;
  }
  .gnav-item a {
    display: block;
    padding: clamp(5px, 2.2vh, 19px) 30px clamp(5px, 2.3vh, 23px);
    transition: background .2s ease;
  }
  .gnav-item a:hover {
    background: #f97d9b;
  }
  .gnav-item .ja {
    font-size: clamp(1rem, 2.08vh, 1.6rem);
    line-height: 1.2;
  }
  .gnav-item .en {
    font-size: clamp(1rem, 1.43vh, 1.1rem);
  }
  .gnav-item.type02 {
    width: 100%;
  }
  .gnav-item.type02 a {
    padding: clamp(5px, 2.2vh, 19px) 30px clamp(5px, 2.3vh, 23px);
  }
}

.gnav-sns-list {
  margin: 55px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnav-sns-item {
  margin: 0 30px 0 0;
}

.gnav-sns-item:last-child {
  margin-right: 0;
}

.gnav-sns-item.insta, .gnav-sns-item.tw {
  width: 20px;
}

.gnav-sns-item.fb {
  width: 10px;
}

.gnav-sns-item a {
  display: block;
}

@media screen and (min-width: 1060px) {
  .gnav-sns-list {
    margin: clamp(10px, 4.5vh, 50px) auto 0;
    padding: 0 30px;
    justify-content: flex-start;
  }
  .gnav-sns-item {
    margin: 0 20px 0 0;
  }
  .gnav-sns-item.insta, .gnav-sns-item.tw {
    width: 16px;
  }
  .gnav-sns-item.fb {
    width: 8px;
  }
}

/* current */
@media screen and (min-width: 1060px) {
  body.page-about .gnav-item .item-about,
  body.page-product .gnav-item .item-product,
  body.page-history .gnav-item .item-history,
  body.page-labo .gnav-item .item-labo,
  body.page-voice .gnav-item .item-voice,
  body.page-media .gnav-item .item-media {
    background: #f97d9b;
  }
}

/* =========================================================
Home
========================================================= */
/*------------------------------------------
home header
------------------------------------------*/
.home-hd .mv-wrap {
  height: 100%;
  background: #f97d9b;
}

.home-hd .mv-wrap.vertical .mv-side {
  display: none;
}

.home-hd .mv-wrap.vertical .mv-vertical {
  display: block;
}

.home-hd .mv-vertical {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 15px solid #f97d9b;
  border-bottom: none;
  background: #fff url(https://www.otsuka.co.jp/fib/assets/images/home/mv_bg01.webp) no-repeat center/cover;
  position: relative;
}

.home-hd .mv-vertical .mv {
  width: 83.06vw;
  height: 48.47vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-hd .mv-vertical .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.home-hd .mv-vertical .txt01 {
  width: 83px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.home-hd .mv-vertical .badge {
  width: clamp(100px, 26.6vw, 150px);
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}

.home-hd .mv-side {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 35px solid #f97d9b;
  border-bottom: none;
  background: #fff url(https://www.otsuka.co.jp/fib/assets/images/home/mv_bg02.webp) no-repeat center/cover;
  position: relative;
}

.home-hd .mv-side .mv {
  width: 50.95%;
  height: 88.1%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-hd .mv-side .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.home-hd .mv-side .txt01 {
  width: 90px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.home-hd .mv-side .badge {
  width: 240px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}

.home-hd .notice {
  padding: 8px 15px;
  background: #f97d9b;
  display: flex;
  align-items: center;
  gap: 19px;
}

.home-hd .notice .txt {
  flex: 1;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: .15em;
  color: #fff;
}

.home-hd .notice .tokuho {
  width: 125px;
}

@media screen and (min-width: 769px) {
  .home-hd .notice {
    padding: 10px 35px;
  }
  .home-hd .notice .txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .home-hd .notice .tokuho {
    width: 234px;
  }
}

.home-hd.is-campaign .mv-vertical .tokuho {
  position: absolute;
  top: 75px;
  right: 16px;
}

.home-hd.is-campaign .mv-side .tokuho {
  position: absolute;
  top: 20px;
  right: 20px;
}

/*------------------------------------------
home contents
------------------------------------------*/
.home-cont {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .home-cont {
    padding: 0 60px;
  }
}

.home-cont-in {
  max-width: 990px;
  margin: 0 auto;
}

.home-cont .home-ttl {
  color: #f85c82;
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 4.8vw;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .home-cont .home-ttl {
    font-size: 2.4rem;
  }
}

.home-cont .cmn-btn01 {
  width: 59.33333vw;
}

@media screen and (min-width: 769px) {
  .home-cont .cmn-btn01 {
    width: 310px;
  }
}

/*------------------------------------------
five mini
------------------------------------------*/
.home-cont.cont01 {
  padding-top: 25px;
  padding-bottom: 35px;
  position: relative;
  mix-blend-mode: multiply;
}

.home-cont.cont01 .cmn-btn01 {
  margin: 85px auto 0;
}

@media screen and (min-width: 769px) {
  .home-cont.cont01 {
    padding: 50px 0 100px;
  }
  .home-cont.cont01 .home-cont-in {
    max-width: 100%;
    position: relative;
  }
}

.home-fibe-ttl {
  color: #ffb7c4;
  text-align: center;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: .2em;
  text-shadow: 1px 1px 0 #f85c82;
}

.home-fibe-ttl > * {
  display: block;
}

.home-fibe-ttl small {
  margin: 0 auto 12px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .2em;
  text-shadow: 0 1px 0 #f85c82;
}

.home-fibe-ttl em {
  display: inline-block;
}

.home-fibe-wrap {
  margin: 17px auto 0;
}

.home-fibe-img {
  width: 72.8vw;
  max-width: 546px;
  margin: 0 auto;
  position: relative;
}

.home-fibe-img .home-fibe-mini-bg {
  width: 100%;
  position: absolute;
  top: -50px;
  z-index: -2;
}

.home-fibe-img .home-fibe-mini-shadow {
  width: 63.06667vw;
  max-width: 473px;
  position: absolute;
  top: 0;
  left: 14%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.home-fibe-img .home-fibe-mini {
  width: 40.93333vw;
  max-width: 307px;
  margin: 50px auto 0 12vw;
}

.home-fibe-img .bubble01 {
  width: 19.33333vw;
  max-width: 113px;
  position: absolute;
  top: 4.3vw;
  left: 8.7vw;
  z-index: 1;
  opacity: 0;
}

.home-fibe-img .bubble02 {
  width: 15.2vw;
  max-width: 88px;
  position: absolute;
  top: 21.2vw;
  left: 7vw;
  opacity: 0;
}

.home-fibe-img.is-active .bubble01 {
  animation: poyon 1s linear forwards;
}

.home-fibe-img.is-active .bubble02 {
  animation: poyon 1s linear .5s forwards;
}

.home-fibe-description {
  margin: 0 auto 25px;
  position: relative;
  z-index: 0;
}

.home-fibe-description::before {
  content: "";
  z-index: -1;
  position: absolute;
}

.home-fibe-description:last-child {
  margin-bottom: 0;
}

.home-fibe-description .num {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #ffb7c4;
  text-shadow: 1px 1px 0 #f85c82;
  font-size: 8vw;
  line-height: 1;
}

.home-fibe-description .ttl {
  margin: 5px auto 0;
  color: #f85c82;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 4.8vw;
  line-height: 1;
}

.home-fibe-description .ttl span {
  display: inline-block;
}

.home-fibe-description .txt {
  margin: 10px auto 0;
  font-size: 1.2rem;
  line-height: 1.75;
}

.home-fibe-description.desc01::before {
  aspect-ratio: 56/28;
  width: 280px;
  background: url(https://www.otsuka.co.jp/fib/assets/images/home/bg_fibmini01.png) no-repeat center/contain;
  top: 5px;
  left: -104px;
}

.home-fibe-description.desc02::before {
  aspect-ratio: 400/266;
  width: 200px;
  background: url(https://www.otsuka.co.jp/fib/assets/images/home/bg_fibmini02.png) no-repeat center/contain;
  top: 19px;
  right: -32px;
}

.home-fibe-description.desc03::before {
  aspect-ratio: 405/290;
  width: 202px;
  background: url(https://www.otsuka.co.jp/fib/assets/images/home/bg_fibmini03.png) no-repeat center/contain;
  top: -2px;
  left: -63px;
}

@media screen and (min-width: 769px) {
  .home-fibe-ttl {
    font-size: 4.6rem;
  }
  .home-fibe-ttl small {
    margin: 0 auto 22px;
    font-size: 2rem;
    text-shadow: 1px 1px 0 #f85c82;
  }
  .home-fibe-wrap {
    margin: 45px auto 0;
    position: relative;
  }
  .home-fibe-img .home-fibe-mini {
    margin: 0 auto 0 93px;
  }
  .home-fibe-img .bubble01 {
    top: 18px;
    left: 105px;
  }
  .home-fibe-img .bubble02 {
    top: 114px;
    left: 96px;
  }
  .home-fibe-description {
    width: 25.78125vw;
    max-width: 330px;
    margin: 0 auto 25px;
    position: absolute;
  }
  .home-fibe-description:last-child {
    margin-bottom: 0;
  }
  .home-fibe-description .num {
    font-size: 4rem;
  }
  .home-fibe-description .ttl {
    margin: 15px auto 0;
    color: #f85c82;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) and (min-width: 975px) {
  .home-fibe-description .ttl {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .home-fibe-description .txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

@media screen and (min-width: 769px) and (min-width: 1030px) {
  .home-fibe-description .txt {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .home-fibe-description.desc01 {
    top: 153px;
    left: 60px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1060px) {
  .home-fibe-description.desc01 {
    left: clamp(10px, 2vw, 60px);
  }
}

@media screen and (min-width: 769px) {
  .home-fibe-description.desc01::before {
    width: 730px;
    top: -60px;
    left: auto;
    right: 14px;
  }
  .home-fibe-description.desc02 {
    top: 0;
    right: 60px;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 1060px) {
  .home-fibe-description.desc02 {
    right: clamp(10px, 2vw, 60px);
  }
}

@media screen and (min-width: 769px) {
  .home-fibe-description.desc02::before {
    width: 512px;
    top: -85px;
    left: -36px;
    right: auto;
  }
  .home-fibe-description.desc03 {
    top: 370px;
    right: 60px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1060px) {
  .home-fibe-description.desc03 {
    right: clamp(10px, 2vw, 60px);
  }
}

@media screen and (min-width: 769px) and (min-width: 800px) {
  .home-fibe-description.desc03 {
    top: 347px;
  }
}

@media screen and (min-width: 769px) {
  .home-fibe-description.desc03::before {
    width: 452px;
    top: -77px;
    left: -65px;
  }
}

/* animation */
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  40% {
    transform: scale(0.95, 1.1) translate(0%, -5%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

/* IE */
body.ms .home-fibe-img .home-fibe-mini-bg {
  opacity: .5;
  z-index: 0;
}

body.ms .home-fibe-img .home-fibe-mini-shadow {
  opacity: .6;
  z-index: 0;
}

/*------------------------------------------
product
------------------------------------------*/
.home-cont.cont02 {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #fafafa;
}

.home-cont.cont02 .cmn-btn01 {
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .home-cont.cont02 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .home-cont.cont02 .home-cont-in {
    max-width: 1150px;
  }
  .home-cont.cont02 .cmn-btn01 {
    margin: 35px auto 0;
  }
}

.home-product-list {
  margin: 40px auto 0;
}

.home-product-list .slick-list {
  width: 54vw;
  overflow: visible;
}

.home-product-item {
  width: 54vw;
  margin: 0 auto;
  text-align: center;
}

.home-product-item a {
  display: block;
  color: #7c7070;
}

.home-product-item .ttl {
  margin: 20px auto 0;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 4.8vw;
  line-height: 1;
  color: #f85c82;
}

.home-product-item .txt {
  margin: 15px auto 0;
  font-size: 3.2vw;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .home-product-list {
    margin: 70px auto 0;
    display: flex;
    justify-content: center;
  }
  .home-product-list.is-active .home-product-item {
    opacity: 1;
  }
  .home-product-item {
    width: calc(33.333% - 20px);
    margin: 0 30px 0 0;
    opacity: 0;
    transition: opacity .5s ease;
  }
  .home-product-item:nth-child(1) {
    order: 3;
    transition-delay: .6s;
  }
  .home-product-item:nth-child(2) {
    order: 1;
  }
  .home-product-item:nth-child(3) {
    order: 2;
    transition-delay: .3s;
  }
  .home-product-item:last-child {
    margin-right: 0;
  }
  .home-product-item a:hover .img {
    transform: translateY(-20px);
  }
  .home-product-item .img {
    transition: transform .4s ease;
  }
  .home-product-item .ttl {
    margin: 30px auto 0;
    font-size: 2.4rem;
  }
  .home-product-item .txt {
    margin: 20px auto 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.home-comic {
  margin: -20px auto 0;
  padding-top: 80px;
}

.home-comic .comic-lead {
  display: none;
}

@media screen and (min-width: 769px) {
  .home-comic {
    margin: 10px auto 0;
  }
}

/*------------------------------------------
MORE ABOUT Fibe Mini
------------------------------------------*/
.home-cont.cont03 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .home-cont.cont03 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.home-more-link-list {
  margin: 70px auto 0;
  height: 105.73333vw;
  position: relative;
}

.home-more-link-list .deco {
  width: 47.6vw;
  position: absolute;
  top: -8.4vw;
  left: 0;
  z-index: 2;
}

.home-more-link a {
  display: block;
  color: #fff;
}

.home-more-link .img {
  position: relative;
  overflow: hidden;
}

.home-more-link .img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(248, 92, 130, 0.5) 0%, rgba(248, 92, 130, 0) 70%);
}

.home-more-link .txt-wrap {
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.home-more-link .txt01 {
  font-size: 4.26667vw;
  line-height: 1;
  font-family: "FrutigerNeueLTW1G-CnThin", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
}

.home-more-link .txt02 {
  margin: 10px auto 0;
  font-family: Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "MS PGothic", sans-serif;
  font-size: 2.93333vw;
  line-height: 1;
}

.home-more-link.link01 {
  width: 44.66667vw;
  max-width: 310px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.home-more-link.link02 {
  width: 59.6vw;
  max-width: 410px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .home-more-link-list {
    max-width: 835px;
    height: 655px;
    margin: 70px auto 0;
  }
  .home-more-link-list .deco {
    width: 342px;
    top: 60px;
    left: calc(100% - 410px - 290px);
  }
  .home-more-link .txt-wrap {
    padding: 30px 20px;
  }
  .home-more-link .txt01 {
    font-size: 2.4rem;
  }
  .home-more-link .txt02 {
    margin: 13px auto 0;
    font-size: 1.4rem;
  }
  .home-more-link a .img img {
    transition: transform .8s ease;
  }
  .home-more-link a .img-cover {
    transition: opacity .4s ease;
  }
  .home-more-link a:hover .img img {
    transform: scale(1.06);
  }
  .home-more-link a:hover .img-cover {
    opacity: 0;
  }
}

/*------------------------------------------
topics
------------------------------------------*/
.home-cont.cont04 {
  padding-top: 40px;
  padding-bottom: 75px;
  background: #fafafa;
}

@media screen and (min-width: 769px) {
  .home-cont.cont04 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}

.home-topic-list {
  margin: 30px auto 0;
}

.home-topic-list.slick-initialized {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: max-content auto;
  grid-gap: 10px 15px;
  grid-template-areas: "banner banner banner" "prev dots next";
}

.home-topic-list .slick-list {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: banner;
  aspect-ratio: 2/1;
  width: 100%;
}

.home-topic-list .slick-dots {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: dots;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.home-topic-list .slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f85c82;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.home-topic-list .slick-dots .slick-active button {
  background: none;
  border: 1px solid #f85c82;
}

.home-topic-list .slick-arrow button {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f85c82;
  border-left: 2px solid #f85c82;
}

.home-topic-list .slick-arrow.prev {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: prev;
  justify-self: end;
}

.home-topic-list .slick-arrow.prev button {
  transform: rotate(-45deg);
}

.home-topic-list .slick-arrow.next {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: next;
}

.home-topic-list .slick-arrow.next button {
  transform: rotate(135deg);
}

.home-topic-item {
  background: #feeef2 url(https://www.otsuka.co.jp/fib/assets/images/home/bg_pat02.png) repeat-x center/auto 100%;
}

.home-topic-item a {
  display: block;
  aspect-ratio: 2/1;
  width: 100%;
}

.home-topic-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 769px) {
  .home-topic-list {
    margin: 60px auto 0;
  }
  .home-topic-list.slick-initialized {
    grid-gap: 30px 20px;
  }
  .home-topic-list .slick-dots {
    gap: 15px;
    top: calc(100% + 30px);
  }
  .home-topic-list .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

/*------------------------------------------
media
------------------------------------------*/
body.page-home .cmn-media {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  body.page-home .cmn-media {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

/*------------------------------------------
fiber lab
------------------------------------------*/
.home-cont.cont06 {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(https://www.otsuka.co.jp/fib/assets/images/home/bg_lab.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.home-cont.cont06 .home-ttl {
  color: #fff;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 6.13333vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .home-cont.cont06 .home-ttl {
    font-size: 4.6rem;
  }
}

.home-cont.cont06 .cmn-btn01 {
  margin: 23px auto 0;
}

@media screen and (min-width: 769px) {
  .home-cont.cont06 {
    height: 470px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .home-cont.cont06 .cmn-btn01 {
    margin: 30px auto 0;
  }
}

.home-labo-bg {
  width: 100%;
  height: calc(100% - 20px);
  background: url(https://www.otsuka.co.jp/fib/assets/images/home/bg_pat01.png) repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  animation: slide 100s linear infinite;
}

.home-labo-ttl {
  margin: 20px auto 0;
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1;
}

.home-labo-txt {
  margin: 15px auto 0;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .home-labo-bg {
    animation: slide 100s linear infinite;
  }
  .home-labo-ttl {
    margin: 30px auto 0;
    font-size: 2.4rem;
  }
  .home-labo-txt {
    max-width: 735px;
    margin: 40px auto 0;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
}

body.ms .home-labo-bg {
  animation: slide-ms 100s linear infinite;
}

/* animation */
:root {
  --fivH: calc(var(--fiv, 450px) * 2.56329);
}

@keyframes slide {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 1153.4805px center;
    background-position: calc(var(--fiv, 450px) * 2.56329) center;
  }
}

@keyframes slide-ms {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 1153.4805px center;
  }
}

/*------------------------------------------
online store
------------------------------------------*/
body.page-home .cmn-online {
  padding-top: 45px;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  body.page-home .cmn-online {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.home-online-list {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.home-online-list a {
  display: block;
  border: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  .home-online-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

/* =========================================================
About
========================================================= */
/*------------------------------------------
about contents
------------------------------------------*/
.about-lead {
  margin: 0 auto 20px;
}

@media screen and (min-width: 769px) {
  .about-lead {
    margin: 0 auto 35px;
    text-align: center;
  }
}

.about-wrap {
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
}

@media screen and (min-width: 769px) {
  .about-wrap {
    display: block;
    margin: 0 auto 100px;
  }
}

.about-wrap .img {
  width: 50%;
  padding: 0 14.93333vw;
}

@media screen and (min-width: 769px) {
  .about-wrap .img {
    width: 95px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .about-tab {
    width: 50%;
    gap: 20px;
    flex-direction: column;
    border: none;
  }
}

@media screen and (min-width: 769px) {
  .about-tab {
    margin: 45px auto 0;
    max-width: 100%;
  }
}

.about-tab li {
  width: 100%;
}

@media (max-width: 768px) {
  .about-tab li {
    border: 1px solid #f85c82 !important;
  }
}

.about-sec {
  padding-top: 80px;
  margin: -80px auto 60px;
}

@media screen and (min-width: 1060px) {
  .about-sec {
    padding-top: 60px;
    margin: -60px auto 120px;
  }
}

.about-sec:last-child {
  margin-bottom: 0;
}

.about-sec .box {
  margin: 40px auto 0;
}

.about-sec .box > * {
  margin: 17px auto 0;
}

.about-sec .box > *:first-child {
  margin-top: 0;
}

.about-sec .lead01 {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}

.about-sec .lead01 span {
  display: inline-block;
}

.about-sec .notice01 {
  font-size: 1rem;
  line-height: 1.5;
  color: #a39a9a;
}

.about-sec .cmn-btn01 {
  width: 60vw;
  margin: 20px auto 0;
}

.about-ttl {
  text-align: center;
  position: relative;
}

.about-ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f85c82;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about-ttl span {
  display: inline-block;
  padding: 0 .5em 0 .7em;
  background: #fff;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 5.86667vw;
  line-height: 1;
  color: #f85c82;
}

.about-subttl01 {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 5.86667vw;
  line-height: 1.5;
  text-align: center;
  color: #f85c82;
}

.about-subttl01 > * {
  display: block;
}

.about-subttl01 .small {
  margin: 0 auto 1.4vw;
  font-size: 4.66667vw;
  line-height: 1.54286;
  letter-spacing: .2em;
}

.about-subttl02 {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 4.8vw;
  line-height: 1;
  text-align: center;
  color: #f85c82;
}

.about-subttl02 span {
  display: inline-block;
  width: 13.33333vw;
  margin: 0 2.66667vw 0 0;
  padding: 1.6vw 0 1.33333vw 3vw;
  background: #f85c82;
  font-size: 3.46667vw;
  line-height: 1;
  text-align: left;
  letter-spacing: .2em;
  color: #fff;
  vertical-align: text-bottom;
}

.about-graf-block {
  padding: 25px 23px;
}

@media screen and (min-width: 769px) {
  .about-sec .box {
    margin: 75px auto 0;
  }
  .about-sec .box > * {
    margin: 30px auto 0;
  }
  .about-sec .lead01 {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .about-sec .notice01 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1;
    text-align: right;
  }
  .about-sec .cmn-btn01 {
    width: 310px;
    margin: 60px auto 0;
  }
  .about-ttl span {
    padding: 0 18px;
    font-size: 3.4rem;
  }
  .about-subttl01 {
    margin: 0 auto 10px;
    font-size: 3.4rem;
    line-height: 1.14706;
  }
  .about-subttl01 .small {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .about-subttl02 {
    font-size: 2.6rem;
  }
  .about-subttl02 span {
    width: 70px;
    margin: 0 14px 0 0;
    padding: 9px 0 9px 16px;
    font-size: 1.8rem;
  }
  .about-graf-block {
    padding: 40px 45px 30px;
  }
}

@media (max-width: 768px) {
  .about-sec.sec03 .img {
    width: 100vw;
    margin-left: -20px;
  }
}

@media (max-width: 768px) {
  body.page-about .cmn-online {
    padding-bottom: 50px;
  }
}

/* =========================================================
Product
========================================================= */
/*------------------------------------------
product contents
------------------------------------------*/
@media screen and (min-width: 769px) {
  body.page-product .page-ttl {
    margin-bottom: 0;
  }
}

.product-cont > * {
  padding-top: 60px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .product-cont > * {
    padding: 120px 0 0;
    margin: 0;
  }
}

.product-cont > *:first-child {
  margin-top: -60px;
}

@media screen and (min-width: 769px) {
  .product-cont > *:first-child {
    margin-top: 0;
  }
}

.product-cont .cmn-nav01 {
  margin: 50px auto 0;
}

@media screen and (min-width: 769px) {
  .product-cont .cmn-nav01 {
    margin: 100px auto 0;
  }
}

.product-ttl {
  padding: 17px 0 0;
  position: relative;
  color: #f85c82;
  text-align: center;
}

.product-ttl:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #f85c82;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}

.product-ttl > * {
  display: block;
}

.product-ttl .ja {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 6.66667vw;
  line-height: 1;
}

.product-ttl .en {
  margin: 5px auto 0;
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 2.66667vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .product-ttl {
    padding: 22px 0 0;
    text-align: left;
    position: absolute;
    top: 102px;
    left: 0;
  }
  .product-ttl:before {
    height: 2px;
    left: 0;
    margin: 0;
  }
  .product-ttl .ja {
    font-size: 3rem;
    line-height: 1.5;
  }
  .product-ttl .en {
    margin: 5px auto 0;
    font-size: 1.3rem;
  }
}

.product-img {
  margin: 30px auto 0;
  position: relative;
}

.product-img .badge {
  width: 26vw;
  max-width: 142px;
  position: absolute;
  bottom: 0;
  left: -9px;
}

@media screen and (min-width: 769px) {
  .product-img {
    margin: 0 auto;
    text-align: center;
  }
  .product-img img {
    max-width: 430px;
  }
  .product-img .badge {
    left: -3px;
  }
}

.product-lead {
  margin: 30px auto 0;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #f85c82;
  font-size: 4.8vw;
  line-height: 1.5;
}

.product-lead span {
  display: inline-block;
}

.product-txt {
  margin: 10px auto 0;
}

.product-txt .txt01 sup {
  font-size: 1rem;
  vertical-align: top;
}

.product-txt .txt02 {
  margin: 20px auto 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #a39a9a;
}

.product-txt a {
  display: inline-block;
  padding: 0 1.5em 0 0;
  color: #f85c82;
  position: relative;
}

.product-txt a:after {
  content: "\2192";
  font-family: Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "MS PGothic", sans-serif;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .product-lead {
    margin: 0;
    font-size: 2.3rem;
    line-height: 1.65217;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 120px;
    right: 0;
  }
  .product-txt {
    margin: 70px auto 0;
  }
  .product-txt .txt01 sup {
    font-size: 1.2rem;
  }
  .product-txt .txt02 {
    margin: 15px auto 0;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.product-detail {
  margin: 20px auto 0;
  border: 1px solid #f85c82;
  border-bottom: none;
}

.product-detail .head-ttl {
  padding: 14px 0 13px;
  border-bottom: 1px solid #f85c82;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 1.3rem;
  line-height: 1;
  color: #f85c82;
  text-align: center;
  position: relative;
}

.product-detail .head-ttl:before {
  content: "";
  width: 11px;
  height: 1px;
  background: #f85c82;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.product-detail .head-ttl:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #f85c82;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.product-detail .head-ttl.is-active {
  background: #f85c82;
  color: #fff;
}

.product-detail .head-ttl.is-active:before {
  background: #fff;
}

.product-detail .head-ttl.is-active:after {
  content: none;
}

.product-detail .js-tglview {
  display: none;
}

.product-detail .box-wrap {
  padding: 25px 15px;
  border-bottom: 1px solid #f85c82;
}

.product-detail .box-wrap > * {
  margin: 30px auto 0;
}

.product-detail .box-wrap > *:first-child {
  margin-top: 0;
}

.product-detail .ttl {
  margin: 0 auto 15px;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 1.3rem;
  line-height: 1;
  color: #f85c82;
}

.product-detail .ttl small {
  font-size: 1.1rem;
  letter-spacing: .2em;
}

.product-detail .nutrition-list .wrap {
  margin: 0 auto 20px;
}

.product-detail .nutrition-list .wrap:last-child {
  margin-bottom: 0;
}

.product-detail .nutrition-list .bundle {
  margin: 0 auto 20px;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
}

.product-detail .nutrition-list .bundle:before {
  content: "";
  width: 100%;
  border-top: 1px dotted #e8e8e8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.product-detail .nutrition-list .bundle:last-child {
  margin-bottom: 0;
}

.product-detail .nutrition-list .bundle.blank {
  height: 1em;
}

.product-detail .nutrition-list .bundle.blank:before {
  content: none;
}

.product-detail .nutrition-list .bundle-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.product-detail .nutrition-list .bundle-in > * {
  display: inline-block;
  background: #fff;
}

.product-detail .nutrition-list dt {
  padding-right: 1em;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
}

.product-detail .nutrition-list dd {
  padding-left: 1em;
}

.product-detail .material-list {
  font-size: 1.1rem;
  line-height: 1.75;
}

.product-detail .close-btn {
  text-align: center;
}

.product-detail .close-btn button {
  display: inline-block;
  color: #f85c82;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .2em;
}

@media screen and (min-width: 769px) {
  .product-detail {
    border-width: 2px;
  }
  .product-detail .head-ttl {
    padding: 22px 0 20px;
    border-width: 2px;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
  }
  .product-detail .head-ttl:before {
    width: 12px;
    height: 2px;
    right: 22px;
    transition: background .2s ease;
  }
  .product-detail .head-ttl:after {
    width: 2px;
    height: 15px;
    right: 27px;
    transition: background .2s ease;
  }
  .product-detail .head-ttl:hover {
    background: #f85c82;
    color: #fff;
  }
  .product-detail .head-ttl:hover:before, .product-detail .head-ttl:hover:after {
    background: #fff;
  }
  .product-detail .js-tglview {
    display: none;
  }
  .product-detail .box-wrap {
    padding: 30px 27px;
    border-width: 2px;
  }
  .product-detail .box-wrap > * {
    margin: 40px auto 0;
  }
  .product-detail .ttl {
    margin: 0 auto 20px;
    font-size: 1.6rem;
  }
  .product-detail .ttl small {
    font-size: 1.2rem;
  }
  .product-detail .nutrition-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-detail .nutrition-list .wrap {
    width: calc(50% - 19px);
    margin: 0 38px 0 0;
  }
  .product-detail .nutrition-list .wrap:nth-child(2n) {
    margin-right: 0;
  }
  .product-detail .nutrition-list .bundle {
    margin: 0 0 25px;
    font-size: 1.4rem;
  }
  .product-detail .nutrition-list .bundle:before {
    border-width: 2px;
  }
  .product-detail .material-list {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .product-detail .close-btn button {
    font-size: 1.4rem;
    cursor: pointer;
  }
}

.product-note {
  margin: 20px auto 0;
}

.product-note .txt01 {
  font-size: 1rem;
  line-height: 1.5;
}

.product-note a {
  color: #f85c82;
}

@media screen and (min-width: 769px) {
  .product-note .txt01 {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

body.page-product .cmn-media {
  margin: 50px auto 0;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

body.page-product .cmn-media::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  body.page-product .cmn-media {
    margin: 100px auto 0;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

body.page-product .cmn-online {
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  body.page-product .cmn-online {
    padding-bottom: 60px;
  }
}

/* =========================================================
History
========================================================= */
/*------------------------------------------
history contents
------------------------------------------*/
.history-cont > * {
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  .history-cont > * {
    margin: 60px auto 0;
  }
}

.history-cont > *:first-child {
  margin-top: 0;
}

.history-ttl {
  margin: 0 auto 15px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .history-ttl {
    margin: 0 auto 30px;
  }
}

.history-img02 {
  margin: 0 auto 15px;
}

.history-img02 .img {
  width: 17.33333vw;
  max-width: 130px;
  margin: 0 auto;
}

.history-img02 figcaption {
  margin: 10px auto 0;
  text-align: center;
  color: #a39a9a;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .history-img02 {
    margin: 0;
  }
  .history-img02 .img {
    width: 85px;
  }
  .history-img02 figcaption {
    margin: 20px auto 0;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .history-cont .pc-flex {
    flex-direction: row-reverse;
  }
  .history-cont .pc-flex .history-img02 {
    width: 175px;
    margin-top: -60px;
  }
  .history-cont .pc-flex .history-txt01 {
    width: calc(100% - 175px);
    padding: 0 40px 0 0;
  }
}

/* =========================================================
Fiber labo
========================================================= */
/*------------------------------------------
labo contents
------------------------------------------*/
body.page-labo .main-cont {
  padding: 0 0 50px;
}

@media screen and (min-width: 769px) {
  body.page-labo .main-cont {
    max-width: 100%;
    padding: 0 0 100px;
  }
}

body.page-labo .page-ttl {
  height: 40.8vw;
  padding: 13.86667vw 0 0;
  margin-bottom: 0;
  background: url(https://www.otsuka.co.jp/fib/assets/images/labo/bg_pat01.png) repeat-x center top;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  body.page-labo .page-ttl {
    height: 280px;
    padding: 100px 0 0;
  }
}

.labo-cont {
  padding: 40px 0 0;
}

.labo-cont-wrap {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .labo-cont {
    padding: 60px 0 0;
  }
  .labo-cont-wrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .labo-lead {
    text-align: center;
  }
}

.labo-nav {
  margin: 35px auto 0;
}

.labo-nav-item {
  margin: 0 auto 5.33333vw;
}

.labo-nav-item:last-child {
  margin-bottom: 0;
}

.labo-nav-item a {
  display: block;
  padding: 10vw 4.66667vw 10.66667vw;
  background: #feeef2;
  position: relative;
  color: #f85c82;
}

.labo-nav-item a > * {
  position: relative;
  z-index: 1;
}

.labo-nav-item .ico {
  height: calc(100% - 6.4vw);
  position: absolute;
  top: 50%;
  right: 5.33333vw;
  transform: translateY(-50%);
  text-align: right;
  z-index: 0;
}

.labo-nav-item .ico img {
  width: auto;
  height: 100%;
}

.labo-nav-item .sub-ttl {
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 2.66667vw;
  line-height: 1;
}

.labo-nav-item .ttl {
  margin: 2vw 0 0;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 5.6vw;
  line-height: 1.3;
}

.labo-nav-item .vol {
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 5.33333vw;
  line-height: 1;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
}

.labo-nav-item .vol .small {
  margin: 0 0 1.33333vw;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: .15em;
}

@media screen and (min-width: 769px) {
  .labo-nav {
    margin: 55px auto 0;
  }
  .labo-nav-list {
    display: flex;
    flex-wrap: wrap;
  }
  .labo-nav-item {
    width: calc(50% - 20px);
    margin: 40px 40px 0 0;
  }
  .labo-nav-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .labo-nav-item:nth-child(2n) {
    margin-right: 0;
  }
  .labo-nav-item a {
    height: 100%;
    padding: 172px 30px 21px;
  }
  .labo-nav-item .ico {
    height: calc(100% - 70px);
    right: 38px;
  }
  .labo-nav-item .sub-ttl {
    font-size: 1.3rem;
  }
  .labo-nav-item .ttl {
    margin: 11px 0 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .labo-nav-item .vol {
    font-size: 2.4rem;
    top: 26px;
    left: 30px;
    right: auto;
    bottom: auto;
  }
  .labo-nav-item .vol .small {
    margin: 0 0 5px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .labo-nav-item:nth-child(5) .ico {
    height: calc(100% - 88px);
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .labo-nav-item:nth-child(7) .ico {
    height: calc(100% - 85px);
  }
}

.labo-next {
  margin: 40px auto 0;
  position: relative;
  text-align: center;
}

.labo-next:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f85c82;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.labo-next span {
  display: inline-block;
  padding: 0 12px 0 18px;
  background: #fff;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 1.4rem;
  line-height: 1;
  color: #f85c82;
}

@media screen and (min-width: 769px) {
  .labo-next {
    margin: 80px auto 0;
  }
  .labo-next span {
    padding: 0 12px 0 17px;
    font-size: 2rem;
  }
}

/*------------------------------------------
labo lower contents
------------------------------------------*/
.labo-hd {
  padding: 9.33333vw 4.66667vw 12vw;
  background: #feeef2;
  position: relative;
  color: #f85c82;
}

.labo-hd > * {
  position: relative;
  z-index: 1;
}

.labo-hd .ico {
  height: calc(100% - 6.4vw);
  position: absolute;
  top: 3.2vw;
  right: 5.33333vw;
  text-align: right;
  z-index: 0;
}

.labo-hd .ico img {
  width: auto;
  height: 100%;
}

.labo-hd .ttl-wrap > * {
  display: block;
}

.labo-hd .sub-ttl {
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 2.66667vw;
  line-height: 1;
}

.labo-hd .ttl {
  margin: 2vw 0 0;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 5.6vw;
  line-height: 1.3;
}

.labo-hd .vol {
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 5.33333vw;
  line-height: 1;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
}

.labo-hd .vol .small {
  margin: 0 0 1.33333vw;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: .15em;
}

@media screen and (min-width: 769px) {
  .labo-hd {
    padding: 140px 40px 30px;
  }
  .labo-hd .ico {
    height: calc(100% - 64px);
    top: 34px;
    right: 50px;
  }
  .labo-hd .ttl-wrap > * {
    display: block;
  }
  .labo-hd .sub-ttl {
    font-size: 1.8rem;
  }
  .labo-hd .ttl {
    margin: 10px 0 0;
    font-size: 3.8rem;
    line-height: 1.3;
  }
  .labo-hd .vol {
    font-size: 2.4rem;
    top: 35px;
    left: 40px;
    right: auto;
    bottom: auto;
  }
  .labo-hd .vol .small {
    margin: 0 0 5px;
    font-size: 1.2rem;
  }
}

.labo-lower-lead {
  margin: 20px auto 0;
}

@media screen and (min-width: 769px) {
  .labo-lower-lead {
    margin: 30px auto 0;
  }
}

.labo-lower-lead a {
  color: #f85c82;
}

.labo-sec {
  margin: 40px auto 0;
}

.labo-sec > * {
  margin: 15px auto 0;
}

.labo-sec a {
  color: #f85c82;
}

.labo-ttl01 {
  padding: 0 0 5px;
  border-bottom: 1px solid #f85c82;
  display: flex;
}

.labo-ttl01 .ico {
  display: block;
  width: 8vw;
  height: 8vw;
  background: #f85c82;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.labo-ttl01 .ico img {
  width: calc(100% - .8vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.labo-ttl01 .txt {
  width: calc(100% - 8vw);
  padding: 0 0 0 .5em;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 5.86667vw;
  line-height: 1.5;
  color: #f85c82;
}

.labo-ttl02 {
  margin: 20px auto 0;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 4.8vw;
  line-height: 1.5;
  color: #f85c82;
}

.labo-video01 {
  padding-top: 56.25%;
  position: relative;
}

.labo-video01 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.labo-video02 {
  text-align: center;
  position: relative;
}

.labo-video02 .thumb {
  width: 100%;
  max-width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.labo-video02 video {
  width: 100%;
  max-width: 380px;
}

.labo-txt01 sup {
  font-size: 1rem;
  vertical-align: top;
}

.labo-txt01 .arrow {
  font-family: Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "MS PGothic", sans-serif;
}

.labo-img01 {
  border: 1px solid #f85c82;
}

.labo-notice01 {
  color: #a39a9a;
  font-size: 1rem;
  line-height: 1.5;
}

.labo-supervision {
  margin: 20px auto 0;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .labo-sec {
    margin: 85px auto 0;
  }
  .labo-sec > * {
    margin: 35px auto 0;
  }
  .labo-ttl01 {
    padding: 0 0 10px;
  }
  .labo-ttl01 .ico {
    width: 44px;
    height: 44px;
    padding: 0;
    text-align: center;
  }
  .labo-ttl01 .ico img {
    width: calc(100% - 6px);
  }
  .labo-ttl01 .txt {
    width: calc(100% - 44px);
    padding: 0 0 0 9px;
    font-size: 3rem;
  }
  .labo-ttl02 {
    margin: 50px auto 0;
    font-size: 2.4rem;
    line-height: 1.625;
  }
  .labo-ttl02 + .labo-txt01 {
    margin: 15px auto 0;
  }
  .labo-img01 {
    border-width: 2px;
  }
  .labo-notice01 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .labo-video02 {
    background: url(https://www.otsuka.co.jp/fib/assets/images/labo/04/bg_video.png) no-repeat bottom right;
    background-size: cover;
  }
  .labo-supervision {
    margin: 30px auto 0;
  }
}

body.page-labo03 .labo-ttl01 .ico img {
  width: calc(100% - 1.8vw);
}

@media screen and (min-width: 769px) {
  body.page-labo03 .labo-ttl01 .ico img {
    width: calc(100% - 13px);
  }
}

@media screen and (min-width: 769px) {
  body.page-labo07 .labo-ttl01 .ico img {
    top: 55%;
  }
}

.labo-tbl01 {
  overflow: hidden;
}

.labo-tbl01 .head-ttl {
  padding: 14px 0 13px;
  border: 1px solid #f85c82;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 1.3rem;
  line-height: 1;
  color: #f85c82;
  text-align: center;
  position: relative;
}

.labo-tbl01 .head-ttl:before {
  content: "";
  width: 11px;
  height: 1px;
  background: #f85c82;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.labo-tbl01 .head-ttl:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #f85c82;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.labo-tbl01 .head-ttl.is-active {
  background: #f85c82;
  color: #fff;
}

.labo-tbl01 .head-ttl.is-active:before {
  background: #fff;
}

.labo-tbl01 .head-ttl.is-active:after {
  content: none;
}

.labo-tbl01 .js-tglview {
  display: none;
}

.labo-tbl01 .tbl-wrap {
  width: 100%;
  position: relative;
  -ms-overflow-x: scroll;
  overflow-x: scroll;
  position: relative;
}

.labo-tbl01 .ps__rail-x {
  width: 100%;
  height: 10px;
  margin: 5px auto 0;
  border-radius: 5px;
  background-color: rgba(238, 238, 238, 0.9) !important;
  opacity: 1 !important;
  z-index: 2;
  position: relative !important;
}

@media screen and (min-width: 780px) {
  .labo-tbl01 .ps__rail-x {
    display: none !important;
  }
}

.labo-tbl01 .ps__thumb-x {
  height: 10px !important;
  background-color: rgba(153, 153, 153, 0.9) !important;
  bottom: 0;
}

.labo-tbl01 .ps__rail-y {
  display: none !important;
}

.labo-tbl01 table {
  width: 100%;
  min-width: 760px;
  table-layout: fixed;
  border-collapse: collapse;
}

.labo-tbl01 table > * {
  border-bottom: 1px solid #f85c82;
}

.labo-tbl01 .col01 {
  width: 145px;
}

.labo-tbl01 .col02 {
  width: 16.66%;
}

.labo-tbl01 .col02 col {
  border-right: 1px solid #f85c82;
}

.labo-tbl01 .col02 col.dotted {
  border-right: 1px dotted #f85c82;
}

.labo-tbl01 tr {
  border-bottom: 1px solid #f85c82;
}

.labo-tbl01 tr:last-child {
  border-bottom: none;
}

.labo-tbl01 td, .labo-tbl01 th {
  height: 45px;
  vertical-align: middle;
  text-align: center;
}

.labo-tbl01 td.sticky, .labo-tbl01 th.sticky {
  height: 100%;
  position: sticky;
  border: none;
  left: 0;
  z-index: 1;
}

.labo-tbl01 td.sticky:before, .labo-tbl01 td.sticky:after, .labo-tbl01 th.sticky:before, .labo-tbl01 th.sticky:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #f85c82;
  position: absolute;
  top: 0;
}

.labo-tbl01 td.sticky:before, .labo-tbl01 th.sticky:before {
  left: 0;
}

.labo-tbl01 td.sticky:after, .labo-tbl01 th.sticky:after {
  right: 0;
}

.labo-tbl01 th {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #f85c82;
  background: #feeef2;
  font-size: 1.6rem;
  line-height: 1;
}

.labo-tbl01 th small {
  font-size: 1.2rem;
}

.labo-tbl01 th sup {
  font-size: 1rem;
  vertical-align: super;
}

.labo-tbl01 th.small {
  font-size: 1.3rem;
  line-height: 1.5;
}

.labo-tbl01 th.item {
  background: #fff;
  color: #000;
}

.labo-tbl01 td {
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .labo-tbl01 .head-ttl {
    padding: 22px 0 20px;
    border-width: 2px;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
  }
  .labo-tbl01 .head-ttl:before {
    width: 12px;
    height: 2px;
    right: 22px;
    transition: background .2s ease;
  }
  .labo-tbl01 .head-ttl:after {
    width: 2px;
    height: 15px;
    right: 27px;
    transition: background .2s ease;
  }
  .labo-tbl01 .head-ttl:hover {
    background: #f85c82;
    color: #fff;
  }
  .labo-tbl01 .head-ttl:hover:before, .labo-tbl01 .head-ttl:hover:after {
    background: #fff;
  }
  .labo-tbl01 .tbl-wrap {
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
  .labo-tbl01 td, .labo-tbl01 th {
    height: 60px;
  }
}

.labo-backnumber {
  margin: 50px auto 0;
  padding: 25px 0;
  border-top: 1px solid #f85c82;
  border-bottom: 1px solid #f85c82;
}

.labo-backnumber .ttl {
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  color: #f85c82;
  font-size: 1.6rem;
  line-height: 1;
}

.labo-backnumber .ttl .small {
  display: block;
  margin: 0 0 6px;
  font-size: 1.2rem;
  letter-spacing: .15em;
}

.labo-backnumber .list {
  margin: 20px auto 0;
}

.labo-backnumber .list li {
  display: flex;
  margin: 0 0 15px;
}

.labo-backnumber .list li:last-child {
  margin-bottom: 0;
}

.labo-backnumber .list .vol {
  width: 50px;
  padding-top: 1px;
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 1.4rem;
  line-height: 1;
}

.labo-backnumber .list .txt {
  width: calc(100% - 50px);
  font-size: 1.4rem;
  line-height: 1.42857;
}

.labo-backnumber .list a {
  color: #f85c82;
}

@media screen and (min-width: 769px) {
  .labo-backnumber {
    margin: 100px auto 0;
    padding: 50px 0;
    display: flex;
  }
  .labo-backnumber .ttl {
    width: 240px;
    font-size: 2.4rem;
  }
  .labo-backnumber .ttl .small {
    margin: 0 0 8px;
    font-size: 1.2rem;
  }
  .labo-backnumber .list {
    width: calc(100% - 240px);
    margin: 0;
  }
  .labo-backnumber .list .vol {
    width: 80px;
    padding-top: 2px;
    font-size: 1.7rem;
  }
  .labo-backnumber .list .txt {
    width: calc(100% - 80px);
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

/* current */
body.page-labo01 .labo-backnumber .item01 a,
body.page-labo02 .labo-backnumber .item02 a,
body.page-labo03 .labo-backnumber .item03 a,
body.page-labo04 .labo-backnumber .item04 a,
body.page-labo05 .labo-backnumber .item05 a,
body.page-labo06 .labo-backnumber .item06 a,
body.page-labo07 .labo-backnumber .item07 a,
body.page-labo08 .labo-backnumber .item08 a,
body.page-labo09 .labo-backnumber .item09 a,
body.page-labo10 .labo-backnumber .item10 a {
  text-decoration: none;
  color: #7c7070;
  pointer-events: none;
}

.labo-top-link {
  margin: 20px auto 0;
}

.labo-top-link a {
  color: #f85c82;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 1.3rem;
  line-height: 1;
}

.labo-top-link .arrow {
  font-family: Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "MS PGothic", sans-serif;
}

@media screen and (min-width: 769px) {
  .labo-top-link {
    margin: 30px auto 0;
  }
  .labo-top-link a {
    font-size: 1.6rem;
  }
}

/* =========================================================
Voice
========================================================= */
/*------------------------------------------
voice top
------------------------------------------*/
@media screen and (min-width: 769px) {
  .voice-lead {
    text-align: center;
  }
}

.voice-nav {
  margin: 35px auto 0;
}

.voice-nav-item {
  margin: 0 auto 5.33333vw;
}

.voice-nav-item:last-child {
  margin-bottom: 0;
}

.voice-nav-item a {
  padding: 6vw 5.33333vw 5.33333vw;
  background: #feeef2;
  position: relative;
  color: #f85c82;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.voice-nav-item a > * {
  width: 100%;
}

.voice-nav-item .vol {
  font-family: "FrutigerNeueLTW1G-CnBook", sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  font-size: 5.33333vw;
  line-height: 1;
}

.voice-nav-item .sub-ttl {
  margin: 3.33333vw 0 0;
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 4vw;
  line-height: 1.33333;
  text-align: center;
}

.voice-nav-item .ttl {
  margin: 0.66667vw 0 0;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 5.6vw;
  line-height: 1.3;
  text-align: center;
}

.voice-nav-item .img {
  margin: 3.33333vw auto 0;
}

@media screen and (min-width: 769px) {
  .voice-nav {
    margin: 55px auto 0;
  }
  .voice-nav-list {
    display: flex;
    flex-wrap: wrap;
  }
  .voice-nav-item {
    width: calc(50% - 20px);
    margin: 40px 40px 0 0;
  }
  .voice-nav-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .voice-nav-item:nth-child(2n) {
    margin-right: 0;
  }
  .voice-nav-item a {
    height: 100%;
    padding: 20px 30px 30px;
  }
  .voice-nav-item a > * {
    flex-shrink: 0;
  }
  .voice-nav-item .vol {
    font-size: 2.4rem;
  }
  .voice-nav-item .sub-ttl {
    margin: 8px auto 0;
    font-size: 2.2rem;
  }
  .voice-nav-item .ttl {
    margin: 3px 0 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .voice-nav-item .img {
    margin: 15px auto 0;
  }
}

/*------------------------------------------
voice contents
------------------------------------------*/
.voice-cont > * {
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .voice-cont > * {
    margin: 90px auto 0;
  }
}

.voice-cont > *:first-child {
  margin-top: 0;
}

.voice-sec > * + * {
  margin: 20px auto 0;
}

@media screen and (min-width: 769px) {
  .voice-sec > * + * {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .voice-sec.sec01 + .voice-sec {
    margin: 60px auto 0;
  }
}

/* アイコン */
[class*='voice-ico-'] {
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  [class*='voice-ico-'] {
    width: 70px;
    height: 70px;
  }
}

.voice-graf-block,
.voice-data-block {
  position: relative;
}

.voice-graf-block .ttl,
.voice-data-block .ttl {
  padding: 0 10px;
  background: #fff;
  color: #f85c82;
  font-size: 3.73333vw;
  line-height: 1;
  position: absolute;
  top: -1.33333vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .voice-graf-block,
  .voice-data-block {
    margin: 50px auto 0;
  }
  .voice-graf-block .ttl,
  .voice-data-block .ttl {
    padding: 0 20px;
    font-size: 2.2rem;
    top: -9px;
  }
  .voice-graf-block .graf,
  .voice-data-block .graf {
    padding: 0 10px;
  }
}

.voice-data-list li {
  margin: 0 auto;
  padding: 6.66667vw 0;
  border-bottom: 1px solid #e5e5e5;
}

.voice-data-list li:first-child {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .voice-data-list li {
    margin: 0 auto;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .voice-data-list li:first-child {
    padding-top: 0;
  }
  .voice-data-list .voice-comment .txt {
    margin: 1em auto 0;
  }
}

.voice-subttl {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .voice-subttl {
    text-align: center;
  }
}

.voice-subttl02 {
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #f85c82;
  font-size: 3.73333vw;
  line-height: 1.17857;
  display: flex;
  align-items: center;
  gap: 1em;
}

.voice-subttl02::before, .voice-subttl02::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #f85c82;
}

@media screen and (min-width: 769px) {
  .voice-subttl02 {
    font-size: 22px;
  }
}

.voice-comment {
  display: flex;
}

.voice-comment .img {
  color: #f85c82;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: .05em;
}

.voice-comment [class*="voice-ico-"] {
  border: 1px solid #f85c82;
  border-radius: 50%;
}

.voice-comment .txt {
  width: calc(100% - 45px);
  padding: 0 0 0 10px;
}

.voice-comment .name {
  font-weight: bold;
  color: #f85c82;
}

@media screen and (min-width: 769px) {
  .voice-comment .img {
    font-size: 1.6rem;
  }
  .voice-comment .txt {
    padding: 0 0 0 20px;
  }
}

.voice-notice {
  padding: 20px 0 0;
  border-top: 1px solid #e5e5e5;
  color: #a39a9a;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .voice-notice {
    margin: 20px auto 0;
    padding: 15px 0 0;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: right;
  }
}

.voice-back-btn {
  max-width: 310px;
}

.voice-summary {
  font-family: UDKakugoC70Pro-R, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 5.6vw;
  line-height: 1.5;
  color: #f85c82;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .voice-summary {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}

.voice-img figcaption {
  margin: 10px auto 0;
  line-height: 1.6;
  letter-spacing: .15em;
  font-size: 1.1rem;
}

@media screen and (min-width: 769px) {
  .voice-img figcaption {
    font-size: 1.4rem;
  }
}

/*------------------------------------------
voice contents 01
------------------------------------------*/
body.page-voice-01 .voice-member-block {
  margin: 25px auto 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #e5e5e5;
}

body.page-voice-01 .voice-member-block .ttl {
  margin: 0 auto 15px;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #f85c82;
  font-size: 3.46667vw;
  line-height: 1;
  position: relative;
}

body.page-voice-01 .voice-member-block .ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

body.page-voice-01 .voice-member-block .ttl span {
  padding: 0 9px 0 0;
  display: inline-block;
  background: #fff;
}

body.page-voice-01 .voice-member-block .box {
  margin: 0 auto 12px;
  display: flex;
}

body.page-voice-01 .voice-member-block .box:last-child {
  margin-bottom: 0;
}

body.page-voice-01 .voice-member-block .detail {
  width: calc(100% - 45px);
  padding: 0 0 0 10px;
}

body.page-voice-01 .voice-member-block .name {
  margin: 0 0 5px;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
}

body.page-voice-01 .voice-member-block .txt {
  font-size: 1rem;
  line-height: 1.5;
  color: #a39a9a;
}

body.page-voice-01 .voice-moderator {
  margin: 0 auto 15px;
}

@media screen and (min-width: 769px) {
  body.page-voice-01 .voice-member-block {
    margin: 45px auto 0;
  }
  body.page-voice-01 .voice-member-block .ttl {
    margin: 0 auto 35px;
    font-size: 1.8rem;
    text-align: center;
  }
  body.page-voice-01 .voice-member-block .ttl span {
    padding: 0 9px;
  }
  body.page-voice-01 .voice-member-block .box {
    width: 130px;
    margin: 0;
    display: block;
  }
}

@media screen and (min-width: 769px) and (min-width: 845px) {
  body.page-voice-01 .voice-member-block .box {
    width: 140px;
  }
}

@media screen and (min-width: 769px) {
  body.page-voice-01 .voice-member-block .img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  body.page-voice-01 .voice-member-block .detail {
    width: 100%;
    padding: 0;
  }
  body.page-voice-01 .voice-member-block .name {
    margin: 20px auto 0;
    font-size: 1.6rem;
    text-align: center;
  }
  body.page-voice-01 .voice-member-block .txt {
    margin: 15px auto 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.page-voice-01 .voice-moderator {
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    position: relative;
  }
  body.page-voice-01 .voice-moderator:before {
    content: "";
    width: 0;
    height: calc(100% - 20px);
    border-right: 1px dashed #e5e5e5;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.page-voice-01 .voice-monitor {
    width: 100%;
  }
  body.page-voice-01 .voice-monitor .monitor-list {
    justify-content: space-between;
  }
}

body.page-voice-01 .voice-ico-moderator01 {
  background-image: url(https://www.otsuka.co.jp/fib/assets/images/voice/01/ico_moderator.png);
}

body.page-voice-01 .voice-ico-monitor01 {
  background-image: url(https://www.otsuka.co.jp/fib/assets/images/voice/01/ico_monitor01.png);
}

body.page-voice-01 .voice-ico-monitor02 {
  background-image: url(https://www.otsuka.co.jp/fib/assets/images/voice/01/ico_monitor02.png);
}

body.page-voice-01 .voice-ico-monitor03 {
  background-image: url(https://www.otsuka.co.jp/fib/assets/images/voice/01/ico_monitor03.png);
}

body.page-voice-01 .voice-ico-monitor04 {
  background-image: url(https://www.otsuka.co.jp/fib/assets/images/voice/01/ico_monitor04.png);
}

body.page-voice-01 .voice-member-block + .share-sns-list {
  margin: 15px auto 0;
}

@media screen and (min-width: 769px) {
  body.page-voice-01 .voice-member-block + .share-sns-list {
    margin: 20px auto 0;
  }
}

body.page-voice-01 .voice-comment + .share-sns-list {
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  body.page-voice-01 .voice-comment + .share-sns-list {
    margin: 65px auto 0;
  }
}

/*------------------------------------------
voice contents 02
------------------------------------------*/
body.page-voice-02 .voce-app-block .ttl {
  position: relative;
  text-align: center;
}

body.page-voice-02 .voce-app-block .ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f85c82;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

body.page-voice-02 .voce-app-block .ttl span {
  padding: 0 4.66667vw;
  background: #fff;
  color: #f85c82;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 3.73333vw;
  line-height: 1;
}

body.page-voice-02 .voce-app-block .list {
  margin: 6.66667vw auto 0;
}

body.page-voice-02 .voce-app-block .item {
  margin: 0 auto 6.66667vw;
  padding: 10vw 4vw;
  border: 1px solid #f85c82;
}

body.page-voice-02 .voce-app-block .item:last-child {
  margin-bottom: 0;
}

body.page-voice-02 .voce-app-block .name {
  margin: 6.66667vw auto 0;
  font-family: UDKakugoC70Pro-L, sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 3.73333vw;
  line-height: 1;
  color: #f85c82;
  text-align: center;
}

body.page-voice-02 .voce-app-block .txt {
  margin: 4.66667vw auto 0;
  font-size: 1.1rem;
  line-height: 1.72727;
  letter-spacing: .2em;
}

body.page-voice-02 .voce-app-block .link {
  margin: 3.33333vw auto 0;
  text-align: center;
}

body.page-voice-02 .voce-app-block .link a {
  color: #f85c82;
  font-size: 1.1rem;
  line-height: 1.72727;
  letter-spacing: .2em;
}

@media screen and (min-width: 769px) {
  body.page-voice-02 .voce-app-block {
    margin: 50px auto 0;
  }
  body.page-voice-02 .voce-app-block .ttl span {
    padding: 0 15px;
    font-size: 2.2rem;
  }
  body.page-voice-02 .voce-app-block .list {
    margin: 35px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  body.page-voice-02 .voce-app-block .item {
    width: calc(50% - 20px);
    margin: 40px 40px 0 0;
    padding: 40px 15px 80px;
    position: relative;
  }
  body.page-voice-02 .voce-app-block .item:nth-child(-n+2) {
    margin-top: 0;
  }
  body.page-voice-02 .voce-app-block .item:nth-child(2n) {
    margin-right: 0;
  }
  body.page-voice-02 .voce-app-block .name {
    margin: 25px auto 0;
    font-size: 2rem;
  }
  body.page-voice-02 .voce-app-block .txt {
    margin: 25px auto 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  body.page-voice-02 .voce-app-block .link {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-voice-02 .voce-app-block .link a {
    font-size: 1.4rem;
    line-height: 1.71429;
    letter-spacing: .2em;
    color: #f85c82;
  }
}

body.page-voice-02 .voice-subttl {
  text-align: center;
  line-height: 1.75;
}

body.page-voice-02 .voice-graf-block,
body.page-voice-02 .voice-data-block {
  border-width: 2px;
}

body.page-voice-02 .voice-summary {
  margin: 10vw auto 0;
}

@media screen and (min-width: 769px) {
  body.page-voice-02 .voice-summary {
    margin: 55px auto 0;
  }
}

body.page-voice-02 .voice-data-list li:nth-child(odd) .voice-ico-monitor {
  background-image: url(https://www.otsuka.co.jp/fib/assets/images/voice/02/ico_monitor01.png);
}

body.page-voice-02 .voice-data-list li:nth-child(even) .voice-ico-monitor {
  background-image: url(https://www.otsuka.co.jp/fib/assets/images/voice/02/ico_monitor02.png);
}

/*------------------------------------------
voice contents 03
------------------------------------------*/
body[class*="page-voice-03"] .voice-bottom {
  margin: 40px auto 0;
  padding: 20px 0 0;
  border-top: 1px solid #f85c82;
}

@media screen and (min-width: 769px) {
  body[class*="page-voice-03"] .voice-bottom {
    margin: 80px auto 0;
    padding: 60px 0 0;
  }
}

/* =========================================================
Media
========================================================= */
/*------------------------------------------
media contents
------------------------------------------*/
.media-cont > * {
  margin: 70px auto 0;
}

@media screen and (min-width: 769px) {
  .media-cont > * {
    margin: 150px auto 0;
  }
}

.media-cont > *:first-child {
  margin-top: 0;
}

.media-lead {
  margin: 0 auto 35px;
}

@media screen and (min-width: 769px) {
  .media-lead {
    margin: 0 auto 55px;
    text-align: center;
  }
}

.media-ttl {
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  .media-ttl {
    margin: 0 auto 50px;
  }
}

.media-subttl {
  margin: 0 auto 25px;
}

@media screen and (min-width: 769px) {
  .media-subttl {
    margin: 0 auto 40px;
  }
}

.media-block + .media-block {
  margin: 55px auto 0;
}

@media screen and (min-width: 769px) {
  .media-block + .media-block {
    margin: 100px auto 0;
  }
}

.media-youtube {
  margin: 30px auto 0;
}

.media-youtube-block + .media-youtube-block {
  margin: 35px auto 0;
}

@media screen and (min-width: 769px) {
  .media-youtube-block + .media-youtube-block {
    margin: 50px auto 0;
  }
}

.media-youtube-tab {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .media-youtube-tab {
    margin: 50px auto 0;
  }
}

.media-youtube-tab button.is-youtube {
  background: #f85c82;
  color: #fff;
}

.media-youtube .youtube {
  padding-top: 56.3%;
  position: relative;
}

.media-youtube .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media-youtube .caption {
  margin: 15px auto 0;
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .media-youtube .caption {
    margin: 30px auto 0;
    font-size: 1.6rem;
  }
}

.media-graphic-list {
  padding: 30px;
  background: #f5f5f5;
}

.media-graphic-item {
  margin: 0 auto 15px;
}

.media-graphic-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .media-graphic-list {
    padding: 80px;
  }
  .media-graphic-item {
    margin: 0 auto 50px;
  }
}

/* =========================================================
Slick Slider
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 0 !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  outline: none;
  display: none;
}

.slick-slide > * {
  height: 100%;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
