@charset "UTF-8";
:root {
  --font-primary: futura-pt, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  --font-jp: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  --bg-pink: #EFACA7;
  --bg-yellow: #F1BB80;
  --bg-blue: #A9C3E2;
  --bg-brown: #D5BEAA;
  --bg-green: #87ABB7;
  --bg-purple: #AA9CB7;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

/*//////////////////////////////////////////////////

Title : _slickreset.css

==========================================

Content

    slick

//////////////////////////////////////////////////*/
/*
==============================================================================================
                                            slick
==============================================================================================
*/
.slick-arrow {
  width: inherit;
  height: inherit;
  top: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}

.slick-arrow::before, .slick-arrow::after {
  display: none;
}

.slick-arrow.slick-prev {
  left: inherit;
}

.slick-arrow.slick-next {
  right: inherit;
}

/*//////////////////////////////////////////////////

Title : _swiperreset.css

==========================================

Content

    swiper

//////////////////////////////////////////////////*/
/*
==============================================================================================
                                            swiper
==============================================================================================
*/
.l-container .swiper-button-prev, .l-container .swiper-button-next {
  position: initial;
  top: initial;
  width: initial;
  height: initial;
  margin-top: initial;
  z-index: initial;
  background-size: initial;
  background-position: initial;
  background-repeat: initial;
}

.l-container .swiper-button-prev::before, .l-container .swiper-button-prev::after, .l-container .swiper-button-next::before, .l-container .swiper-button-next::after {
  content: "";
  display: none;
  position: initial;
  width: initial;
  height: initial;
  background: initial;
  left: initial;
  -webkit-transform: initial;
          transform: initial;
  top: initial;
  bottom: initial;
}

.l-container .swiper-button-prev.swiper-button-original, .l-container .swiper-button-next.swiper-button-original {
  width: initial;
  height: initial;
  left: initial;
  right: initial;
  margin-top: initial;
  display: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  color: initial;
}

.l-container .swiper-container-horizontal > .content__pagination.swiper-pagination-bullets {
  position: initial;
  bottom: initial;
  left: initial;
  width: initial;
  text-align: initial;
  -webkit-transform: initial;
          transform: initial;
  z-index: initial;
  line-height: initial;
}

.l-container .swiper-container-horizontal > .content__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: initial;
  height: initial;
  margin: initial;
  border-radius: initial;
  background: initial;
  opacity: initial;
  line-height: initial;
}

.l-container .swiper-container-horizontal > .content__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: initial;
  background: initial;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: calc(10* (100vw / 1400));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

.header {
  position: relative;
}

.header.fixed {
  position: relative;
}

.l-container--lp img,
.l-container--lp video,
.l-container--lp svg {
  width: 100%;
  height: auto;
}

.l-container--lp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-container--lp a,
.l-container--lp picture {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-container--lp .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-container--lp .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #Contents {
    margin-top: 0;
    overflow: initial;
  }
  .hidden-phone {
    display: none;
  }
}

/*//////////////////////////////////////////////////

Title : _main.css
For   : "SWEET 吉川愛、ファーファーに彩られて Sweet 2022年4月号掲載 宝島社" styles of the site

Created       : 2022-03-08
Last Modified : 2022-03-08


==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.l-container--lp {
  width: 100%;
  margin: auto;
  position: relative;
  font-family: var(--font-primary);
  font-style: normal;
  color: #000;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .l-container--lp {
    padding: 0 0 150px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .l-container--lp {
    -webkit-padding-after: 20rem;
            padding-block-end: 20rem;
  }
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : "FURFUR" styles of the site

Created       : 2022-04-11
Last Modified : 2022-04-11

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
																						content
============================================================================================== */
.c-firstview {
  height: var(--fv-h);
  border-top: var(--border-size, 1rem) solid #333;
  border-bottom: var(--border-size, 1rem) solid #333;
  position: relative;
  background-repeat: no-repeat;
  background-position: var(--bg-pos-x, center) top;
}

.c-firstview > a {
  width: 100%;
  height: 100%;
}

.c-firstview__ttl span {
  display: inline-block;
  font-size: var(--ttl-fz, 7rem);
  font-weight: 500;
  letter-spacing: .035em;
}

.c-firstview__guide {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--guide-pos, 3rem);
  font-size: var(--guide-fz, 3rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: .035em;
}

.c-firstview__guide::after {
  display: block;
  width: var(--arrow-width, 2.4rem);
  height: var(--arrow-height, 1.6rem);
  margin: auto;
  background-image: url(/Page/issue/issue_220414/src/assets/img/svg/arrow.svg);
  background-size: 100%;
  content: "";
  -webkit-animation: bounce 1s ease infinite alternate;
          animation: bounce 1s ease infinite alternate;
}

.c-section--dev01 .c-content__desc .link {
  --bg-button: var(--bg-pink);
}

.c-section--dev02 .c-content__desc .link {
  --bg-button: var(--bg-yellow);
}

.c-section--dev03 .c-content__desc .link {
  --bg-button: var(--bg-blue);
}

.c-section--dev04 .c-content__desc .link {
  --bg-button: var(--bg-brown);
}

.c-section--dev05 .c-content__desc .link {
  --bg-button: var(--bg-green);
}

.c-section--dev06 .c-content__desc .link {
  --bg-button: var(--bg-purple);
}

.c-wrapper {
  position: relative;
}

.c-index {
  background-color: #EFACA7;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #dfdfe0;
  font-size: var(--index-fz, 3rem);
  font-weight: 500;
  letter-spacing: .05em;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: center;
}

.c-index ol {
  display: inline-block;
  margin-top: 50vh;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-index li:not(:nth-child(n + 3)) {
  display: none;
}

.c-index li.is-current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.c-content {
  position: relative;
}

.c-content__desc {
  font-size: var(--desc-fz, 2.8rem);
  letter-spacing: .035em;
}

.c-content__desc a {
  display: inline-block;
}

.c-content__desc .name {
  font-size: var(--desc-name-fz, 2.6rem);
}

.c-content__desc .brand {
  border-bottom: 1px solid #333;
}

.c-content__desc .link {
  background-color: var(--bg-button);
  color: #fff;
}

.c-btn {
  width: var(--btn-width, 40rem);
  height: var(--btn-height, 8rem);
  margin: auto;
  border: 1px solid #999;
  color: #333;
  font-size: var(--btn-fz, 2.8rem);
  letter-spacing: .05em;
}

.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.ie-only {
  display: none;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-firstview {
    background-image: url(/Page/issue/issue_220414/src/assets/img/firstview-sp.jpg);
    background-size: 100%;
  }
  .c-firstview__ttl {
    padding: 4rem 6rem 13rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .c-firstview__ttl span:nth-of-type(3) {
    width: 36rem;
    -webkit-padding-before: 1.6rem;
            padding-block-start: 1.6rem;
  }
  .c-firstview__guide::after {
    -webkit-margin-before: 1.3rem;
            margin-block-start: 1.3rem;
  }
  .c-index {
    width: 6rem;
  }
  .c-index li:not(:nth-child(1)) {
    -webkit-margin-before: 4.6rem;
            margin-block-start: 4.6rem;
  }
  .c-section {
    -webkit-padding-end: 6rem;
            padding-inline-end: 6rem;
  }
  .c-content {
    padding: 4rem 6.5rem 0;
  }
  .c-content__img img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 55vh;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .c-content__desc {
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
    line-height: 1.64286;
  }
  .c-content__desc .link {
    -webkit-margin-start: 2rem;
            margin-inline-start: 2rem;
    padding: 0 1rem;
  }
  .c-swiper__arrow {
    width: 2.8rem;
    height: 2.8rem;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 45rem;
  }
  .c-swiper__arrow--prev {
    left: 2.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-swiper__arrow--next {
    right: 2.5rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .c-btn {
    -webkit-margin-before: 12rem;
            margin-block-start: 12rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-firstview {
    --bg-pos-x: right 6rem;
    --border-size: 5px;
    background-image: url(/Page/issue/issue_220414/src/assets/img/firstview-pc.jpg);
    background-size: contain;
  }
  .c-firstview__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48.57143vw;
    height: 100%;
  }
  .c-firstview__ttl span {
    --ttl-fz: 50px;
  }
  .c-firstview__ttl span:nth-of-type(2) {
    padding-top: 7px;
  }
  .c-firstview__ttl span:nth-of-type(3) {
    width: 320px;
    padding-top: 27px;
  }
  .c-firstview__guide {
    --guide-pos: 30px;
    --guide-fz: 18px;
  }
  .c-firstview__guide::after {
    --arrow-width: 15px;
    --arrow-height: 10px;
    margin-top: 5px;
  }
  .c-ttl {
    width: 9rem;
    height: 100%;
    padding: 0 3rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-ttl img {
    margin-top: 50vh;
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-index {
    --index-fz: 20px;
    width: 6rem;
  }
  .c-index li:not(:nth-child(1)) {
    margin-top: 20px;
  }
  .c-section {
    padding-left: 9rem;
    padding-right: 6rem;
  }
  .c-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-content__visual {
    width: calc(512 * 100vh / 768);
  }
  .c-content__wrapper {
    padding: 8.57143vw 7.25rem;
  }
  .c-content__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 60vw;
    width: calc(578 * 100vw / 1400);
  }
  .c-content__imgs .c-content__img {
    width: 25%;
    padding: 7.5px;
  }
  .c-content__desc {
    --desc-fz: 14px;
    margin-top: 40px;
    padding-left: 7.5px;
    line-height: 1.71429;
  }
  .c-content__desc .name {
    --desc-name-fz: 13px;
  }
  .c-content__desc .link {
    margin-left: 10px;
    padding: 0 5px;
  }
  .c-btn {
    --btn-width: 200px;
    --btn-height: 40px;
    --btn-fz: 14px;
    margin-top: 100px;
  }
}

.is-visible {
  visibility: visible;
  opacity: 1;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-firstview {
    --bg-pos-x: center;
    background-size: 70%;
  }
  .c-firstview__ttl {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    position: absolute;
    bottom: 10vh;
    left: 0;
    right: 0;
  }
  .c-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .c-content__visual {
    width: calc((1024 * 100vh / 1536 * .5));
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .c-content__wrapper {
    width: 65%;
    -webkit-margin-before: auto;
            margin-block-start: auto;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    padding: 0 0 30px;
  }
  .c-content__imgs {
    max-width: 100%;
    width: 100%;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																					for ie
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media all and (-ms-high-contrast: none) {
  .c-firstview {
    height: 100vh;
  }
  .ie-only {
    display: block !important;
  }
  .hidden-phone {
    display: none;
  }
  .c-wrapper__ttl,
  .c-wrapper__index {
    visibility: visible;
    opacity: 1;
  }
  .c-wrapper__ttl.hidden-phone {
    display: block;
  }
}
