@charset "utf-8";

/* ======================================================
 * favluv.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component

 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .favluv-Main {
    overflow-x: hidden;
  }
  .favluv-MainBody {
    margin-top: 10px;
    padding: 0 30px;
  }
  .favluv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 106px;
  }
  .product-info-basic.favluv-type .slick-slide img {
    margin: 0 auto;
  }
  .product-info-basic.favluv-type > *:first-child {
    margin-top: 0!important;
  }
  .product-info-basic.favluv-type .link-inline.a-blank {
    text-decoration: underline;
  }
  .product-info-basic.favluv-type .link-inline.a-blank:hover {
    text-decoration: none;
  }
  /* ------------------------------------------------------
   * Page Layout
  ------------------------------------------------------ */
  /* ----- Header ----- */
  .favluv-Header {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: transparent;
  }
  .favluv-HeaderBody {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
    margin: 0 auto;
    padding: 40px 30px;
    max-width: 100%;
  }
  .favluv-HeaderBody::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #e71428 0%, #e71428 12.5%, #ee828f 12.6%, #ee828f 25%, #f39800 25.1%, #f39800 37.5%, #fbde00 37.4%, #fbde00 50%, #95c51a 50.1%, #95c51a 62.5%, #29bbef 62.6%, #29bbef 75%, #a898c8 75.1%, #a898c8 87.5%, #b5b6b6 87.6%, #b5b6b6 100%);
    content: "";
  }
  .favluv-header-utility {
    display: block;
  }
  .favluv-header-link {
    display: flex;
    align-items: end;
    flex-wrap: nowrap;
  }
  .favluv-header-link > li + li {
    margin-left: 29px;
  }
  .favluv-header-link > li > a {
    display: block;
    width: 32px;
    height: auto;
  }
  .favluv-header-link > li > a:hover {
    opacity: .7;
  }
  
  /* ----- Footer ----- */
  .favluv-Footer {
    position: relative;
    padding-bottom: 10px;
  }
  .favluv-Footer::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #e71428 0%, #e71428 12.5%, #ee828f 12.6%, #ee828f 25%, #f39800 25.1%, #f39800 37.5%, #fbde00 37.4%, #fbde00 50%, #95c51a 50.1%, #95c51a 62.5%, #29bbef 62.6%, #29bbef 75%, #a898c8 75.1%, #a898c8 87.5%, #b5b6b6 87.6%, #b5b6b6 100%);
    content: "";
  }
  .favluv-footer-social > li a:hover img {
    opacity: .7;
  }
  .favluv-footer-social > li a img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .favluv-Footer {
    background-color: #fff;
  }
  /* ----- favluv-FooterBody ----- */
  .favluv-FooterBody {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 54px;
  }
  /* ----- favluv-footer-wrap ----- */
  .favluv-footer-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: end;
    align-items: end;
    padding: 6px 0;
  }
  .favluv-footer-wrap > *:first-child {
    margin-top: 0 !important;
  }
  /* v2 */
  .favluv-footer-wrap-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 29px;
  }
  .favluv-footer-wrap-v2 > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- favluv-footer-identity ----- */
  .favluv-footer-identity {
    margin-right: 102px;
  }
  .favluv-footer-identity .identity_logo img {
    width: 180px;
  }
  /* ----- favluv-footer-social ----- */
  .favluv-footer-social {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: end;
    align-items: end;
  }
  .favluv-footer-social > li + li {
    margin-left: 29px;
  }
  .favluv-footer-social > li img {
    width: 32px;
  }
  /* ----- favluv-footer-copyright ----- */
  .favluv-footer-copyright {
    font-size: 1.3rem;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  /* ----- favluv-pagetop ----- */
  .favluv-pagetop {
    position: fixed;
    bottom: 29px;
    right: 1.6%;
    z-index: 999;
  }
  .favluv-pagetop a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #ccc;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .favluv-pagetop a:hover {
    opacity: .8;
  }
  .favluv-pagetop a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- favluv-main-layout ----- */
  .favluv-main-layout {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .favluv-main-layout__inner {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1980px;
    margin: 0 auto;
  }
  
  /* ----- favluv-main-heading ----- */
  .favluv-main-heading {
    display: flex;
    width: 27.188%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-right: min(2.32vw, 46px);
    padding-bottom: min(3.23vw, 64px);;
    padding-left: min(3.84vw, 76px);
  }
  .favluv-main-heading .favluv-main-heading__date {
    margin: 20px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    text-align: center;
    color: #595656;
  }
  /* ----- favluv-main-visual ----- */
  .favluv-main-visual > .favluv-main-visual__list > li:first-child {
    display: block;
    opacity: 1;
  }
  .favluv-main-visual > .favluv-main-visual__list > li:not(:first-child) {
    display: none;
  }
  .favluv-main-visual {
    width: calc(100% - 27.188%);
  }
  .favluv-main-visual .slick-dots button {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .favluv-main-visual .favluv-main-visual__list {
    position: relative;
    min-height: 100px;
  }
  .favluv-main-visual .favluv-main-visual__list.slick-dotted {
    padding: 0;
  }
  .favluv-main-visual .favluv-main-visual__list.slick-initialized {
    min-height: 0;
  }
  .favluv-main-visual.slick-slider .favluv-main-visual__list li {
    position: absolute;
    top: 0;
    left: -9999em;
    padding: 0;
  }
  .favluv-main-visual .favluv-main-visual__list.slick-initialized li {
    position: static;
  }
  .favluv-main-visual .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    bottom: 21px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .favluv-main-visual .slick-dots > li {
    margin-right: 18px;
  }
  .favluv-main-visual .slick-dots > li:last-child {
    margin-right: 0;
  }
  .favluv-main-visual .slick-dots > li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    max-width: 100%;
    padding: 0;
    border: none;
    background-color: #fff;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
    cursor: pointer;
  }
  .favluv-main-visual .slick-dots > li button:hover {
    opacity: .7;
  }
  .favluv-main-visual .slick-dots li.slick-active button {
    background-color: #595656;
  }
  
  /* ----- favluv-media ----- */
  .favluv-media {
    margin: 0;
    margin-top: min(4.5vw, 80px);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .favluv-media + .favluv-media {
    margin-top: 60px;
  }
  .favluv-media[data-favluv-pc="image-right"] {
    flex-direction: row-reverse;
  }
  .favluv-media[data-favluv-pc="image-left"] .favluv-media__head {
    margin-right: 40px;
  }
  .favluv-media[data-favluv-pc="image-right"] .favluv-media__head {
    margin-left: 40px;
  }
  .favluv-media[data-favluv-pc="image-left"] .favluv-media__body {
    padding-left: 38px;
  }
  .favluv-media[data-favluv-pc="image-right"] .favluv-media__body {
    padding-left: 30px;
  }
  .favluv-media .favluv-media__head,
  .favluv-media .favluv-media__body {
    width: calc((100% - 40px) / 2);
  }
  .favluv-media .favluv-media__text {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #595656;
    line-height: 1.59;
  }
  
  /* ----- favluv-column-layout ----- */
  .favluv-column-layout {
    margin-top: 60px;
  }
  .favluv-column-layout[data-row-pc]:not([data-row-pc="auto"]) .favluv-column-layout__item {
    margin-top: 40px;
  }
  .favluv-column-layout .favluv-column-layout__item > *:first-child,
  .favluv-column-layout .favluv-column-layout__item > section > *:first-child {
    margin-top: 0!important;
  }
  .favluv-column-layout .image-set .image_caption {
    margin-top: .8em;
  }
  
  
  /* ----- favluv-heading ----- */
  .favluv-heading {
    position: relative;
    margin-top: 100px;
    padding-top: 5px;
  }
  .favluv-heading::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #e71428 0%, #e71428 12.5%, #ee828f 12.6%, #ee828f 25%, #f39800 25.1%, #f39800 37.5%, #fbde00 37.4%, #fbde00 50%, #95c51a 50.1%, #95c51a 62.5%, #29bbef 62.6%, #29bbef 75%, #a898c8 75.1%, #a898c8 87.5%, #b5b6b6 87.6%, #b5b6b6 100%);
    content: "";
  }
  .favluv-heading .favluv-heading__inner {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 3.5%;
  }
  .favluv-heading .favluv-heading__title {
    width: min(35%, 406px);
  }
  
  /* ----- favluv-heading-v2 ----- */
  .favluv-heading-v2 {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }
  .favluv-heading-v2 .favluv-heading-v2__title {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #595656;
    text-align: center;
    line-height: 1.4;
  }
  .favluv-heading-v2 .favluv-heading-v2__title em {
    background: linear-gradient(transparent 75%, #fddf00 75%);
    font-style: normal;
    font-size: 3.2rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .favluv-heading-v2 .favluv-heading-v2__subtitle {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .favluv-heading-v2 + * {
    margin-top: 40px;
  }
  section + section .favluv-heading-v2 {
    margin-top: 50px;
  }
  section + section .favluv-heading-v2 + * {
    margin-top: 35px;
  }
  .favluv-link-layout + section > .favluv-heading-v2:first-child {
    margin-top: 50px;
  }
  .favluv-link-layout-v2 + section > .favluv-heading-v2:first-child {
    margin-top: 50px;
  }
  
  /* ----- favluv-heading-v3 ----- */
  .favluv-heading-v3 {
    margin-top: 45px;
  }
  .favluv-heading-v3 .favluv-heading-v3__inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
  }
  .favluv-heading-v3 .favluv-heading-v3__title-wrap {
    display: flex;
    align-items: end;
    width: 100%;
  }
  .favluv-heading-v3 .favluv-heading-v3__title {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
  }
  .favluv-heading-v3 .favluv-heading-v3__subtitle {
    display: inline-block;
    margin-left: 24px;
    font-size: 1.6rem;
  }
  .favluv-heading-v3 .favluv-heading-v3__button-wrap {
    flex-shrink: 0;
  }
  .favluv-heading-v3 .favluv-heading-v3__button {
    margin: 0;
  }
  .favluv-heading-v3 .favluv-heading-v3__button__link {
    position: relative;
    display: block;
    padding: 10px 17px 10px 44px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.143;
    color: #333;
  }
  .favluv-heading-v3 .favluv-heading-v3__button__link:hover {
    border-color: #000;
    background-color: #fff;
    color: #333;
  }
  .favluv-heading-v3 .favluv-heading-v3__button__link::before {
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
    background: url(/sp/favluv/img/index_ic01.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 15px;
    content: "";
  }
  .favluv-heading-v3 + * {
    margin-top: 23px;
  }
  
  /* ----- favluv-box-layout ----- */
  .favluv-box-layout {
    margin-top: 34px;
    padding-top: 20px;
  }
  .favluv-box-layout > *:first-child {
    margin-top: 0!important;
  }
  .favluv-box-layout > section > *:first-child {
    margin-top: 0!important;
  }
  section + .favluv-box-layout {
    margin-top: 73px;
  }
  
  /* ----- favluv-link-layout ----- */
  .favluv-link-layout {
    margin-top: 50px;
    width: 100%;
  }
  .favluv-link-layout .favluv-link-layout__inner {
    position: relative;
  }
  .favluv-link-layout .favluv-link-layout__main {
    width: 100%;
  }
  .favluv-link-layout .favluv-link-layout__main__image {
    margin: 0;
  }
  .favluv-link-layout .favluv-link-layout__link {
    position: absolute;
    display: block;
    width: 26.6666%;
    top: 6.4%;
    right: 25.1%;
  }
  .favluv-link-layout .favluv-link-layout__link:hover {
    opacity: .7;
  }
  
  /* ----- favluv-link-layout-v2 ----- */
  .favluv-link-layout-v2 {
    margin-top: 40px;
    width: 100%;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__inner {
    position: relative;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__main {
    width: 100%;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__main__image {
    margin: 0;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__link {
    position: absolute;
    display: block;
    width: 26.6666%;
    top: 6.4%;
    left: 36.5%;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__link:hover {
    opacity: .7;
  }
  
  /* ----- favluv-lead ----- */
  .favluv-lead {
    position: relative;
    margin-top: 90px;
    padding: 35px 20px 39px;
    width: 100%;
    text-align: center;
  }
  .favluv-lead::before,
  .favluv-lead::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #e71428 0%, #e71428 12.5%, #ee828f 12.6%, #ee828f 25%, #f39800 25.1%, #f39800 37.5%, #fbde00 37.4%, #fbde00 50%, #95c51a 50.1%, #95c51a 62.5%, #29bbef 62.6%, #29bbef 75%, #a898c8 75.1%, #a898c8 87.5%, #b5b6b6 87.6%, #b5b6b6 100%);
    content: "";
  }
  .favluv-lead::before {
    top: 0;
  }
  .favluv-lead::after {
    bottom: 0;
  }
  .favluv-lead .favluv-lead__label {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #595656;
    line-height: 1.438;
  }
  .favluv-lead .favluv-lead__link {
    font-size: 3.2rem;
    color: #3381d0;
    text-decoration: underline;
  }
  .favluv-lead .favluv-lead__link:hover {
    text-decoration: none;
  }
  .favluv-lead .favluv-lead__link::after {
    display: inline-block;
    position: relative;
    margin: 0 12px;
    top: -2px;
    width: 14px;
    height: 14px;
    background-position: 0px -200px;
    background-image: url(/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  
  /* ----- favluv-profile ----- */
  .favluv-profile {
    margin: 60px 0 0;
    padding-bottom: 36px;
    width: 100%;
  }
  .favluv-profile__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .favluv-profile__lead {
    margin-right: 36px;
    padding-top: 10px;
    width: 19%; 
    font-size: 0;
  }
  .favluv-profile__image {
    margin-right: 40px;
    border-radius: 50%;
    overflow: hidden;
    width: 14%;
  }
  .favluv-profile__text {
    padding-bottom: 10px;
  }
  .favluv-profile .link-inline.a-blank {
    text-decoration: underline;
  }
  .favluv-profile .link-inline.a-blank:hover {
    text-decoration: none;
  }
  
  /* ----- favluv-carousel ----- */
  .favluv-carousel > .favluv-carousel__list > .favluv-carousel__item:first-child {
    display: block;
    opacity: 1;
  }
  .favluv-carousel > .favluv-carousel__list > .favluv-carousel__item:not(:first-child) {
    display: none;
  }
  .favluv-carousel {
    width: 100%;
    margin-top: 60px;
    text-align: center;
  }
  .favluv-carousel .slick-dots button {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .favluv-carousel .favluv-carousel__list {
    position: relative;
    min-height: 100px;
  }
  .favluv-carousel .favluv-carousel__list.slick-dotted {
    padding: 0;
  }
  .favluv-carousel .favluv-carousel__list.slick-initialized {
    min-height: 0;
  }
  .favluv-carousel .favluv-carousel__list.slick-slider .favluv-carousel__item {
    position: absolute;
    top: 0;
    left: -9999em;
    padding: 0 11px;
  }
  .favluv-carousel .favluv-carousel__list.slick-initialized .favluv-carousel__item {
    position: static;
  }
  .favluv-carousel .favluv-carousel__item > img {
    width: 100%;
  }
  .favluv-carousel .favluv-carousel__control {
    display: inline-block;
    margin-top: 22px;
  }
  .favluv-carousel .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .favluv-carousel .slick-dots > li {
    margin-right: 18px;
  }
  .favluv-carousel .slick-dots > li:last-child {
    margin-right: 0;
  }
  .favluv-carousel .slick-dots > li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    max-width: 100%;
    padding: 0;
    border: none;
    background-color: #eee;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
    cursor: pointer;
  }
  .favluv-carousel .slick-dots > li button:hover {
    opacity: .7;
  }
  .favluv-carousel .slick-dots li.slick-active button {
    background-color: #595656;
  }
  .favluv-carousel__control {
    position: relative;
    padding: 0 40px;
  }
  .favluv-carousel .favluv-carousel__control .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 18px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .favluv-carousel-arrow--prev {
    left: 0;
  }
  .favluv-carousel-arrow--next {
    right: 0;
  }
  [class*="favluv-carousel-arrow"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    margin: 3px 0 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .favluv-carousel-arrow--prev::before {
    margin-left: 3px;
    transform: rotate(-135deg);
  }
  .favluv-carousel-arrow--next::before {
    margin-left: -5px;
    transform: rotate(45deg);
  }
  [class*="favluv-carousel-arrow"]:hover::before {
    opacity: .7;
  }
  .favluv-carousel__image > img {
    width: 100%;
  }
  .favluv-carousel__caption {
    margin-top: 0.8em;
    font-size: 1.4rem;
    text-align: left;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .favluv-main-heading {
    padding-top: .98vw;
  }
  .favluv-pagetop {
    right: 0;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .favluv-Main {
    padding-top: 56px;
  }
  .favluv-MainBody {
  }
  .favluv-container {
    overflow: hidden;
    padding: 0 15px 27px;
  }
  .product-info-basic.favluv-type .slick-slide img {
    margin: 0 auto;
  }
  .product-info-basic.favluv-type .link-inline.a-blank {
    text-decoration: underline;
  }
  /* ------------------------------------------------------
   * Page Layout
  ------------------------------------------------------ */
  /* ----- Header ----- */
  .favluv-Header {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: transparent;
  }
  .favluv-HeaderBody {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 18px 15px 13px;
    width: 100%;
  }
  .favluv-HeaderBody::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #e71428 0%, #e71428 12.5%, #ee828f 12.6%, #ee828f 25%, #f39800 25.1%, #f39800 37.5%, #fbde00 37.4%, #fbde00 50%, #95c51a 50.1%, #95c51a 62.5%, #29bbef 62.6%, #29bbef 75%, #a898c8 75.1%, #a898c8 87.5%, #b5b6b6 87.6%, #b5b6b6 100%);
    content: "";
  }
  .favluv-header-utility {
    display: block;
  }
  .favluv-header-link {
    display: flex;
    align-items: end;
    flex-wrap: nowrap;
  }
  .favluv-header-link > li + li {
    margin-left: 20px;
  }
  .favluv-header-link > li > a {
    display: flex;
    align-items: end;
    width: 21px;
    height: auto;
  }
  .favluv-header-identity {
    width: 95px;
  }
  
  /* ----- Footer ----- */
  .favluv-Footer {
    background-color: #fff;
  }
  /* ----- favluv-FooterBody ----- */
  .favluv-FooterBody {
    position: relative;
  }
  .favluv-FooterBody::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #e71428 0%, #e71428 12.5%, #ee828f 12.6%, #ee828f 25%, #f39800 25.1%, #f39800 37.5%, #fbde00 37.4%, #fbde00 50%, #95c51a 50.1%, #95c51a 62.5%, #29bbef 62.6%, #29bbef 75%, #a898c8 75.1%, #a898c8 87.5%, #b5b6b6 87.6%, #b5b6b6 100%);
    content: "";
  }
  /* ----- favluv-footer-wrap ----- */
  .favluv-footer-wrap {
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 15px;
  }
  .favluv-footer-wrap > *:first-child {
    margin-top: 0 !important;
  }
  /* v2 */
  .favluv-footer-wrap-v2 {
    padding: 15px 15px 48px;
  }
  .favluv-footer-wrap-v2 > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- favluv-footer-identity ----- */
  .favluv-footer-identity {
  }
  .favluv-footer-identity .identity_logo img {
    width: 132px;
  }
  /* ----- favluv-footer-utility ----- */
  .favluv-footer-utility {
    margin-top: 24px;
  }
  /* ----- favluv-footer-social ----- */
  .favluv-footer-social {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: end;
    align-items: end;
  }
  .favluv-footer-social > li + li {
    margin-left: 30px;
  }
  .favluv-footer-social > li img {
    width: 32px;
  }
  /* ----- favluv-footer-copyright ----- */
  .favluv-footer-copyright {
    font-size: 1.2rem;
    text-align: center;
  }
  
  /* ----- favluv-pagetop ----- */
  .favluv-pagetop {
    display: none!important;
    opacity: 0!important;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- favluv-main-layout ----- */
  .favluv-main-layout {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .favluv-main-layout__inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    
  }
  
  /* ----- favluv-main-heading ----- */
  .favluv-main-heading {
    margin: 24px 0 0;
    text-align: center;
  }
  .favluv-main-heading__title {
    margin: 0 auto;
    width: 65%;
  }
  .favluv-main-heading__date {
    margin: 16px 0 0;
    display: inline-block;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #595656;
  }
  
  
  /* ----- favluv-main-visual ----- */
  .favluv-main-visual .favluv-main-visual__list .slick-dots > li > button {
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .favluv-main-visual .favluv-main-visual__list {
    position: relative;
    min-height: 100px;
  }
  .favluv-main-visual .favluv-main-visual__list.slick-dotted {
    padding: 0 0 28px;
  }
  .favluv-main-visual .favluv-main-visual__list.slick-initialized {
    min-height: 0;
  }
  .favluv-main-visual.slick-slider .favluv-main-visual__list > li {
    position: absolute;
    top: 0;
    left: -9999em;
    padding: 0 45px;
  }
  .favluv-main-visual .favluv-main-visual__list.slick-initialized > li {
    position: static;
  }
  .favluv-main-visual .favluv-main-visual__list > li img {
    width: 100%;
  }
  .favluv-main-visual .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .favluv-main-visual .slick-dots > li {
    margin-right: 18px;
  }
  .favluv-main-visual .slick-dots > li:last-child {
    margin-right: 0;
  }
  .favluv-main-visual .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #eeeeee;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .favluv-main-visual .slick-dots li.slick-active button {
    background-color: #595656;
  }
  
  /* ----- favluv-media ----- */
  .favluv-media {
    margin-top: 30px;
  }
  .favluv-media + .favluv-media {
    margin-top: 26px;
  }
  .favluv-media .favluv-media__body {
    margin-top: 12px;
  }
  .favluv-media .favluv-media__text {
    font-size: 1.7rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #595656;
    line-height: 1.53;
  }
  
  /* ----- favluv-column-layout ----- */
  .favluv-column-layout {
    margin-top: 25px;
  }
  .favluv-column-layout[data-row-sp]:not([data-row-sp="auto"]) .favluv-column-layout__item {
    margin-top: 14px;
  }
  .favluv-column-layout .favluv-column-layout__item > *:first-child,
  .favluv-column-layout .favluv-column-layout__item > section > *:first-child {
    margin-top: 0!important;
  }
  
  /* ----- favluv-heading ----- */
  .favluv-heading {
    position: relative;
    margin: 50px -15px 0;
    padding-top: 5px;
  }
  .favluv-heading::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #e71428 0%, #e71428 12.5%, #ee828f 12.6%, #ee828f 25%, #f39800 25.1%, #f39800 37.5%, #fbde00 37.4%, #fbde00 50%, #95c51a 50.1%, #95c51a 62.5%, #29bbef 62.6%, #29bbef 75%, #a898c8 75.1%, #a898c8 87.5%, #b5b6b6 87.6%, #b5b6b6 100%);
    content: "";
  }
  .favluv-heading .favluv-heading__inner {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 8.1vw;
  }
  .favluv-heading .favluv-heading__title {
    width: 81.15vw;
    font-size: 0;
  }
  .favluv-heading + * {
    margin-top: 20px;
  }
  
  /* ----- favluv-heading-v2 ----- */
  .favluv-heading-v2 {
    display: flex;
    justify-content: center;
    margin-top: 38px;
  }
  .favluv-heading-v2 .favluv-heading-v2__title {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #595656;
    text-align: center;
    line-height: 1.353;
  }
  .favluv-heading-v2 .favluv-heading-v2__title em {
    background: linear-gradient(transparent 75%, #fddf00 75%);
    font-style: normal;
    font-size: 1.7rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .favluv-heading-v2 .favluv-heading-v2__subtitle {
    margin-top: 13px;
    font-size: 1.4rem;
    text-align: center;
  }
  .favluv-heading-v2 + * {
    margin-top: 20px;
  }
  .favluv-heading-v2 + section > .favluv-heading-v3 {
    margin-top: 0!important;
  }
  .favluv-link-layout-v2 + section > .favluv-heading-v2:first-child {
    margin-top: 27px;
  }
  
  /* ----- favluv-heading-v3 ----- */
  .favluv-heading-v3 {
    margin-top: 30px;
  }
  .favluv-heading-v3 .favluv-heading-v3__inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
  }
  .favluv-heading-v3 .favluv-heading-v3__title {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.25;
  }
  .favluv-heading-v3 .favluv-heading-v3__subtitle {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .favluv-heading-v3 .favluv-heading-v3__title-wrap {
    margin-right: 10px;
  }
  .favluv-heading-v3 .favluv-heading-v3__button-wrap {
    flex-shrink: 0;
    padding-bottom: 5px;
  }
  .favluv-heading-v3 .favluv-heading-v3__button {
    margin: 0;
  }
  .favluv-heading-v3 .favluv-heading-v3__button__link {
    position: relative;
    display: block;
    padding: 6px 12px 7px 30px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.41;
    color: #333;
  }
  .favluv-heading-v3 .favluv-heading-v3__button__link::before {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    background: url(/sp/favluv/img/index_ic01.png) no-repeat;
    background-size: cover;
    width: 13px;
    height: 12px;
    content: "";
  }
  
  /* ----- favluv-box-layout ----- */
  .favluv-box-layout {
    margin-top: 21px;
    padding-top: 10px;
  }
  .favluv-box-layout > *:first-child {
    margin-top: 0!important;
  }
  .favluv-box-layout > section > *:first-child {
    margin-top: 0!important;
  }
  
  /* ----- favluv-link-layout ----- */
  .favluv-link-layout {
    margin-top: 20px;
    width: 100%;
  }
  .favluv-link-layout .favluv-link-layout__inner {
    position: relative;
  }
  .favluv-link-layout .favluv-link-layout__main {
    width: 100%;
  }
  .favluv-link-layout .favluv-link-layout__main__image {
    margin: 0;
  }
  .favluv-link-layout .favluv-link-layout__main__image > img {
    width: 100%;
  }
  .favluv-link-layout .favluv-link-layout__link {
    position: absolute;
    display: block;
    width: 51.0145%;
    bottom: 3%;
    left: 4.3%;
  }
  .favluv-link-layout .favluv-link-layout__link__image {
    margin: 0;
  }
  .favluv-link-layout .favluv-link-layout__link__image > img {
    width: 100%;
  }
  
  /* ----- favluv-link-layout-v2 ----- */
  .favluv-link-layout-v2 {
    margin-top: 16px;
    width: 100%;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__inner {
    position: relative;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__main {
    width: 100%;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__main__image {
    margin: 0;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__main__image > img {
    width: 100%;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__link {
    position: absolute;
    display: block;
    width: 51.304%;
    top: 6%;
    right: 4.1%;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__link__image {
    margin: 0;
  }
  .favluv-link-layout-v2 .favluv-link-layout-v2__link__image > img {
    width: 100%;
  }
  
  /* ----- favluv-lead ----- */
  .favluv-lead {
    position: relative;
    margin: 25px -15px 0;
    padding: 27px 15px 28px;
    width: calc(100% + 30px);
    text-align: center;
  }
  .favluv-lead::before,
  .favluv-lead::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #e71428 0%, #e71428 12.5%, #ee828f 12.6%, #ee828f 25%, #f39800 25.1%, #f39800 37.5%, #fbde00 37.4%, #fbde00 50%, #95c51a 50.1%, #95c51a 62.5%, #29bbef 62.6%, #29bbef 75%, #a898c8 75.1%, #a898c8 87.5%, #b5b6b6 87.6%, #b5b6b6 100%);
    content: "";
  }
  .favluv-lead::before {
    top: 0;
  }
  .favluv-lead::after {
    bottom: 0;
  }
  .favluv-lead .favluv-lead__label {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #595656;
    line-height: 1.588;
  }
  .favluv-lead .favluv-lead__link {
    font-size: 1.7rem;
    color: #3381d0;
    text-decoration: underline;
  }
  .favluv-lead .favluv-lead__link::after {
    display: inline-block;
    position: relative;
    margin: 0 7px;
    top: -2px;
    width: 14px;
    height: 14px;
    background-position: 0px -200px;
    background-image: url(/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  
  /* ----- favluv-profile ----- */
  .favluv-profile {
    margin-top: 27px;
    padding-bottom: 10px;
    width: 100%;
  }
  .favluv-profile__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .favluv-profile__lead {
    font-size: 0;
    text-align: center;
    width: 100%;
  }
  .favluv-profile__lead > img {
    margin: 0 auto;
    width: 57.4%;
  }
  .favluv-profile__image {
    margin-top: 19px;
    border-radius: 50%;
    overflow: hidden;
    width: calc((100% - 15px) / 2);
  }
  .favluv-profile__image > img {
    width: 100%;
  }
  .favluv-profile__text {
    margin-top: 19px;
    margin-left: 15px;
    width: calc((100% - 15px) / 2);
  }
  .favluv-profile .link-inline.a-blank {
    text-decoration: underline;
  }
  
  /* ----- favluv-carousel ----- */
  .favluv-carousel > .favluv-carousel__list > .favluv-carousel__item:first-child {
    display: block;
    opacity: 1;
  }
  .favluv-carousel > .favluv-carousel__list > .favluv-carousel__item:not(:first-child) {
    display: none;
  }
  .favluv-carousel {
    width: 100vw;
    margin-top: 35px;
    margin-left: -15px;
    text-align: center;
  }
  .favluv-carousel .favluv-carousel__list {
    position: relative;
    min-height: 50px;
  }
  .favluv-carousel .favluv-carousel__list.slick-dotted {
    padding: 0;
  }
  .favluv-carousel .favluv-carousel__list.slick-initialized {
    min-height: 0;
  }
  .favluv-carousel .favluv-carousel__list.slick-slider .favluv-carousel__item {
    position: absolute;
    top: 0;
    left: -9999em;
    padding: 0 7px;
  }
  .favluv-carousel .favluv-carousel__list.slick-initialized .favluv-carousel__item {
    position: static;
  }
  .favluv-carousel .favluv-carousel__item > img {
    width: 100%;
  }
  .favluv-carousel .favluv-carousel__control {
    display: inline-block;
    margin-top: 19px;
  }
  .favluv-carousel .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .favluv-carousel .slick-dots > li {
    margin-right: 18px;
  }
  .favluv-carousel .slick-dots > li:last-child {
    margin-right: 0;
  }
  .favluv-carousel .slick-dots > li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    max-width: 100%;
    padding: 0;
    border: none;
    background-color: #eee;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
    cursor: pointer;
  }
  .favluv-carousel .slick-dots li.slick-active button {
    background-color: #595656;
  }
  .favluv-carousel__control {
    position: relative;
    padding: 0 34px;
  }
  .favluv-carousel .favluv-carousel__control .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 18px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .favluv-carousel-arrow--prev {
    left: 0;
  }
  .favluv-carousel-arrow--next {
    right: 0;
  }
  [class*="favluv-carousel-arrow"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    margin: 3px 0 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .favluv-carousel-arrow--prev::before {
    margin-left: 3px;
    transform: rotate(-135deg);
  }
  .favluv-carousel-arrow--next::before {
    margin-left: -5px;
    transform: rotate(45deg);
  }
  .favluv-carousel__image > img {
    width: 100%;
  }
  .favluv-carousel__caption {
    margin-top: 0.5em;
    font-size: 1.2rem;
    text-align: left;
  }
  
}

/* ======================================================
 * Print
====================================================== */
@media print {
  .favluv-main-layout {
    width: 1200px;
  }
}