@charset "UTF-8";
:root {
  --font-jp: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-en: futura-pt, sans-serif;
  --font-primary: futura-pt, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --color-basis: #000;
  --color-bg: #DBD7D5;
}

.js-animTgr {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.js-animTgr.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  html {
    font-size: calc(10* (100vw / 1020)) !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-area .main-inner {
  max-width: initial;
  width: initial;
}

.l-article img,
.l-article video,
.l-article svg {
  width: 100%;
  height: auto;
}

.l-article * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
}

.l-article a,
.l-article picture {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-article .hidden-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-article .hidden-phone {
    display: none;
  }
}

/*//////////////////////////////////////////////////

Title : _main.css
For   : "骨格診断" styles of the site

Created       : 2022-04-24
Last Modified : 2022-04-24

==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.l-article {
  color: var(--color-base);
  font-family: var(--font-primary);
  font-weight: 500;
  text-align: center;
  background: var(--color-bg);
}

.l-article span,
.l-article label {
  font-weight: inherit;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                      for mobile phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .l-article {
    -webkit-margin-after: 20rem;
            margin-block-end: 20rem;
    -webkit-padding-before: 11rem;
            padding-block-start: 11rem;
    -webkit-padding-after: 20rem;
            padding-block-end: 20rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) {
  .l-article {
    margin-bottom: 140px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/*//////////////////////////////////////////////////

Title : _index.scss
For   : "LILY BROWN Langing page" styles of the site

Created       : 2022-05-10
Last Modified : 2022-05-10

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
																					common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.c-index__ttl {
  width: var(--idx-ttl-size, 47rem);
  margin: auto;
}

.c-index__lead {
  font-size: var(--idx-lead-fz, 2.4rem);
  line-height: var(--idx-lead-lh, calc(46 / 24));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																			for mobile phone
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-index__lead {
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
    letter-spacing: .05em;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-index__ttl {
    --idx-ttl-size: 336px;
  }
  .c-index__lead {
    --idx-lead-fz: 15px;
    --idx-lead-lh: 2;
    margin-top: 50px;
    letter-spacing: .08em;
  }
}

/*//////////////////////////////////////////////////

Title : _contents.scss
For   : "LILY BROWN Langing page" styles of the site

Created       : 2022-05-10
Last Modified : 2022-05-10

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
																					common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.c-contents__list--list04 {
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/Page/feature/2022/0610_candy/src/assets/img/list04-bg.png);
}

.c-fig__thumbs--list05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-caption {
  font-size: var(--caption-fz, 2.3rem);
  line-height: var(--caption-lh, calc(37 / 23));
  letter-spacing: .01em;
}

.c-caption span {
  display: inline-block;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																			for mobile phone
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-contents {
    -webkit-margin-before: 12rem;
            margin-block-start: 12rem;
  }
  .c-contents__list:not(:nth-of-type(1)) {
    -webkit-margin-before: 16rem;
            margin-block-start: 16rem;
  }
  .c-contents__list--list01 {
    padding-inline: 3rem;
  }
  .c-contents__list--list02 {
    padding-inline: 9.5rem;
  }
  .c-contents__list--list04 {
    padding: 5rem 5rem 3.5rem;
  }
  .c-contents__list--list05 {
    padding-inline: 5.5rem;
  }
  .c-fig__thumbs--list03 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-inline: 3rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/Page/feature/2022/0610_candy/src/assets/img/list03-bg-sp.png);
  }
  .c-fig__thumbs--list05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .c-caption {
    -webkit-margin-before: 3.2rem;
            margin-block-start: 3.2rem;
  }
  .c-caption span {
    padding-inline: .4rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-contents {
    margin-top: 95px;
  }
  .c-contents__list {
    margin: auto;
  }
  .c-contents__list:not(:nth-of-type(1)) {
    margin-top: 120px;
  }
  .c-contents__list--list01 {
    max-width: 750px;
  }
  .c-contents__list--list02 {
    max-width: 512px;
  }
  .c-contents__list--list03 {
    background-position: center calc(50% - 20px);
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/Page/feature/2022/0610_candy/src/assets/img/list03-bg-pc.png);
  }
  .c-contents__list--list04 {
    max-width: 620px;
    padding: 30px;
  }
  .c-contents__list--list04 .c-fig__thumb a:hover {
    opacity: 1;
  }
  .c-fig__thumbs--list03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
  }
  .c-fig__thumbs--list03 .c-fig__thumb {
    max-width: 380px;
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .c-fig__thumbs--list03 .c-fig__thumb:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .c-fig__thumbs--list05 .c-fig__thumb {
    max-width: 480px;
  }
  .c-fig__thumbs--list05 .c-fig__thumb:not(:nth-of-type(1)) {
    margin-left: 5rem;
  }
  .c-caption {
    --caption-fz: 13px;
    --caption-lh: 1;
    margin-top: 20px;
  }
  .c-caption span {
    padding: 0 3px;
  }
}

/*//////////////////////////////////////////////////

Title : _btn.scss
For   : "LILY BROWN Langing page" styles of the site

Created       : 2022-05-10
Last Modified : 2022-05-10

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
																					common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.c-btn {
  width: var(--btn-w, 67.5rem);
}

.c-btn__elem {
  height: var(--btn-h, 14.6rem);
  border: 1px solid #000;
  font-size: var(--btn-fz, 3.6rem);
  letter-spacing: 0.02em;
}

.c-btn__elem 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%;
}

.c-btn__elem a img {
  width: var(--btn-img-w, 26rem);
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																			for mobile phone
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-btn {
    -webkit-margin-before: 16rem;
            margin-block-start: 16rem;
    margin-inline: auto;
  }
  .c-btn__elem:not(:nth-of-type(1)) {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-btn {
    --btn-w: 420px;
    margin: 120px auto 0;
  }
  .c-btn__elem {
    --btn-h: 74px;
    --btn-fz: 19px;
  }
  .c-btn__elem:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .c-btn__elem a img {
    --btn-img-w: 140px;
  }
}
