@charset "UTF-8";
:root {
  --font-primary: ab-sekka, sans-serif;
}

.fade-anim {
  opacity: 0;
  transition: ease-in, opacity 1500ms, transform 1000ms, -webkit-transform 1000ms;
  will-change: opacity, transform;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}

.fade-anim.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.order-anim::after {
  opacity: 0;
  transition: ease-in, opacity 1500ms, transform 1000ms, -webkit-transform 1000ms;
  will-change: opacity, transform;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}

.order-anim .c-image {
  opacity: 0;
  transition: ease-in, opacity 1500ms, transform 1000ms, -webkit-transform 1000ms;
  will-change: opacity, transform;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}

.order-anim.is-active .c-image {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.order-anim.is-active::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: calc(10* (100vw / 1417));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 768));
  }
}

body {
  width: 100%;
}

.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;
  }
}

/*//////////////////////////////////////////////////

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;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  background: #efefef;
  color: #000;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .l-container--lp {
    margin-bottom: 150px;
    padding: 25px 0 150px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .l-container--lp {
    margin-bottom: 24.73958vw;
    padding: 0 0 24.73958vw;
  }
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : "SWEET 吉川愛、ファーファーに彩られて Sweet 2022年4月号掲載 宝島社" styles of the site

Created       : 2022-03-08
Last Modified : 2022-03-08

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
																						content
============================================================================================== */
.c-block {
  position: relative;
  margin: auto;
}

.c-block--div03 {
  background-position: left top;
  background-repeat: no-repeat;
}

.c-block--div04 {
  background-image: url(/Page/issue/issue_220310/src/assets/img/image-03-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.c-block--div05 .c-element {
  margin: auto;
  -webkit-transform: rotate(9.76deg);
          transform: rotate(9.76deg);
}

.c-block--div05 .c-element::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/Page/issue/issue_220310/src/assets/img/image-04-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-9.76deg);
          transform: rotate(-9.76deg);
}

.c-block--div07::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/Page/issue/issue_220310/src/assets/img/image-07-effect.png);
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.c-element {
  position: relative;
}

.c-image {
  position: relative;
  background-color: #efefef;
}

.c-credit {
  letter-spacing: -.34em;
  text-align: left;
}

.c-credit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-foot {
  margin: auto;
}

.c-foot .c-image {
  margin: auto;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-block--div01 .c-caption, .c-block--div06 .c-caption {
    padding-left: 25px;
  }
  .c-block--div02 {
    width: 758px;
    margin-top: 372px;
  }
  .c-block--div03 {
    max-width: 1417px;
    width: 100%;
    margin-top: 444px;
    padding-top: 210px;
    padding-left: 59.8rem;
    background-image: url(/Page/issue/issue_220310/src/assets/img/image-02-bg.png);
    background-size: 73.32392%;
  }
  .c-block--div04 {
    width: 727px;
    margin-top: 566px;
    padding-top: 20px;
    padding-right: 15px;
    background-size: 100%;
  }
  .c-block--div05 .c-element {
    width: 615px;
    margin-top: 550px;
    padding-left: 93px;
    padding-right: 111px;
    padding-bottom: 90px;
  }
  .c-block--div05 .c-element::before {
    width: 306px;
    height: 380px;
  }
  .c-block--div06 {
    margin-top: 300px;
    max-width: 1417px;
  }
  .c-block--div07 {
    max-width: 785px;
    width: 100%;
    margin-top: 438px;
    padding: 0 39px 237px;
  }
  .c-block--div07::after {
    width: 767px;
    height: 1009px;
  }
  .c-foot--div01 {
    width: 452px;
    margin-top: 320px;
  }
  .c-foot--div01 .c-image {
    width: 350px;
  }
  .c-foot--div01 .c-credit {
    margin-top: 186px;
    font-size: 16.8px;
    line-height: 1.82857;
  }
  .c-foot--div02 {
    margin-top: 260px;
  }
  .c-foot--div02 .c-image {
    width: 140px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-block--div01 .c-caption, .c-block--div06 .c-caption {
    padding-left: 2.60417vw;
  }
  .c-block--div02 {
    width: 64.0625vw;
    margin-top: 33.46354vw;
  }
  .c-block--div03 {
    width: 100%;
    margin-top: 41.40625vw;
    padding-top: 14.84375vw;
    padding-left: 39.32292vw;
    background-image: url(/Page/issue/issue_220310/src/assets/img/image-02-bg_sp.png);
    background-size: 74.60938vw;
  }
  .c-block--div04 {
    width: 57.94271vw;
    margin-top: 55.20833vw;
    padding: 1.82292vw 1.30208vw 0;
    background-size: 56.64062vw;
  }
  .c-block--div05 .c-element {
    width: 63.02083vw;
    margin-top: 52.34375vw;
    padding-left: 10.54688vw;
    padding-right: 14.0625vw;
    padding-bottom: 6.51042vw;
  }
  .c-block--div05 .c-element::before {
    width: 26.95312vw;
    height: 32.8125vw;
  }
  .c-block--div06 {
    margin-top: 45.18229vw;
  }
  .c-block--div07 {
    width: 58.72396vw;
    margin-top: 45.57292vw;
    padding-left: 2.73438vw;
    padding-right: 2.21354vw;
    padding-bottom: 16.92708vw;
  }
  .c-block--div07::after {
    width: 100%;
    height: 100%;
    background-position: left bottom;
  }
  .c-foot--div01 {
    width: 51.82292vw;
    margin-top: 37.76042vw;
  }
  .c-foot--div01 .c-image {
    width: 33.85417vw;
  }
  .c-foot--div01 .c-credit {
    margin-top: 12.76042vw;
    font-size: 1.89453vw;
    line-height: 1.84192;
  }
  .c-foot--div02 {
    margin-top: 23.69792vw;
  }
  .c-foot--div02 .c-image {
    width: 17.31771vw;
  }
}

/*//////////////////////////////////////////////////

Title : _parallax.css
For   : "SWEET 吉川愛、ファーファーに彩られて Sweet 2022年4月号掲載 宝島社" styles of the site

Created       : 2022-03-08
Last Modified : 2022-03-08

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
																						content
============================================================================================== */
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-parallax {
    max-width: 1417px;
    margin: auto;
    position: relative;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
																					for ie
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media all and (-ms-high-contrast: none) {
  .c-parallax__inner {
    clip: unset;
  }
}

/*//////////////////////////////////////////////////

Title : _caption.css
For   : "SWEET 吉川愛、ファーファーに彩られて Sweet 2022年4月号掲載 宝島社" styles of the site

Created       : 2022-03-08
Last Modified : 2022-03-08

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
																						content
============================================================================================== */
.c-caption {
  position: absolute;
  text-align: left;
  letter-spacing: -.33em;
  z-index: 999;
}

.c-caption span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-caption span:not(:last-of-type)::after {
  content: "/";
  position: relative;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-caption {
    margin-top: 12.5px;
    font-size: 16.5px;
    line-height: 1.40848;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-caption {
    margin-top: 1.30208vw;
    font-size: 2.60417vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    white-space: nowrap;
  }
  .c-caption span {
    line-height: 1.4525;
  }
}

/*//////////////////////////////////////////////////

Title : _button.css
For   : "SWEET 吉川愛、ファーファーに彩られて Sweet 2022年4月号掲載 宝島社" styles of the site

Created       : 2022-03-08
Last Modified : 2022-03-08

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
																						content
============================================================================================== */
.c-button {
  margin: auto;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-button {
    margin-top: 50px;
    width: 188px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-button {
    margin-top: 4.16667vw;
    width: 21.48438vw;
  }
}
