@charset "utf-8";
/* CSS Document */
/*--------------------
mewePlus
VOL.11 Spring 2026
--------------------*/
/*
ページ内リンク対策に
imgのaspect-ratioを入れる
※大きい画像はとくに
---------------------------------------
外部fontスタイルシート
---------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600&display=swap');
/*-------------------------------------------------
基本設定
-------------------------------------------------*/ :root {
  --meweplus-color-txt: #4c4948;
  --meweplus-color-txt2: #231815;
  --meweplus-color-base: #f5bfcc;
  --meweplus-color-sub: #dd768c;
  --meweplus-color-sub2: #00a7e3;
  --meweplus-color-questionnaire: #8db8ce;
  --meweplus-fontfamily-english: "Crimson Text", serif;
}
html, body.meweplus, #main {
  background: var(--meweplus-color-base);
}

body.meweplus{
	position: relative;
&::before {
  content: "";
  background: url(sub_ttl.svg) no-repeat left top;
  background-size: contain;
  width: 40%;
  max-width: 190px;
  height: auto;
  aspect-ratio: 179 / 150;
  display: block;
  position: absolute;
  top: 6px;
  left: 20px;
}
}
.meweplus #contents:before {
  content: "";
  background: url(bg.png) no-repeat bottom;
  background-size: auto 260px;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
}

.RinjiAllBnr .inner {
  padding: 0;
}
.en {
  font-family: var(--meweplus-fontfamily-english);
}
/*--------------------
loading
--------------------*/
#loading:before {
  content: "";
  background: url(bg.png) no-repeat bottom;
  background-size: auto 200px;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  #loading:before {
    background-size: contain;
  }
}
/*
-------------------------------------------------
-------------------------------------------------
#con01
-------------------------------------------------
-------------------------------------------------
*/
#contents section.split_box.right_cnt #con01 {
  background: url(con01_bg.png) repeat;
  padding: 30px 5% 40px;
  h2 {
    padding: 0;
    margin: 0 0 14px;
    img {
      aspect-ratio: 320 / 93;
    }
  }
  .collaboinfo {
    background: #fff;
    font-size: 13px;
    padding: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    p {
      font-size: 12px;
      line-height: 1.5em;
      strong {
        display: block;
        font-weight: bold;
        margin-bottom: 6px;
      }
    }
    img {
      width: 30%;
      max-width: 120px;
      aspect-ratio: 11 / 8;
      margin: 0 10px 0 0;
      height: auto;
      float: left;
    }
  }
  .itemlist {
    background: #fff;
    border: 4px solid #eeeeef;
    border-radius: 20px;
    padding: 56px 6% 30px;
    position: relative;
    &:before {
      content: "";
      background: url(con01_fig_egg.png) no-repeat center top;
      background-size: contain;
      width: 100%;
      height: 50px;
      aspect-ratio: 20 / 17;
      position: absolute;
      top: -10px;
      left: 0;
    }
    h3 {
      margin-top: -10px;
      margin-bottom: 20px;
      position: relative;
      img {
        aspect-ratio: 5 / 1;
      }
    }
    .fig_item {
      &:not(:last-of-type) {
        border-bottom: 2px dotted #9e9e9f;
        padding-bottom: 30px;
        margin-bottom: 30px;
      }
      p img {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        aspect-ratio: 30 / 19;
      }
      &:nth-of-type(4) p img, &:nth-of-type(5) p img {
        aspect-ratio: 12 / 7;
      }
      &:nth-of-type(6) p img, &:nth-of-type(7) p img {
        aspect-ratio: 60 / 31;
      }
      .item_catch {
        font-weight: bold;
        line-height: 1.4em;
        font-size: 1.1em;
        margin-bottom: 10px;
        strong {
          color: var(--meweplus-color-sub);
        }
      }
      figcaption {
        margin-top: 10px;
        .item_name {
          display: flex;
          flex-direction: column; /* 縦並びにする */
          align-items: flex-start;
          &:not(:last-of-type) {
            margin-bottom: 8px;
          }
          em {
            background: #6f6059;
            color: #fff;
            padding: 4px 8px 5px;
            line-height: 1.5em;
            &:after {
              display: none;
            }
          }
          .quantity {
            background: var(--meweplus-color-sub);
            padding: 2px 8px 3px;
            &:after {
              display: none;
            }
          }
        }
      }
    }
    .col2 {
      .item_name em:not(:last-of-type) {
        margin-bottom: 8px;
      }
      p img {
        aspect-ratio: 10 / 11;
      }
    }
  }
}
/*
-------------------------------------------------
-------------------------------------------------
#con02
-------------------------------------------------
-------------------------------------------------
*/
#contents section.split_box.right_cnt #con02 {
  background-image: url(con02_topbg.svg), url(con02_bottombg.svg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 90% auto, 100% auto;
  padding: 40px 0;
  position: relative;
  h2 {
    position: relative;
    z-index: 3;
    padding: 0 5%;
    box-sizing: border-box;
    text-align: left;
    img {
      width: 87%;
      max-width: 480px;
      aspect-ratio: 300 / 113;
      margin-bottom: 16px;
    }
    p {
      font-size: 12px;
      line-height: 1.5em;
    }
  }
  h3 {
    position: absolute;
    width: 6%;
    max-width: 32px;
    top: 30px;
    right: 4%;
    z-index: 3;
    p {
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      line-height: 1.4;
      letter-spacing: 0.1em;
      font-size: 13px;
      padding-top: 20px;
      display: block;
      height: 100%;
      color: var(--meweplus-color-txt2);
      white-space: nowrap;
    }
  }
  .itemlist {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
    padding: 0 5%;
    position: relative;
    .fig_item {
      width: 100%;
      img {
        width: 80%;
        aspect-ratio: 30 / 23;
        max-width: 460px;
        margin: 0 auto;
      }
      figcaption {
        .item_name {
          margin-top: 0;
          color: var(--meweplus-color-sub);
        }
        .quantity {
          color: #fff;
          background: var(--meweplus-color-sub);
          padding: 2px 8px 3px;
          line-height: 1.5em;
          font-weight: bold;
          margin-top: 4px;
          display: inline-block;
        }
      }
    }
    &.cafesweets {
      padding: 30px 5% 0;
      margin-top: 10px;
      background: url(con02_centerbg.svg) no-repeat right top;
      background-size: 80% auto;
      h4 {
        width: 80%;
        position: relative;
        z-index: 3;
        margin: 0;
        img {
          aspect-ratio: 150 / 67;
        }
      }
      .fig_item {
        img {
          aspect-ratio: 1 / 1;
          width: 70%;
        }
        &:first-of-type {
          margin-top: -70px;
        }
      }
    }
  }
}
/*
-------------------------------------------------
-------------------------------------------------
#con03
-------------------------------------------------
-------------------------------------------------
*/
#contents section.split_box.right_cnt #con03 {
  padding: 30px 6% 40px;
  h2 {
    max-width: 600px;
    margin: 0 auto;
    img {
      aspect-ratio: 2 / 1;
    }
  }
  .itemlist {
    .fig_item {
      margin: 0 0 40px;
      &:last-of-type {
        margin-bottom: 0;
      }
      img {
        max-width: 420px;
        margin: 0 auto;
      }
    }
    .fig_item:nth-of-type(1) img {
      aspect-ratio: 30 / 43;
    }
    .fig_item:nth-of-type(2) img {
      aspect-ratio: 22 / 27;
    }
    .fig_item:nth-of-type(3) img {
      aspect-ratio: 200 / 281;
    }
    .fig_item:nth-of-type(4) img {
      aspect-ratio: 600 / 853;
    }
    .fig_item:nth-of-type(5) img {
      aspect-ratio: 120 / 163;
    }
    .fig_item:nth-of-type(6) img {
      aspect-ratio: 3 / 4;
    }
    .sub_item {
      &::before {
        content: "";
        width: 100%;
        height: 100px;
        background: url(con03_subttl.svg) no-repeat;
        background-size: contain;
        display: block;
        position: relative;
        left: -2%;
        margin-top: 24px
      }
      .fig_item {
        &:first-of-type {
          margin-top: -10px;
        }
        img {
          aspect-ratio: 210 / 217;
          width: 80%;
          max-width: 340px;
        }
      }
    }
  }
}
/*
-------------------------------------------------
-------------------------------------------------
#con04,#con06
-------------------------------------------------
-------------------------------------------------
*/
#contents section.split_box.right_cnt .beauty_lifestyle {
  padding: 40px 6%;
  background: #FBE8F1;
  background: linear-gradient(0deg, rgba(251, 232, 241, 1) 10%, rgba(255, 253, 234, 1) 90%);
  position: relative;
  h2 {
    width: 8%;
    position: absolute;
    left: 5%;
    top: 40px;
    z-index: 3;
    padding: 0;
    text-align: left;
  }
  .fig_item img {
    aspect-ratio: 25 / 19;
  }
  .fig_item img.main {
    width: 108%;
    max-width: 108%;
    margin: 0 -4% 20px;
    aspect-ratio: 65 / 53;
  }
  figcaption {
    p, em {
      display: inline;
    }
    .item_info em, .item_name em {
      font-weight: bold;
      color: var(--meweplus-color-sub);
    }
    a:not(:last-of-type) {
      margin-bottom: 2em;
    }
  }
  .sub {
    margin: 40px auto 0;
    .fig_item:not(:last-of-type) {
      margin-bottom: 40px;
    }
  }
  &#con05 {
    background: #E9F2DE;
    background: linear-gradient(0deg, rgba(233, 242, 222, 1) 10%, rgba(229, 244, 252, 1) 90%);
    h2 {
      left: auto;
      right: 5%;
    }
    figcaption {
      .item_info em, .item_name em {
        color: var(--meweplus-color-sub2);
      }
    }
  }
}
/*
-------------------------------------------------
-------------------------------------------------
768px以上 - タブレット以上 
-------------------------------------------------
-------------------------------------------------
*/
@media (min-width: 768px) {
  #contents section.split_box.right_cnt #con01 {
    .itemlist {
      padding-top: 86px;
      &:before {
        height: 80px;
      }
    }
  }
  #contents section.split_box.right_cnt #con02 {
    h2 {
      text-align: center;
      img {
        margin: 0 auto 14px;
      }
      p {
        line-height: 1.6em;
        font-size: 16px;
      }
    }
    .itemlist.cafesweets {
      h4 {
        width: 80%;
        max-width: 450px;
        margin: 0 auto;
      }
    }
  }
  #contents section.split_box.right_cnt #con03 {
    .itemlist {
      .fig_item {
        &:first-of-type {
          margin-top: -30px;
        }
      }
      .sub_item {
        &::before {
          height: 120px;
        }
      }
    }
  }
  #contents section.split_box.right_cnt .beauty_lifestyle {
    .fig_item img.main {
      width: 100%;
      max-width: 650px;
      margin: 10px auto 20px;
    }
    .caption {
      display: flex;
      gap: 40px;
      figcaption {
        width: calc(100% - 40px);
      }
    }
  }
}
/*
-------------------------------------------------
-------------------------------------------------
1024px以上 - PC
-------------------------------------------------
-------------------------------------------------
*/
@media screen and (min-width: 1024px) {
	
	body.meweplus{

&::before {
  position: fixed;

}
}
	
	
  .meweplus #contents:before {
    background-size: contain;
  }
  /*#con01*/
  #contents section.split_box.right_cnt #con01 {
    padding: 40px 5%;
    h2 {
      margin-bottom: 20px;
    }
    .collaboinfo {
      display: flex;
      padding: 14px 20px;
      align-items: center;
      img {
        width: 120px;
        height: auto;
      }
      p {
        width: calc(100% - 120px);
      }
    }
    .itemlist {
      display: flex;
      flex-wrap: wrap;
      padding: 60px 6% 40px;
      &:before {
        height: 70px;
        top: -15px;
      }
      h3 {
        width: 100%;
        margin: 0 0 30px;
      }
      .fig_item {
        width: 50%;
        box-sizing: border-box;
        p img {
          width: 100%;
        }
        &:nth-of-type(1), &:nth-of-type(4), &:nth-of-type(6) {
          padding-right: 20px;
        }
        &:nth-of-type(2), &:nth-of-type(5), &:nth-of-type(7) {
          padding-left: 20px;
        }
        &:nth-last-child(2) {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0;
        }
        &.col2 {
          width: 100%;
          position: relative;
          img {
            max-width: 100%;
            aspect-ratio: 80 / 37;
          }
          .item_catch {
            position: absolute;
            top: 10px;
            right: 30px;
            text-align: right;
          }
          figcaption {
            margin-top: -40px;
          }
          .item_name {
            flex-direction: row;
            column-gap: 8px;
          }
        }
      }
    }
  }
  /*#con02*/
  #contents section.split_box.right_cnt #con02 {
    h3 {
      right: 20px;
    }
    .itemlist {
      padding: 0 6%;
      margin: 20px auto 0;
      justify-content: space-around;
      .fig_item {
        width: calc((100% - 40px) / 2);
        max-width: 300px;
        img {
          width: 100%;
        }
        &.col2 {
          width: 100%;
          max-width: 100%;
          img {
            aspect-ratio: 40 / 19;
            max-width: 600px;
          }
          figcaption {
            margin-top: -20px;
          }
        }
      }
    }
    .itemlist.cafesweets {
      position: relative;
      padding-bottom: 50px;
      background: none;
      h4 {
        position: absolute;
        top: 50px;
        left: 6%;
        width: 400px;
      }
      .fig_item {
        img {
          width: 100%;
        }
        &:first-of-type {
          margin-top: 0;
          margin-left: calc(((100% - 40px) / 2) + 40px);
        }
        &:nth-of-type(2) {
          position: absolute;
          top: 150px;
          left: 6%;
          width: calc(((100% - 40px) / 2) - 40px);
          img {
            aspect-ratio: 10 / 33;
            width: auto;
            height: clamp(600px, 52vw, 658px);
          }
        }
        &:nth-of-type(3) {
          margin-left: calc(((100% - 40px) / 2) + 40px);
        }
      }
    }
  }
  /*#con03*/
  #contents section.split_box.right_cnt #con03 {
    padding: 50px 6% 60px;
    h2 {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      img {
        aspect-ratio: 64 / 27;
      }
    }
    .itemlist {
      padding-bottom: 20px;
      .sub_item {
        display: flex;
        margin-top: 40px;
        &::before {
          display: none;
        }
        .fig_item {
          width: calc((100% - 40px) / 2);
          margin: 0;
          &:first-of-type {
            margin-right: 40px;
            padding-top: 140px;
            background: url("con03_subttl.svg") no-repeat left 24px;
            background-size: 100% auto;
          }
          img {
            width: 90%;
          }
        }
      }
    }
  }
  /*#con04,05*/
  #contents section.split_box.right_cnt .beauty_lifestyle {
    .caption {
      display: flex;
      justify-content: space-between;
      figcaption {
        width: calc((100% - 40px) / 2);
      }
    }
    .sub {
      margin-top: 40px;
      .fig_item {
        width: 70%;
        margin: 0 auto 60px;
        &:not(:last-of-type) {
          margin-bottom: 40px;
        }
      }
    }
  }
}