@charset "UTF-8";

/*------------------------------------------
　*reset
------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, abbr, address, em, img, small, strong, sub, sup, var, b, i, a, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary, footer,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

a {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:hover, a:focus {
  text-decoration: none;
  outline-width: 0;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

address, em, img, small, strong {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

/*------------------------------------------
 *base
------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

#mainContent {
  flex: 1;
}

.contentsIn {
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.fbox {
  display: -webkit-flex;
  display: flex;
}

.clear {
  clear: both;
}

/* link ---------------------------------*/
a {
  color: #000;
  transition: all 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #888;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .onlyMobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em
  }

  .onlyPc {
    display: none;
  }

  .contentsIn {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media (min-width: 481px) {
  .onlyMobile2 {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .linebreak01 {
    display: none;
  }
}


/*==========================================
 *header
==========================================*/
/*header area ----------------------------*/
#header .contentsIn {
  padding-top: 30px;
  padding-bottom: 30px;
}

#header h1 img {
  max-width: 360px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #header .contentsIn {
    padding: 20px;
  }

  #header h1 img {
    display: block;
    width: 100%;
  }
}

/*mainvisual ----------------------------*/
.mainvisual {
  background-color: #f9e6e8;
}

.mv-image {
  max-width: 1380px;
  margin: 0 auto;
}

.mv-image img {
  /* display: block; */
  max-width: 100%;
  height: auto;
}


/*==========================================
 *main
==========================================*/
.lead {
  margin: 100px auto 20px;
}

.lead {
  max-width: 950px;
  background-image: url(../images/lead_l.png), url(../images/lead_r.png);
  background-position: center left, center right;
  background-size: 50px, 50px;
  background-repeat: no-repeat, no-repeat;
}

.lead p {
  color: #3f4e89;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lead {
    margin: 50px auto 0;
    background: none;
  }

  .lead p {
    font-size: 2rem;
  }
}


/*------------------------------------------
 *life stage
------------------------------------------*/
.lifestage {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid 1px #b3b3b3;
}

.lifestage.stage1 {
  border: none;
}

/*head -----------------------------------*/
.lifestage .head {
  margin-bottom: 40px;
  display: flex;
}

.lifestage .nayami,
.lifestage .nayami-img {
  width: 100%;
}

.lifestage .nayami h2 {
  max-width: 646;
}

.nayami ul {
  margin-top: 20px;
  font-size: 1.8rem;
}

.nayami ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  text-decoration: underline wavy #f9a382;
}

.nayami ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-top: 1rem;
  margin-right: 0.5rem;
  background-color: #799fd3;
  border-radius: 3px;
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  .lifestage {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    /* border-top: solid 1px #b3b3b3; */
  }

  .lifestage .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .lifestage .nayami {
    width: 50%;
  }

  .lifestage .nayami h2 {
    max-width: 420px;
  }

  .lifestage .nayami-img {
    width: 46%;
  }

  .lifestage.stage4 .nayami {
    width: 54%;
  }

  .lifestage.stage4 .nayami-img {
    width: 42%;
  }

  .nayami ul {
    margin-top: 40px;
    margin-left: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .lifestage .nayami h2 {
    width: 92%;
    margin: 0 auto;
  }

  .stage1 .head,
  .stage3 .head {
    flex-direction: column;
  }

  .stage2 .head,
  .stage4 .head {
    flex-direction: column-reverse;
  }

  .nayami ul {
    margin-bottom: 24px;
  }

  .lifestage.stage3 .nayami-img {
    width: 90%;
    margin: 0 auto;
  }
}


/*shop list ------------------------------*/
.shoplist-box {
  position: relative;
  width: 99%;
  margin: 0 0 40px;
  padding: 24px;
  font-size: 1.6rem;
  background-color: #fff;
}

.shoplist-box::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}

.shoplist-box p {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.shoplist-box::before {
  min-width: 80px;
  padding: 2px 16px 1px;
  position: absolute;
  top: -16px;
  left: 16px;
  color: #fff;
  text-align: center;
  font-family: "Satisfy", cursive;
  font-size: 2rem;
}

.shoplist-logo {
  margin: 0 20px;
}

.shoplist-logo a {}

.shoplist-logo a:hover {
  opacity: 0.8;
}

/* beauty */
.beauty {
  border: solid 1px #f9a5a9;
}

.shoplist-box.beauty::before {
  content: 'Beauty';
  background-color: #f9a5a9;
}

.shoplist-box.beauty::after {
  background-color: rgba(249, 165, 169, 0.6);
}

.shoplist-box.beauty p {
  border-bottom: dashed 1px #f9a5a9;
}

/* gift */
.gift {
  border: solid 1px #f9a382;
}

.shoplist-box.gift::before {
  content: 'Gift';
  background-color: #f9a382;
}

.shoplist-box.gift::after {
  background-color: rgba(249, 163, 130, 0.6);
}

.shoplist-box.gift p {
  border-bottom: dashed 1px #f9a382;
}

/* wellness */
.wellness {
  border: solid 1px #91d1f5;
}

.shoplist-box.wellness::before {
  content: 'Wellness';
  background-color: #91d1f5;
  padding: 3px 16px 0px;
}

.shoplist-box.wellness::after {

  background-color: rgba(145, 209, 245, 0.6);
}

.shoplist-box.wellness p {
  border-bottom: dashed 1px #91d1f5;
}

/* counseling */
.counseling {
  border: solid 1px #8edbab;
}

.shoplist-box.counseling::before {
  content: 'Counseling';
  background-color: #8edbab;
}

.shoplist-box.counseling::after {
  background-color: rgba(142, 219, 171, 0.6);
}

.shoplist-box.counseling p {
  border-bottom: dashed 1px #8edbab;
}


/*Illust ---------------------------------*/
.stage1 .stage-image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.stage1 .stage-image div:nth-of-type(1) {
  max-width: 460px;
  margin-right: 15%;
}

.stage1 .stage-image div:nth-of-type(2) {
  max-width: 230px;
}

.stage4 .stage-image {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .shoplist-box {
    margin: 0 2% 40px 2%;
    padding: 32px 32px 24px 32px;
    font-size: 1.8rem;
  }

  .shoplist {
    display: flex;
    justify-content: space-around;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .shoplist-box {
    width: 46%;
  }

  .shoplist-box p {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .shoplist-box::before {
    min-width: 100px;
    padding: 2px 16px 1px;
    left: 30px;
    font-size: 2.2rem;
  }

  /*Illust ---------------------------------*/
  .stage2 {
    margin-bottom: 80px;
    background: url(../images/ls2-img2.png) no-repeat bottom right / 430px;
  }

  .stage3 {
    margin-bottom: 80px;
    background: url(../images/ls3-img2.png) no-repeat bottom right 110px / 340px;
  }

  .stage4 .stage-image div {
    max-width: 338px;
  }
}

@media screen and (max-width: 768px) {
  .stage2 .stage-image {
    display: flex;
    justify-content: flex-end;
  }

  .stage2 .stage-image img,
  .stage3 .stage-image img {
    width: 60%;
  }

  .stage3 .stage-image {
    display: flex;
    justify-content: center;
  }
}


/*------------------------------------------
 *page top
------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  width: 60px;
  height: 60px;
  padding: 24px 0 0;
  background: #333;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 80%;
  border-radius: 100%;
  transition: background-color 0.5s ease-out;
}

#pageTop a:hover {
  text-decoration: none;
  background-color: #666;
}

#pageTop .icon-arrow-up {
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  transform: rotate(-45deg);
  width: 16px;
  height: 16px;
}


/*==========================================
 *footer
==========================================*/
#footer {
  padding: 30px 0 30px;
  background-color: #e60012;
}

/*logo -----------------------------------*/
.footer-logo {
  max-width: 305px;
  margin: 0 auto;
}

.footer-logo img,
.banner-area img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 20px 0;
  }
}

/*==========================================
 *common
==========================================*/
.text-center {
  text-align: center;
}