@charset "utf-8";

@media (prefers-reduced-motion: reduce) {
  .pickupLayout #vibelia * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.7320644217vw !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw !important;
  }
}

.pickupLayout #vibelia {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  color: #000;
  height: 100%;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .pickupLayout #vibelia {
    font-size: 1.4rem;
  }
}

.pickupLayout #vibelia .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pickupLayout #vibelia .min {
  font-family: YakuHanMP,"Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


.pickupLayout #vibelia img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}


.pickupLayout #vibelia a {
  outline:none;
  color: #000;
}

.pickupLayout #vibelia a:hover {
  text-decoration: none;
}

.pickupLayout #vibelia a,.pickupLayout #vibelia a:hover,.pickupLayout #vibelia a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.pickupLayout #vibelia a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.pickupLayout #vibelia * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.pickupLayout #vibelia picture {
  display: block;
}
.pickupLayout #vibelia .container {
  max-width: calc(100rem + 8rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia .container {
    max-width: 100%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.pickupLayout #vibelia .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.pickupLayout #vibelia .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.pickupLayout #vibelia .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.pickupLayout #vibelia .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.pickupLayout #vibelia .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.pickupLayout #vibelia .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pickupLayout #vibelia .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.pickupLayout #vibelia .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.pickupLayout #vibelia .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.pickupLayout #vibelia .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.pickupLayout #vibelia .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}



@media (min-width: 768px) {
  .pickupLayout #vibelia .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pickupLayout #vibelia .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .pickupLayout #vibelia .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .pickupLayout #vibelia .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .pickupLayout #vibelia .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .pickupLayout #vibelia .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .pickupLayout #vibelia .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .pickupLayout #vibelia .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .pickupLayout #vibelia .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .pickupLayout #vibelia .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .pickupLayout #vibelia .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .pickupLayout #vibelia .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .pickupLayout #vibelia .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 1025px) {
  .pickupLayout #vibelia .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pickupLayout #vibelia .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .pickupLayout #vibelia .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .pickupLayout #vibelia .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .pickupLayout #vibelia .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .pickupLayout #vibelia .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .pickupLayout #vibelia .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .pickupLayout #vibelia .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .pickupLayout #vibelia .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .pickupLayout #vibelia .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .pickupLayout #vibelia .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .pickupLayout #vibelia .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .pickupLayout #vibelia .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEXT

--------------------------------------------------------------------------------------------- */
.pickupLayout #vibelia .text-left {
  text-align: left !important;
}

.pickupLayout #vibelia .text-right {
  text-align: right !important;
}

.pickupLayout #vibelia .text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .pickupLayout #vibelia .text-md-left {
    text-align: left !important;
  }
  .pickupLayout #vibelia .text-md-right {
    text-align: right !important;
  }
  .pickupLayout #vibelia .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  .pickupLayout #vibelia .text-lg-left {
    text-align: left !important;
  }
  .pickupLayout #vibelia .text-lg-right {
    text-align: right !important;
  }
  .pickupLayout #vibelia .text-lg-center {
    text-align: center !important;
  }
}



/* -----------------------------------------------
 * COMMON
----------------------------------------------- */

.pickupLayout #vibelia #pickup_mainContents {
  overflow: hidden;
}
.pickupLayout #vibelia section {
  position: relative;
}
.pickupLayout #vibelia #fixed_cta_btn {
  position: fixed;
  z-index: 99;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
  background: rgba(255,255,255,1);
  overflow: hidden;
  --fixed-cta-shift-y: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(var(--fixed-cta-shift-y));
  transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
}
.pickupLayout #vibelia #fixed_cta_btn.is-visible {
  --fixed-cta-shift-y: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .35s ease, transform .35s ease, visibility 0s linear 0s;
}
.pickupLayout #vibelia #fixed_cta_btn a {
  position: relative;
}
.pickupLayout #vibelia .fixed_cta_btn_inner {
  position: relative;
}

.pickupLayout #vibelia .fixed_cta_btn_link01 {
  background: #d0997a;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout {
    overflow-x: hidden;
  }
  .pickupLayout #vibelia {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .pickupLayout #vibelia .container {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .pickupLayout #vibelia .br_pc {
    display: none;
  }
  .pickupLayout #vibelia .sp_none {
    display: none;
  }
  .pickupLayout #vibelia #fixed_cta_btn {
    bottom: 0;
    left: 0;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
  }
  .pickupLayout #vibelia .fixed_cta_btn_inner:after {
    content: "";
    width: .2rem;
    right: 9.1rem;
    background: #d0997a;
    position: absolute;
    z-index: 2;
    height: 100%;
    right: 6.5rem;
    top: 0;
  }
  .pickupLayout #vibelia .fixed_cta_btn_link01 {
    width: 64%;
  }
  .pickupLayout #vibelia .fixed_cta_btn_link02,
  .pickupLayout #vibelia .fixed_cta_btn_link03 {
    width: 18%;
  }
  .pickupLayout #vibelia #fixed_cta_btn .fixed_cta_btn_link a img {
    width: 100%;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia .br_sp {
    display: none;
  }
  .pickupLayout #vibelia .sp {
    display: none;
  }
  .pickupLayout #vibelia #fixed_cta_btn {
    width: 66.7rem;
    left: 50%;
    transform: translate(-50%, var(--fixed-cta-shift-y));
    bottom: 3rem;
    border-radius: 1rem;
  }
  .pickupLayout #vibelia .fixed_cta_btn_link01 img {
    width: 42.7rem;
  }
  .pickupLayout #vibelia .fixed_cta_btn_link01 {
    width: 42.7rem;
  }
  .pickupLayout #vibelia #fixed_cta_btn .fixed_cta_btn_link01 a {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
  }
  .pickupLayout #vibelia .fixed_cta_btn_link02 {
    display: none;
  }
  .pickupLayout #vibelia .fixed_cta_btn_link03 {
    width: 24rem;
  }
  .pickupLayout #vibelia .fixed_cta_btn_link03 img {
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
/*.pickupLayout #vibelia #pickup_header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(0px);
  position: fixed;
  border-bottom: .25px solid #000;
}*/
.pickupLayout #vibelia #pickup_header {
  width: 100%;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(0px);
  border-bottom: .25px solid #000;
  position: absolute;
  z-index: 99;
}
.pickupLayout #vibelia #pickup_header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.pickupLayout #vibelia #pickup_header #h_logo,
.pickupLayout #vibelia #pickup_header #h_logo a,
.pickupLayout #vibelia #pickup_header #h_logo img {
  transition: all 0.5s;
}
.pickupLayout #vibelia #pickup_header #h_logo a {
  display: block;
}
.pickupLayout #vibelia #h_logo img {
  display: block;
}
@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia #pickup_header.is-fixed {
    position: fixed;
    top: 60px;
  }
  .pickupLayout #vibelia #pickup_header {
    padding: 0 2rem;
    position: relative;
    z-index: 10;
  }
  .pickupLayout #vibelia #pickup_header.is-fixed {
    position: fixed;
    top: 60px;
  }
  .pickupLayout #vibelia #pickup_header .h_inner {
    height: 6.5rem;
  }
  .open .pickupLayout #vibelia #pickup_header #h_logo {
    position: relative;
    z-index: 102; 
  }
  .pickupLayout #vibelia #h_logo img {
    width: 9rem;
  }
  .pickupLayout #vibelia #menu_btn {
    transition: .3s;
    cursor: pointer;
    position: absolute !important;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.5rem;
    height: 6.5rem;
    right: 0;
    top: 0;
    border-radius: 0 0 0 2rem;
  }
  .pickupLayout #vibelia .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .pickupLayout #vibelia .overlay.open {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  .pickupLayout #vibelia #pickup_mainContents {
    height: 100%;
    transition: all .5s;
  }
  .pickupLayout #vibelia .menu-trigger {
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 2.8rem;
    height: 1.4rem;
  }
  .pickupLayout #vibelia .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all .5s;
  }
  .pickupLayout #vibelia #pickup_header.scroll .menu-trigger span,
  .pickupLayout #vibelia #menu_btn.active .menu-trigger span {
    background: #363737;
  }
  .pickupLayout #vibelia .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .pickupLayout #vibelia .menu-trigger span:nth-of-type(3) {
  }
  .pickupLayout #vibelia #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(.65rem) rotate(-45deg);
  }
  .pickupLayout #vibelia .menu-trigger span:nth-of-type(2) {
    top: .65rem;
    left: auto;
    right: 0;
  }
  .pickupLayout #vibelia #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .pickupLayout #vibelia .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .pickupLayout #vibelia #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-.65rem) rotate(45deg);
  }
  .pickupLayout #vibelia #gNav {
    overflow: auto;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    top: 6.55rem;
    right: 0;
    z-index: 101;
    transition: all .2s;
    width: 18rem;
    transform: translateX(18rem);
    padding: 4rem 2.5rem;
    height: calc(100vh - 6.55rem);
  }
  .pickupLayout #vibelia #gNav.open {
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.9);
  }
  .pickupLayout #vibelia #gNav .pickup_nav {
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .pickupLayout #vibelia #gNav .pickup_nav li {
    margin-bottom: 2rem;
  }
  .pickupLayout #vibelia #gNav .pickup_nav li:last-child {
    margin-bottom: 0;
  }
  .pickupLayout #vibelia #gNav .pickup_nav li a {
    position: relative;
    font-size: 1.4rem;
    letter-spacing: .2em;
    display: inline-block;
    border-bottom: .5px solid #000;
    padding-bottom: .2em;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia #pickup_header {
    padding: 0 7vw;
  }
  .pickupLayout #vibelia #pickup_header.is-fixed {
    position: fixed;
    top: 114px;
  }
  .pickupLayout #vibelia #pickup_header.is-fixedapp{
    position: fixed;
    top: 0;
  }
  .pickupLayout #vibelia #pickup_header .h_inner {
    height: 6.5rem;
  }

  .pickupLayout #vibelia #h_logo img {
    width: 9.2rem;
  }
  .pickupLayout #vibelia #menu_btn,.pickupLayout #vibelia .overlay {
    display: none;
  }
  .pickupLayout #vibelia #gNav {
    margin-right: -1.5rem;
  }
  .pickupLayout #vibelia #gNav li {
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
    margin-right: 4rem;
  }
  .pickupLayout #vibelia #gNav li:last-child {
    margin-right: 0;
  }
  .pickupLayout #vibelia #gNav li a {
    letter-spacing: .2em;
    display: block;
    border-bottom: .25px solid #000;
  }
}
@media print, screen and ( min-width : 1024px ) {
  .pickupLayout #vibelia #pickup_header.is-fixed{
    position: fixed;
    top:0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
.pickupLayout #vibelia #pickup_footer {
  background: #d0997a;
}
.pickupLayout #vibelia .pickup_footer_nav li a {
  color: #fff;
}
.pickupLayout #vibelia .pickup_footer_logo {
  width: 3.8rem;
}
.pickupLayout #vibelia .pickup_footer_nav {
  font-size: 1.4rem;
}
.pickupLayout #vibelia .pickup_footer_nav li {
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
}
.pickupLayout #vibelia .pickup_footer_nav li:last-child {
  margin-bottom: 0;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia #pickup_footer {
    padding: 4.8rem 4rem;
  }
  .pickupLayout #vibelia .pickup_footer_logo {
    margin-bottom: 12.5rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia #pickup_footer {
    padding: 4.5rem 5.16vw;
  }
  .pickupLayout #vibelia .pickup_footer_logo {
    margin-right: 4rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

.pickupLayout #vibelia .pickup_ttl span {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}
.pickupLayout #vibelia .pickup_ttl .en {
  letter-spacing: 0.2em;
  font-weight: 500;
  position: relative;
}
.pickupLayout #vibelia .pickup_ttl .en:after {
  content: "";
  display: block;
  width: .5px;
  height: 8rem;
  background-color: #000;
  margin: 2rem 0;
}
.pickupLayout #vibelia .pickup_ttl .ja {
  color: #808080;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.pickupLayout #vibelia .pickup_lead_txt span {
  box-decoration-break: clone;  
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 .1em;
  line-height: 1.8;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.pickupLayout #vibelia .marker {
  font-weight:bold;
  background: -webkit-linear-gradient(left, rgb(252,238,33) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(252,238,33) 50%, transparent 50%);
  background: linear-gradient(left, rgb(252,238,33) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 1.1em; 
  background-position: 100% .2em;
  transition: 2s;
  font-weight: 400;
}
.pickupLayout #vibelia .marker.is-active{
  background-position: 0% .2em;
}
.pickupLayout #vibelia .pickup_section {
  margin: 0;
}

.pickupLayout #vibelia .youtube-loop {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.pickupLayout #vibelia .youtube-loop iframe {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia .pickup_section {
    padding: 7.5rem 0;
  }
  .pickupLayout #vibelia .pickup_ttl {
    margin-bottom: 4rem;
  }
  .pickupLayout #vibelia .pickup_lead_txt {
    font-size: 1.9rem;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia .pickup_section {
    padding: 11rem 0;
  }
  .pickupLayout #vibelia .pickup_ttl {
    margin-bottom: 8rem;
  }
  .pickupLayout #vibelia .pickup_lead_txt {
    text-align: right;
    font-size: 3.2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MAIN_VISUAL

--------------------------------------------------------------------------------------------- */
.pickupLayout #vibelia #main_visual {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  border-bottom: .25px solid #000;
}
.pickupLayout #vibelia .main_visual_video_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.pickupLayout #vibelia .main_visual_video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* 視覚効果を減らす設定をしている人にメインの動画が表示されなかったので削除
@media (prefers-reduced-motion: reduce) {
  .pickupLayout #vibelia .main_visual_video_wrap {
    display: none;
  }
}
*/
.pickupLayout #vibelia .main_visual_title_stack {
  position: relative;
  display: inline-block;
  line-height: 0;
  vertical-align: bottom;
}
.pickupLayout #vibelia .main_visual_title_stack--sp {
  display: none;
}
.pickupLayout #vibelia .main_visual_title_layer {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.55s ease-in-out;
}
.pickupLayout #vibelia .main_visual_title_layer--color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
}
.pickupLayout #vibelia #main_visual_title.main_visual_title_scene .main_visual_title_layer--white {
  opacity: 0;
}
.pickupLayout #vibelia #main_visual_title.main_visual_title_scene .main_visual_title_layer--color {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .pickupLayout #vibelia .main_visual_title_layer {
    transition-duration: 0.01ms;
  }
}

.pickupLayout #vibelia .main_visual_copy_txt span {
  box-decoration-break: clone;  
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 .1em;
  line-height: 1.8;
  background-color: #d0997a;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}



@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia #main_visual {
    background: url(../img/mv_sp.jpg) no-repeat center center / cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 204vw;
  }
  .pickupLayout #vibelia .main_visual_video_wrap {
    display: none;
  }
  .pickupLayout #vibelia .main_visual_title_stack--pc {
    display: none;
  }
  .pickupLayout #vibelia .main_visual_title_stack--sp {
    display: inline-block;
  }
  .pickupLayout #vibelia .main_visual_copy_txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.3rem;
    line-height: 2.2em;
  }
  .pickupLayout #vibelia .main_visual_copy_txt span {
    padding: .2em .1em;
  }
  .pickupLayout #vibelia #main_visual_copy {
    padding: 10.4rem 3rem 0;
    display: flex;
    justify-content: flex-end;
  }
  .pickupLayout #vibelia #main_visual_title {
    padding: 0 3rem 24rem;
  }
  .pickupLayout #vibelia .main_visual_title_wrap {
    position: absolute;
    left: 0;
    bottom: 9rem;
    padding: 0 3rem;
    width: 100%;
    z-index: 10;
  }
  .pickupLayout #vibelia .main_visual_title_wrap .main_visual_copy_note {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia #main_visual {
    display: flex;
    justify-content: space-between;
    padding: 3.13vw 5.48vw;
  }
  .pickupLayout #vibelia #main_visual_copy,
  .pickupLayout #vibelia #main_visual_title {
    position: relative;
    z-index: 1;
  }
  .pickupLayout #vibelia #main_visual_copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    padding-top: 11rem;
  }
  .pickupLayout #vibelia #main_visual_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 48%;
  }
  .pickupLayout #vibelia .main_visual_copy_txt span {
    font-size: 3.21vw;
  }
  .pickupLayout #vibelia .main_visual_copy_note {
    font-size: .94vw;
  }
  .pickupLayout #vibelia .main_visual_title_txt {
    margin-bottom: 3.52vw;
  }
  .pickupLayout #vibelia .main_visual_title_txt img {
    width: 85%;
  }
  .pickupLayout #vibelia .main_visual_title_logo {
    width: 17.19vw;
  }
  .pickupLayout #vibelia .main_visual_title_logo img {
    width: 100%;
  }
  .pickupLayout #vibelia .main_visual_title_scene .main_visual_title_logo img {
    opacity: 0;
  }
  .pickupLayout #vibelia .main_visual_title_scene .main_visual_title_logo {
    background: url(../img/mv_logo.svg) no-repeat center center / contain;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONCEPT

--------------------------------------------------------------------------------------------- */
.pickupLayout #vibelia .concept_txt {
  text-align: center;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia #concept {
    background: url(../img/bg01_sp.jpg) no-repeat 0 20% / 100%;
  }
  .pickupLayout #vibelia .pickup_ttl_wrap .pickup_lead_txt {
    display: none;
  }
  .pickupLayout #vibelia .concept_img {
    margin-top: -16rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 3rem;
  }
  .pickupLayout #vibelia .concept_txt {
    font-size: 1.6rem;
  }
  .pickupLayout #vibelia .concept_txt .pickup_lead_txt {
    text-align: left;
    letter-spacing: -.02em;
  }
  .pickupLayout #vibelia .concept_txt p {
    line-height: 1.8;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia #concept {
    background: url(../img/bg01.png) no-repeat 0 20% / 100%;
  }
  .pickupLayout #vibelia .concept_txt {
    font-size: 2.3rem;
    margin-top: 2rem;
  }
  .pickupLayout #vibelia .concept_txt .pickup_lead_txt {
    display: none;
  }
  .pickupLayout #vibelia .concept_txt p {
    line-height: 2;
    letter-spacing: .1em;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FEATURES

--------------------------------------------------------------------------------------------- */
 
.pickupLayout #vibelia #features_section {
  background-color: #faf5f2;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 0;
}
.pickupLayout #vibelia #features_section:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background:url(../img/bg_logo.svg) no-repeat center center / contain;
  z-index: 10;
}
.pickupLayout #vibelia #features_section .container {
  position: relative;
}
.pickupLayout #vibelia #features_section .features_movie01:before {
  content: "";
  position: absolute;
  background:url(../img/en_features.svg) no-repeat center center / contain;
  right: 0;
  top: 0;
  z-index: -1;
}
.pickupLayout #vibelia .features_ttl_wrap,
.pickupLayout #vibelia .features_movie {
  position: relative;
  z-index: 2;
}
.pickupLayout #vibelia .features_ttl {
  letter-spacing: .15em;
}
.pickupLayout #vibelia .features_ttl .features_ttl_num {
  display: block;
}
.pickupLayout #vibelia .features_content_ttl {
  background: #d0997a;
  color: #fff;
  border-radius: .5rem .5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pickupLayout #vibelia .features_content_inner {
  background: #fff;
  position: relative;
}
.pickupLayout #vibelia .features_accordion_body {
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.pickupLayout #vibelia .features_content_inner.is-collapsed .features_introduction .features_introduction_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.pickupLayout #vibelia .features_content_inner.is-collapsed .features_introduction .features_content_note {
  display: none;
}
.pickupLayout #vibelia .features_content_inner.is-collapsed .features_introduction {
  border-bottom: none;
  padding-bottom: 0;
}
.pickupLayout #vibelia .features_content_inner.is-collapsed .features_introduction:after {
  display: none;
}
.pickupLayout #vibelia .features_introduction p,
.features_content_song_list_item p {
  text-align: justify;
}
.pickupLayout #vibelia .features_introduction .features_introduction_txt {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 4px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.pickupLayout #vibelia .features_introduction {
  position: relative;
  border-bottom: 1px solid #b3b3b3;
}
.pickupLayout #vibelia .features_introduction:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(../img/fukidashi.png) no-repeat center center / contain;
}
.pickupLayout #vibelia #features03 .features_introduction {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pickupLayout #vibelia #features03 .features_introduction:after {
  content: none;
}
.pickupLayout #vibelia .features_explanation_txt {
  background: url(../img/line_yoko.png) repeat-x left bottom / 68.6rem;
}
.pickupLayout #vibelia .features_explanation_ttl {
  position: relative;
  color: #999999;
}
.pickupLayout #vibelia .features_explanation_ttl span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 3;
  padding-right: .5em;
  letter-spacing: .15em;
}
.pickupLayout #vibelia .features_explanation_ttl:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: url(../img/line_yoko.png) repeat-x left center / 68.6rem;
}
.pickupLayout #vibelia .features_explanation_txt_info_position {
  line-height: 1.3;
}
.pickupLayout #vibelia .features_explanation_txt_profile_ttl {
  color: #999999;
  letter-spacing: .2em;
}
.pickupLayout #vibelia .features_explanation_txt_profile_txt {
  line-height: 1.8;
  letter-spacing: .05em;
}
.pickupLayout #vibelia .features_content_song_ttl {
  position: relative;
  font-weight: 500;
}
.pickupLayout #vibelia .features_content_song_ttl span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 3;
  padding-right: .5em;
  letter-spacing: .15em;
}
.pickupLayout #vibelia .features_content_song_list {
  counter-reset: listnum;
}
.pickupLayout #vibelia .features_content_song_list_item h6 {
  position: relative;
}
.pickupLayout #vibelia .features_content_song_list_item h6:before {
  counter-increment: listnum;
  content: counter(listnum);
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d0997a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pickupLayout #vibelia .features_content_song_list_item h6 span {
  display: inline-block;
  border-bottom: .5px solid #000;
  padding-bottom: .2em;
  letter-spacing: .05em;
}
.pickupLayout #vibelia .features_content_song_list_item p {
  text-align: justify;
  line-height: 1.8;
}
.pickupLayout #vibelia .features_content_song_note {
  border: 1px solid #666;
  position: relative;
}
.pickupLayout #vibelia .features_content_song_note:before,
.pickupLayout #vibelia .features_content_song_note:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #fff;
}
.pickupLayout #vibelia .features_content_song_note:before {
  top: -1px;
  left: 0;
}
.pickupLayout #vibelia .features_content_song_note:after {
  bottom: 0;
  right: -1px;
}
.pickupLayout #vibelia .features_content_song_note_img_txt {
  line-height: 1.8;
}
.pickupLayout #vibelia .features_content_song_note_txt {
  line-height: 1.9;
  text-align: justify;
}
.pickupLayout #vibelia .features_btn {
  padding: 0;
  margin: 0 auto;
  background: none;
  border: none;
  display: block;
}
.pickupLayout #vibelia .features_list_item:last-child {
  margin-bottom: 0;
}
.pickupLayout #vibelia .function_list_item_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.pickupLayout #vibelia .function_list_item_ttl_num {
  background: #d0997a;
  color: #fff;
  width: 3.5rem;
  height: 3.6rem;
  font-size: 1.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 1.2rem;
}
.pickupLayout #vibelia .function_list_item_ttl_txt {
  border-bottom: .5px solid #666;
  letter-spacing: .1em;
  max-width: calc(100% - 4.7rem);
  font-size: 1.6rem;
}
.pickupLayout #vibelia .function_list_item_list li figcaption {
  font-weight: 500;
  margin-top: .5rem;
}
.pickupLayout #vibelia .features_btn,
.pickupLayout #vibelia .more_product_btn {
  width: 15.5rem;
}
.pickupLayout #vibelia .more_product_btn {
  display: block;
  margin: 0 auto;
}
@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia #features_section {
    background-image: url(../img/concept_bg_top_sp.jpg);
  }
  .pickupLayout #vibelia #features_section:before {
    width: 27.8rem;
    height: 6.2rem;
    top: -5.5rem;
  }
  .pickupLayout #vibelia #features_section .features_movie01:before {
    width: 9rem;
    height: 42.1rem;
    right: -4rem;
    top: 22rem;
  }
  .pickupLayout #vibelia .features_movie02 {
    margin-bottom: 4.5rem;
    margin-top: 5rem;
  }
  .pickupLayout #vibelia .features_movie03 {
    margin-bottom: 6rem;
  }
  .pickupLayout #vibelia .features_list_item {
    margin-bottom: 8rem;
  }
  .pickupLayout #vibelia .features_ttl {
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 4rem;
  }
  .pickupLayout #vibelia .features_ttl .features_ttl_num {
    width: 8.2rem;
    margin-right: 3.5rem;
  }
  .pickupLayout #vibelia .features_ttl .features_ttl_txt {
    width: calc(100% - 11.7rem);
  }
  .pickupLayout #vibelia .features_content_ttl {
    width: 23rem;
    height: 4.8rem;
    font-size: 1.7rem;
    justify-content: flex-start;
    padding: 0 1.2rem;
  }
  .pickupLayout #vibelia .features_content_inner {
    padding: 2rem 1.5rem;
  }
  .pickupLayout #vibelia .features_content_note {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  .pickupLayout #vibelia .features_introduction {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .pickupLayout #vibelia .features_introduction:after {
    left: 9rem;
    bottom: -1.95rem;
    width: 1.6rem;
    height: 2rem;
  }
  .pickupLayout #vibelia .features_explanation {
    position: relative;
    margin-bottom: 3rem;
  }
  .pickupLayout #vibelia .features_explanation_img {
    width: 10rem;
  }
  .pickupLayout #vibelia .features_explanation_ttl {
    position: absolute;
    width: calc(100% - 11.5rem);
    right: 0;
    top: 0;
  }
  .pickupLayout #vibelia .features_explanation_txt_info {
    width: calc(100% - 11.5rem);
    position: absolute;
    right: 0;
    top: 3rem;
    border-bottom: .05rem solid #ccc;
    padding-bottom: 2rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_info_name {
    font-size: 1.9rem;
    line-height: 1;
  }
  .pickupLayout #vibelia .features_explanation_txt_info_name span {
    font-size: 1.4rem;
  }
  .pickupLayout #vibelia .features_explanation_ttl {
    margin-bottom: 2rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_info_position {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_inner {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_profile_ttl {
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 1.5rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_profile_ttl:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: url(../img/line_yoko.png) repeat-x left center / 68.6rem;
    left: 0;
    z-index: 1;
  }
  .pickupLayout #vibelia .features_explanation_txt_profile {
    padding-bottom: 2rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_profile_ttl span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 3;
    padding-right: .5em;
  }
  .pickupLayout #vibelia .features_content_song_ttl {
    border-bottom: .5px solid #000;
    font-size: 1.8rem;
    padding-bottom: .5rem;
    margin-bottom: 3rem;
  }
  .pickupLayout #vibelia .features_content_song_ttl span {
    line-height: 1.4;
  }
  .pickupLayout #vibelia .features_content_song_list_item h6:before {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.5rem;
  }
  .pickupLayout #vibelia .features_content_song_list_item h6 {
    font-size: 1.5rem;
    padding-left: 3.6rem;
    margin-bottom: 2rem;
  }
  .pickupLayout #vibelia .features_content_song_list_item h6 span {
    display: block;
  }
  .pickupLayout #vibelia .features_content_song_list_item {
    margin-bottom: 2.5rem;
  }
  .pickupLayout #vibelia .features_content_song_note {
    margin-top: 5rem;
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .pickupLayout #vibelia .features_content_song_note:before, .pickupLayout #vibelia .features_content_song_note:after {
    width: 1rem;
    height: 1rem;
  }
  .pickupLayout #vibelia .features_content_song_note_img {
    margin-top: 2rem;
  }
  .pickupLayout #vibelia .features_content_song_note_img_txt {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  .pickupLayout #vibelia .function_list_item_ttl {
    margin-bottom: 1.5rem;
  }
  .pickupLayout #vibelia .function_list_item_ttl_num {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
    margin-right: .8rem;
  }
  .pickupLayout #vibelia .function_list_item_ttl_txt {
    max-width: calc(100% - 3.6rem);
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .pickupLayout #vibelia .function_list_item {
    margin-bottom: 3.4rem;
  }
  .pickupLayout #vibelia .function_list_item_list li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
  .pickupLayout #vibelia .function_list_item_list li:last-child {
    margin-bottom: 0;
  }
  .pickupLayout #vibelia .more_product_btn {
    width: 15.5rem;
    margin-bottom: 2rem;
  }
  .pickupLayout #vibelia .more_product_btn img,
  .pickupLayout #vibelia .features_btn img {
    width: 100%;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia #features_section {
    background-image: url(../img/concept_bg_top.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    padding-top: 14.84vw;
  }
  .pickupLayout #vibelia #features_section:before {
    width: 65.2rem;
    height: 14.5rem;
    top: -13rem;
  }
  .pickupLayout #vibelia #features_section .features_movie01:before {
    width: 16.2rem;
    height: 75.8rem;
    right: -15.4rem;
  }
  .pickupLayout #vibelia .features_ttl_wrap {
    margin-bottom: 9rem;
  }
  .pickupLayout #vibelia .features_ttl {
    font-size: 4rem;
  }
  .pickupLayout #vibelia .features_ttl .features_ttl_num {
    margin-bottom: 4rem;
  }
  .pickupLayout #vibelia .features_movie {
    max-width: 92rem;
    margin: 0 auto;
  }
  .pickupLayout #vibelia .features_movie02 {
    margin-bottom: 4.5rem;
  }
  .pickupLayout #vibelia .features_movie03 {
    margin-bottom: 6rem;
  }
  .pickupLayout #vibelia .features_content_ttl {
    width: 33rem;
    height: 5.6rem;
    font-size: 2.3rem;
  }
  .pickupLayout #vibelia .features_content_inner {
    padding: 5rem 4rem;
  }
  .pickupLayout #vibelia .features_content_note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .pickupLayout #vibelia .features_introduction {
    font-size: 1.9rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3.5rem;
  }
  .pickupLayout #vibelia .features_introduction:after {
    left: 15.5rem;
    bottom: -2.5rem;
    width: 2rem;
    height: 2.5rem;
  }
  .pickupLayout #vibelia .features_explanation_img {
    width: 20rem;
    margin-right: 3rem;
  }
  .pickupLayout #vibelia .features_explanation_txt {
    width: calc(100% - 23rem);
    padding-bottom: 3rem;
  }
  .pickupLayout #vibelia .features_explanation_ttl {
    margin-bottom: 2.5rem;
  }
  .pickupLayout #vibelia .features_explanation_ttl span {
    font-size: 2.2rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_info {
    width: 23.4rem;
    padding-right: 1rem;
    position: relative;
  }
  .pickupLayout #vibelia .features_explanation_txt_info:after {
    content: "";
    position: absolute;
    width: .15rem;
    height: 80%;
    background: url(../img/line_tate.png) repeat-x top center / 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .pickupLayout #vibelia .features_explanation_txt_profile {
    width: calc(100% - 23.4rem);
    padding-left: 3rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_info_position {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_info_name {
    font-size: 3.4rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_info_name span {
    font-size: 1.9rem;
  }
  .pickupLayout #vibelia .features_explanation_txt_profile_ttl {
    margin-bottom: 1rem;
  }
  .pickupLayout #vibelia .features_content_song {
    margin-top: 6rem;
  }
  .pickupLayout #vibelia .features_content_song_ttl:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-bottom: .5px solid #000;
  }
  .pickupLayout #vibelia .features_content_song_ttl {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
  .pickupLayout #vibelia .features_content_song_list {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-bottom: 6rem;
  }
  .pickupLayout #vibelia .features_content_song_list_item {
    flex: 1;
    padding: 0 2.5rem;
    border-right: 1px dotted #999;
  }
  .pickupLayout #vibelia .features_content_song_list_item:last-child {
    border-right: none;
  }
  .pickupLayout #vibelia .features_content_song_list_item h6:before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
  }
  .pickupLayout #vibelia .features_content_song_list_item h6 {
    font-size: 1.6rem;
    padding-left: 5rem;
    margin-bottom: 2rem;
  }
  .pickupLayout #vibelia .features_content_song_note {
    padding: 5rem 5.5rem;
  }
  .pickupLayout #vibelia .features_content_song_note_img {
    width: 32.4rem;
    margin-left: 5.6rem;
  }
  .pickupLayout #vibelia .features_content_song_note_txt {
    width: calc(100% - 38rem);
  }
  .pickupLayout #vibelia .features_content_song_note_img_txt {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .pickupLayout #vibelia .more_product_btn {
    margin-top: 6rem;
  }
  .pickupLayout #vibelia .btn_close {
    margin-top: 4rem;
  }
  .pickupLayout #vibelia .features_list_item {
    margin-bottom: 18rem;
  }
  .pickupLayout #vibelia .function_list {
    max-width: 83.5rem;
    margin: 0 auto;
  }
  .pickupLayout #vibelia .function_list_item {
    margin-bottom: 2.8rem;
  }
  .pickupLayout #vibelia .function_list.d-md-flex .function_list_item {
    width: 47%;
    margin-bottom: 2.8rem;
  }
  .pickupLayout #vibelia .function_list_item_list {
    gap: 1.5rem;
  }
  .pickupLayout #vibelia #features03 .features_btn {
    margin-top: 4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   INTERVIEW

--------------------------------------------------------------------------------------------- */
.pickupLayout #vibelia #interview {
  margin-bottom: 10rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.pickupLayout #vibelia .interview_content {
  position: relative;
}
.pickupLayout #vibelia .interview_content:before {
  content: "";
  position: absolute;
  background:url(../img/en_interview.svg) no-repeat center center / contain;
  left: 0;
  z-index: -1;
}
.pickupLayout #vibelia .interview_content_txt p {
  letter-spacing: .05em;
}

.pickupLayout #vibelia .interview_content_txt .interview_content_txt_name {
  text-align: right;
}
.pickupLayout #vibelia .interview_movie_ttl {
  background: #d0997a;
  color: #fff;
  border-radius: .5rem .5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  letter-spacing: .05em;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia .interview_content:before {
    width: 9rem;
    height: 46.5rem;
    right: 0rem;
    top: -8rem;
  }
  .pickupLayout #vibelia .interview_content {
    margin-bottom: 6rem;
  }
  .pickupLayout #vibelia .interview_content_txt p {
    font-size: 1.7rem;
    line-height: 2em;
  }
  .pickupLayout #vibelia .interview_content_txt .interview_content_txt_name {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
  .pickupLayout #vibelia .interview_content_img {
    margin-top: 9rem;
  }
  .pickupLayout #vibelia .interview_movie_ttl {
    height: 4.8rem;
    font-size: 1.7rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia .interview_content:before {
    width: 16rem;
    height: 82.7rem;
    top: -9rem;
    left: -6rem;
  }
  .pickupLayout #vibelia .interview_content_txt p {
    font-size: 2.2rem;
    line-height: 2.2em;
  }
  .pickupLayout #vibelia .interview_content_txt .interview_content_txt_name {
    font-size: 2.7rem;
    margin-top: 3rem;
  }
  .pickupLayout #vibelia .interview_content_txt {
    width: 50%;
  }
  .pickupLayout #vibelia .interview_content_img {
    width: 40.8%;
    margin-top: -15.5rem;
  }
  .pickupLayout #vibelia .interview_content {
    margin-bottom: 10rem;
  }
  .pickupLayout #vibelia .interview_movie {
    max-width: 92rem;
    margin: 0 auto;
  }
  .pickupLayout #vibelia .interview_movie_ttl {
    height: 5.6rem;
    font-size: 2.3rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   VOICE

--------------------------------------------------------------------------------------------- */
.pickupLayout #vibelia #voice {
  background: #faf5f2;
  border-bottom: 1px solid #ccc;
}
.pickupLayout #vibelia .voice_ttl_wrap {
  position: relative;
}
.pickupLayout #vibelia .voice_ttl_wrap:before {
  content: "";
  position: absolute;
  background:url(../img/en_voice.svg) no-repeat center center / contain;
  top: 0;
  z-index: 1;
}
.pickupLayout #vibelia .voice_ttl_wrap .pickup_ttl,
.pickupLayout #vibelia .voice_ttl_wrap .voice_copy,
.voice_content {
  position: relative;
  z-index: 2;
}
.pickupLayout #vibelia .voice_content_item_ttl {
  width: 8.2rem;
}
.pickupLayout #vibelia .voice_content_item_ttl {
  margin-bottom: 3.6rem;
}
@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia .voice_ttl_wrap:before {
    width: 9rem;
    height: 28.7rem;
    right: 0;
  }
  .pickupLayout #vibelia .pickup_ttl {
    margin-bottom: 6.8rem;
  }
  .pickupLayout #vibelia .voice_ttl_wrap .voice_copy {
    position: absolute;
    width: 18.6rem;
    top: 2rem;
    right: 0;
  }
  .pickupLayout #vibelia .voice_content_item {
    margin-bottom: 4rem;
  }
  .pickupLayout #vibelia .voice_content_item:last-child {
    margin-bottom: 0;
  }
  .pickupLayout #vibelia .voice_content_item_txt {
    height: 23.2rem;
    font-size: 1.4rem;
    padding: 3.5rem 2rem;
  }
  .pickupLayout #vibelia .voice_content_item01 .voice_content_item_txt {
    background: url(../img/voice_fukidashi01_sp.png) no-repeat center center / 100%;
  }
  .pickupLayout #vibelia .voice_content_item02 .voice_content_item_txt {
    background: url(../img/voice_fukidashi02_sp.png) no-repeat center center / 100%;
  }
  .pickupLayout #vibelia .voice_content_item_txt p {
    line-height: 1.7em;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia .voice_ttl_wrap:before {
    width: 16rem;
    height: 51.1rem;
    left: 9rem;
  }
  .pickupLayout #vibelia .pickup_ttl {
    margin-right: 7rem;
  }
  .pickupLayout #vibelia .voice_copy {
    margin-bottom: 5rem;
  }
  .pickupLayout #vibelia .voice_content_item {
    width: 45.8rem;
  }
  .pickupLayout #vibelia .voice_content_item_txt {
    width: 45.8rem;
    height: 22.8rem;
    font-size: 1.5rem;
    padding: 4rem 3.5rem;
  }
  .pickupLayout #vibelia .voice_content_item01 {
    margin-top: 5rem;
  }
  .pickupLayout #vibelia .voice_content_item01 .voice_content_item_txt {
    background: url(../img/voice_fukidashi01.png) no-repeat center center / contain;
  }
  .pickupLayout #vibelia .voice_content_item02 .voice_content_item_txt {
    background: url(../img/voice_fukidashi02.png) no-repeat center center / contain;
  }
  .pickupLayout #vibelia .voice_content_item_txt p {
    line-height: 2em;
    text-align: justify;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PRODUCT

--------------------------------------------------------------------------------------------- */
.pickupLayout #vibelia .product_wrap {
  position: relative;
}
.pickupLayout #vibelia .product_wrap:before {
  content: "";
  position: absolute;
  background:url(../img/en_product.svg) no-repeat center center / contain;
  left: 0;
  z-index: -1;
}
.pickupLayout #vibelia .product_btn {
  display: block;
}
.pickupLayout #vibelia .product_text_inner p {
  position: relative;
}
.pickupLayout #vibelia .product_text_size .product_text_label,
.pickupLayout #vibelia .product_text_power .product_text_label {
  position: absolute;
  top: 0;
  left: 0;
}
.pickupLayout #vibelia .product_text_size {
  padding-left: 4em;
}
.pickupLayout #vibelia .product_text_power {
  padding-left: 7em;
}
@media only screen and ( max-width : 767px ) {
  .pickupLayout #vibelia .product_wrap:before {
    width: 30.5rem;
    height: 7.3rem;
    bottom: -4.8rem;
    left: -2rem;
  }
  .pickupLayout #vibelia .product_text {
    margin-bottom: 6.4rem;
  }
  .pickupLayout #vibelia .product_btn {
    width: 100%;
  }
  .pickupLayout #vibelia .product_btn img {
    width: 100%;
  }
  .pickupLayout #vibelia .product_text_inner {
    font-size: 1.7rem;
  }
  .pickupLayout #vibelia .product_text_inner p {
    margin-bottom: 1.5rem;
    white-space: nowrap;
  }
  .pickupLayout #vibelia .product_text_inner .product_text_small,
  .pickupLayout #vibelia .product_text_inner .product_text_note {
    font-size: 1.2rem;
  }
  .pickupLayout #vibelia .product_text_inner sup {
    font-size: .9rem;
  }
  .pickupLayout #vibelia .product_img {
    margin-right: -4rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #vibelia .product_wrap:before {
    width: 71.8rem;
    height: 17.2rem;
    bottom: 0;
    left: -7.5rem;
  }
  .pickupLayout #vibelia .product_img {
    width: 71rem;
    right: -13rem;
    position: absolute;
    top: 3rem;
  }
  .pickupLayout #vibelia .product_text {
    width: 37rem;
  }
  .pickupLayout #vibelia .product_btn {
    width: 25.7rem;
    margin-top: 3rem;
  }
  .pickupLayout #vibelia .product_text_inner {
    font-size: 1.9rem;
  }
  .pickupLayout #vibelia .product_text_inner p {
    margin-bottom: 2rem;
  }
  .pickupLayout #vibelia .product_text_inner .product_text_small,
  .pickupLayout #vibelia .product_text_inner .product_text_note {
    font-size: 1.4rem;
  }
  .pickupLayout #vibelia .product_text_inner sup {
    font-size: 1rem;
  }
}

