@charset "UTF-8";
:root {
  --content-width: 110rem;
  --content-max-width: 144rem;
  --content-side-padding: 5rem;
  --color-font-default: #250D00;
  --color-accent: #F4E4DB;
  --color-border: rgba(37, 13, 0, 0.5);
  --color-canvas-bg: #FAF0E6;
  --transition-duration: 1.5s;
}

.main-area.lp {
  background: var(--color-canvas-bg);
  margin-bottom: 0;
}

#MC230905FRAGRANS {
  color: var(--color-font-default);
  font-family: var(--font-primary);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#MC230905FRAGRANS h3,
#MC230905FRAGRANS p,
#MC230905FRAGRANS span,
#MC230905FRAGRANS dt {
  letter-spacing: 0.08em;
}
#MC230905FRAGRANS div,
#MC230905FRAGRANS p,
#MC230905FRAGRANS ul,
#MC230905FRAGRANS li,
#MC230905FRAGRANS a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#MC230905FRAGRANS [class^=".sec-"],
#MC230905FRAGRANS [class*=".sec-"] {
  position: relative;
}
#MC230905FRAGRANS .sec__inner {
  width: 95%;
  max-width: var(--content-width);
  margin: 0 auto;
}
#MC230905FRAGRANS .sec-outline .mainbanner {
  position: relative;
  max-width: var(--content-width);
}
#MC230905FRAGRANS .sec-outline .mainbanner__headline {
  position: absolute;
  top: 4.8rem;
  left: var(--content-side-padding);
  font-family: var(--font-en);
  font-weight: 400;
}
#MC230905FRAGRANS .sec-outline .mainbanner__headline .headline--upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
  font-size: 4.4rem;
  line-height: 1;
  padding-right: 0.3rem;
}
#MC230905FRAGRANS .sec-outline .mainbanner__headline .headline--upper::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0.0001;
      -ms-flex: 0.0001;
          flex: 0.0001;
  height: 1px;
  background: var(--color-font-default);
  -webkit-transition: -webkit-box-flex var(--transition-duration) ease;
  transition: -webkit-box-flex var(--transition-duration) ease;
  transition: flex var(--transition-duration) ease;
  transition: flex var(--transition-duration) ease, -webkit-box-flex var(--transition-duration) ease, -ms-flex var(--transition-duration) ease;
  -webkit-transition-delay: calc(var(--transition-duration) * .2);
          transition-delay: calc(var(--transition-duration) * .2);
}
#MC230905FRAGRANS .sec-outline .mainbanner__headline .headline--lower {
  display: inline-block;
  font-size: 6.8rem;
  line-height: 1;
}
#MC230905FRAGRANS .sec-outline .mainbanner__headline.js-fadeIn .headline--upper::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#MC230905FRAGRANS .sec-outline__detail {
  padding: 8.2rem 0;
  font-family: var(--font-jp);
  font-weight: 400;
}
#MC230905FRAGRANS .sec-outline__detail p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
#MC230905FRAGRANS .sec-outline__detail p .text--highlight {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  padding-top: 2rem;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-left: 1.2rem;
  -webkit-transition-delay: calc(var(--transition-duration) * .2);
          transition-delay: calc(var(--transition-duration) * .2);
}
#MC230905FRAGRANS .sec-outline__detail p .text--highlight::after {
  content: "";
  --width: 42rem;
  width: var(--width);
  height: 1.4rem;
  background: -webkit-gradient(linear, right top, left top, color-stop(100%, var(--color-accent)), color-stop(0%, transparent));
  background: linear-gradient(to left, var(--color-accent) 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position-x: -100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-size 2s ease;
  transition: background-size 2s ease;
  -webkit-transition-delay: calc(var(--transition-duration) * .2);
          transition-delay: calc(var(--transition-duration) * .2);
}
#MC230905FRAGRANS .sec-outline__detail p .text--highlight.js-fadeIn::after {
  background-size: 100% 100%;
}
#MC230905FRAGRANS .sec-brand h3 {
  font-size: 2.2rem;
  line-height: 2.1818181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
#MC230905FRAGRANS .sec-brand h3::before, #MC230905FRAGRANS .sec-brand h3::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: var(--color-font-default);
}
#MC230905FRAGRANS .sec-brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 4rem;
  padding: 5.5rem 20rem 7.9rem;
  border-bottom: 1px solid var(--color-font-default);
  position: relative;
}
#MC230905FRAGRANS .sec-brand__list li[data-brand=snidel] {
  width: 14rem;
}
#MC230905FRAGRANS .sec-brand__list li[data-brand=fray] {
  width: 18rem;
}
#MC230905FRAGRANS .sec-brand__list li[data-brand=lilybrown] {
  width: 18rem;
}
#MC230905FRAGRANS .sec-brand__list li[data-brand=celford] {
  width: 14.8rem;
}
#MC230905FRAGRANS .sec-brand__list li[data-brand=furfur] {
  width: 10rem;
}
#MC230905FRAGRANS .sec-brand__list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 4.4rem;
  height: 1.4rem;
  left: 50%;
  bottom: -0.7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27' height='14' viewBox='0 0 27 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_124' data-name='長方形 124' width='27' height='14' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='icon_parts' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_292' data-name='パス 292' d='M13.5,0C13.5,3.866,4.048,7,0,7c4.048,0,13.5,3.134,13.5,7,0-3.866,9.452-7,13.5-7C22.951,7,13.5,3.866,13.5,0' transform='translate(0 0)' fill='%233f312b'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center var(--color-canvas-bg);
  background-size: 2.7rem auto;
}
#MC230905FRAGRANS .sec-brand .sec__inner {
  padding: 0 var(--content-side-padding);
}
#MC230905FRAGRANS .sec-product {
  background: url("../img/bg_productinfo.png") repeat-x center;
  background-size: auto 100%;
  margin-top: 12rem;
}
#MC230905FRAGRANS .sec-product .sec__inner {
  padding: 0 var(--content-side-padding);
}
#MC230905FRAGRANS .sec-product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#MC230905FRAGRANS .sec-product__detail {
  width: 54rem;
  padding-top: 11rem;
  padding-left: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#MC230905FRAGRANS .sec-product__img {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 0.5rem;
  padding-right: 1.6rem;
}
#MC230905FRAGRANS .sec-product__img img {
  display: block;
  width: 8.2rem;
  height: auto;
}
#MC230905FRAGRANS .sec-product__img::after {
  content: "";
  display: block;
  width: 50rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: radial-gradient(#ffba76 0%, transparent 50%);
  opacity: 0.6;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: calc(50% - 1.6rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#MC230905FRAGRANS .sec-product__name {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.7142857143;
  -webkit-transform: translateX(-0.6rem);
          transform: translateX(-0.6rem);
}
#MC230905FRAGRANS .sec-product__name span {
  display: block;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 0.7rem;
  letter-spacing: 0.06em;
}
#MC230905FRAGRANS .sec-product__type {
  border-bottom: 1px solid var(--color-font-default);
}
#MC230905FRAGRANS .sec-product__type dt {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
#MC230905FRAGRANS .sec-product__type dt::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: var(--color-font-default);
}
#MC230905FRAGRANS .sec-product__type dd {
  padding: 3.6rem 0 5rem;
}
#MC230905FRAGRANS .sec-product__type dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  #MC230905FRAGRANS .sec-product__type dd ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#MC230905FRAGRANS .sec-product__type dd ul li {
  border-radius: 2rem;
  padding: 0 2.2rem;
  --height: 4rem;
  height: var(--height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-accent);
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
#MC230905FRAGRANS .sec-product__type dd ul li[aria-label=CARNATION] {
  padding: 0 2.8rem;
}
#MC230905FRAGRANS .sec-type {
  padding-top: 12rem;
}
#MC230905FRAGRANS .sec-type .c-grid {
  --grid-width: calc(100rem - 3px);
  max-width: var(--grid-width);
  --corner-size: 5rem;
  background-size: var(--corner-size) auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  --grid-padding: 0.5rem;
  padding: var(--grid-padding);
  background: url("data:image/svg+xml,%3Csvg id='グループ_167' data-name='グループ 167' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_264' data-name='パス 264' d='M33.881,0l-1.31,5,1.31,5,1.31-5Z' transform='translate(-28.881 0)' fill='%23250d00'/%3E%3Cpath id='パス_265' data-name='パス 265' d='M0,33.881l5,1.31,5-1.31-5-1.31Z' transform='translate(0 -28.881)' fill='%23250d00'/%3E%3Cpath id='パス_266' data-name='パス 266' d='M18.886,12.3l-4.031,2.552L12.3,18.886l4.031-2.552Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3Cpath id='パス_267' data-name='パス 267' d='M18.885,18.886l-2.552-4.031L12.3,12.3l2.552,4.031Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3C/svg%3E%0A") no-repeat top 0.8rem left 0.8rem, url("data:image/svg+xml,%3Csvg id='グループ_167' data-name='グループ 167' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_264' data-name='パス 264' d='M33.881,0l-1.31,5,1.31,5,1.31-5Z' transform='translate(-28.881 0)' fill='%23250d00'/%3E%3Cpath id='パス_265' data-name='パス 265' d='M0,33.881l5,1.31,5-1.31-5-1.31Z' transform='translate(0 -28.881)' fill='%23250d00'/%3E%3Cpath id='パス_266' data-name='パス 266' d='M18.886,12.3l-4.031,2.552L12.3,18.886l4.031-2.552Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3Cpath id='パス_267' data-name='パス 267' d='M18.885,18.886l-2.552-4.031L12.3,12.3l2.552,4.031Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3C/svg%3E%0A") no-repeat top 0.8rem right 0.8rem, url("data:image/svg+xml,%3Csvg id='グループ_167' data-name='グループ 167' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_264' data-name='パス 264' d='M33.881,0l-1.31,5,1.31,5,1.31-5Z' transform='translate(-28.881 0)' fill='%23250d00'/%3E%3Cpath id='パス_265' data-name='パス 265' d='M0,33.881l5,1.31,5-1.31-5-1.31Z' transform='translate(0 -28.881)' fill='%23250d00'/%3E%3Cpath id='パス_266' data-name='パス 266' d='M18.886,12.3l-4.031,2.552L12.3,18.886l4.031-2.552Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3Cpath id='パス_267' data-name='パス 267' d='M18.885,18.886l-2.552-4.031L12.3,12.3l2.552,4.031Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3C/svg%3E%0A") no-repeat bottom 0.8rem left 0.8rem, url("data:image/svg+xml,%3Csvg id='グループ_167' data-name='グループ 167' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_264' data-name='パス 264' d='M33.881,0l-1.31,5,1.31,5,1.31-5Z' transform='translate(-28.881 0)' fill='%23250d00'/%3E%3Cpath id='パス_265' data-name='パス 265' d='M0,33.881l5,1.31,5-1.31-5-1.31Z' transform='translate(0 -28.881)' fill='%23250d00'/%3E%3Cpath id='パス_266' data-name='パス 266' d='M18.886,12.3l-4.031,2.552L12.3,18.886l4.031-2.552Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3Cpath id='パス_267' data-name='パス 267' d='M18.885,18.886l-2.552-4.031L12.3,12.3l2.552,4.031Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3C/svg%3E%0A") no-repeat bottom 0.8rem right 0.8rem;
  background-size: 1rem 1rem;
}
#MC230905FRAGRANS .sec-type .c-grid::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.999' height='49.995' viewBox='0 0 49.999 49.995'%3E%3Cpath id='交差_1' data-name='交差 1' d='M49,0V10.879L10.552,49H0v1H10.963L50,11.3V0Z' transform='translate(49.999 49.995) rotate(180)' fill='rgba(37,13,0,0.5)'/%3E%3C/svg%3E") no-repeat top left, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='49.995' viewBox='0 0 50 49.995'%3E%3Cpath id='交差_1' data-name='交差 1' d='M973-1204.925V-1215.8l-38.448-38.116H924v-1h10.963L974-1216.22v11.3Z' transform='translate(-924 1254.92)' fill='rgba(37,13,0,0.5)'/%3E%3C/svg%3E%0A") no-repeat top right;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#MC230905FRAGRANS .sec-type .c-grid::after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.999' height='49.995' viewBox='0 0 49.999 49.995'%3E%3Cpath id='交差_1' data-name='交差 1' d='M49,0V10.879L10.552,49H0v1H10.963L50,11.3V0Z' transform='translate(49.999 49.995) rotate(180)' fill='rgba(37,13,0,0.5)'/%3E%3C/svg%3E") no-repeat top left, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='49.995' viewBox='0 0 50 49.995'%3E%3Cpath id='交差_1' data-name='交差 1' d='M973-1204.925V-1215.8l-38.448-38.116H924v-1h10.963L974-1216.22v11.3Z' transform='translate(-924 1254.92)' fill='rgba(37,13,0,0.5)'/%3E%3C/svg%3E%0A") no-repeat top right;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(-1);
          transform: translateX(-50%) scaleY(-1);
}
#MC230905FRAGRANS .sec-type .c-grid__frame-line__horizontal, #MC230905FRAGRANS .sec-type .c-grid__frame-line__vertical {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#MC230905FRAGRANS .sec-type .c-grid__frame-line--horizontal::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - (var(--corner-size) * 2) + 2px);
  height: 1px;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--color-border);
}
#MC230905FRAGRANS .sec-type .c-grid__frame-line--horizontal::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - (var(--corner-size) * 2) + 2px);
  height: 1px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--color-border);
}
#MC230905FRAGRANS .sec-type .c-grid__frame-line--vertical::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - (var(--corner-size) * 2) + 2px);
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--color-border);
}
#MC230905FRAGRANS .sec-type .c-grid__frame-line--vertical::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - (var(--corner-size) * 2) + 2px);
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--color-border);
}
#MC230905FRAGRANS .sec-type .c-grid__list {
  --grid-num: 2;
  display: grid;
  grid-template-columns: repeat(var(--grid-num), minmax(0, 1fr));
  grid-gap: 1px;
}
#MC230905FRAGRANS .sec-type .c-grid__image {
  position: relative;
  z-index: 2;
  background: transparent;
  --max-width: calc((var(--grid-width) - (var(--grid-padding) * 2)) / var(--grid-num));
  max-width: var(--max-width);
}
#MC230905FRAGRANS .sec-type .c-grid__image .layer--base {
  position: relative;
  z-index: 2;
}
#MC230905FRAGRANS .sec-type .c-grid__name {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --height: var(--name-height);
  --border-color: var(--color-border);
  height: var(--height);
  border-top: 1px solid var(--color-border);
}
#MC230905FRAGRANS .sec-type .c-grid__name span {
  display: inline-block;
  letter-spacing: 0;
}
#MC230905FRAGRANS .sec-type .c-grid__name .name--en {
  font-family: var(--font-en);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
#MC230905FRAGRANS .sec-type .c-grid__name .name--en::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: var(--color-font-default);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#MC230905FRAGRANS .sec-type .c-grid__name .name--jp {
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 1.6rem;
  opacity: 0.6;
  padding-left: 1rem;
}
#MC230905FRAGRANS .sec-type .c-grid__item {
  -webkit-box-shadow: 0 0 0 1px var(--color-border);
          box-shadow: 0 0 0 1px var(--color-border);
  --name-height: 6rem;
}
#MC230905FRAGRANS .sec-type .c-grid__item__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr var(--name-height);
}
#MC230905FRAGRANS .sec-detail {
  padding-top: 8rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
  font-weight: 400;
}
#MC230905FRAGRANS .sec-detail .text--disclaimer {
  font-size: 1.2rem;
  line-height: 2.1666666667;
}
#MC230905FRAGRANS .sec-button {
  padding: 12rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#MC230905FRAGRANS .c-btn--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-font-default);
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  --width: 27rem;
  --height: 7.7rem;
  width: var(--width);
  height: var(--height);
  border-radius: var(--width)/var(--height);
}
#MC230905FRAGRANS .c-btn--more span {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  aspect-ratio: 1/1;
  background: rgba(37, 13, 0, 0.13);
  border-radius: 50%;
  position: relative;
}
#MC230905FRAGRANS .c-btn--more span::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--color-font-default);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#MC230905FRAGRANS .js-loadFade {
  opacity: 0;
  -webkit-transition: opacity var(--transition-duration) ease;
  transition: opacity var(--transition-duration) ease;
}
#MC230905FRAGRANS .js-loadFade.js-fadeIn {
  opacity: 1;
}
#MC230905FRAGRANS .js-scrollFade {
  opacity: 0;
  --y-distance: 2rem;
  -webkit-transform: translateY(var(--y-distance));
          transform: translateY(var(--y-distance));
  -webkit-transition: opacity var(--transition-duration) ease, -webkit-transform var(--transition-duration) ease;
  transition: opacity var(--transition-duration) ease, -webkit-transform var(--transition-duration) ease;
  transition: transform var(--transition-duration) ease, opacity var(--transition-duration) ease;
  transition: transform var(--transition-duration) ease, opacity var(--transition-duration) ease, -webkit-transform var(--transition-duration) ease;
}
#MC230905FRAGRANS .js-scrollFade.js-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 769px) {
  .visible-mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .visible-desktop {
    display: none;
  }

  #MC230905FRAGRANS {
    --content-width: 100%;
    --content-max-width: 100%;
    --content-side-padding: 2rem;
  }
  #MC230905FRAGRANS .sec__inner {
    width: 100%;
    margin: 0 auto;
  }
  #MC230905FRAGRANS .sec-outline .mainbanner__headline {
    position: absolute;
    top: 2rem;
    left: var(--content-side-padding);
    font-family: var(--font-en);
    font-weight: 400;
  }
  #MC230905FRAGRANS .sec-outline .mainbanner__headline .headline--upper {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    font-size: 2rem;
    padding-right: 0.4rem;
  }
  #MC230905FRAGRANS .sec-outline .mainbanner__headline .headline--lower {
    font-size: 3.4rem;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  #MC230905FRAGRANS .sec-outline__detail {
    padding: 5.5rem 0 8.2rem;
  }
  #MC230905FRAGRANS .sec-outline__detail p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  #MC230905FRAGRANS .sec-outline__detail p .text--highlight {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    padding-top: 2.7rem;
    padding-left: 1.2rem;
  }
  #MC230905FRAGRANS .sec-outline__detail p .text--highlight::after {
    content: "";
    width: calc(100% - (var(--content-side-padding) * 2) + 0.3rem);
    height: 1.4rem;
    z-index: -1;
    left: 50%;
    bottom: 0.1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
  }
  #MC230905FRAGRANS .sec-brand h3 {
    font-size: 1.8rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #MC230905FRAGRANS .sec-brand h3::before {
    width: 9.2rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-right: 1.1rem;
  }
  #MC230905FRAGRANS .sec-brand h3::after {
    width: 10rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  #MC230905FRAGRANS .sec-brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2.9rem;
    padding: 5.2rem 0 5.9rem;
  }
  #MC230905FRAGRANS .sec-brand__list li[data-brand=snidel] {
    width: 8rem;
  }
  #MC230905FRAGRANS .sec-brand__list li[data-brand=fray] {
    width: 10rem;
  }
  #MC230905FRAGRANS .sec-brand__list li[data-brand=lilybrown] {
    width: 11rem;
  }
  #MC230905FRAGRANS .sec-brand__list li[data-brand=celford] {
    width: 10rem;
  }
  #MC230905FRAGRANS .sec-brand__list li[data-brand=furfur] {
    width: 7rem;
  }
  #MC230905FRAGRANS .sec-brand__list::after {
    width: 4.2rem;
    bottom: -0.7rem;
  }
  #MC230905FRAGRANS .sec-brand .sec__inner {
    padding: 0 var(--content-side-padding);
  }
  #MC230905FRAGRANS .sec-product {
    background: url("../img/bg_productinfo_sp.png") no-repeat center;
    background-size: cover;
    margin-top: 8.1rem;
    padding: 8.8rem 0 12rem;
  }
  #MC230905FRAGRANS .sec-product__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 3.3rem;
  }
  #MC230905FRAGRANS .sec-product__detail {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #MC230905FRAGRANS .sec-product__img {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: unset;
    padding-top: 0;
    padding-right: 0;
  }
  #MC230905FRAGRANS .sec-product__img img {
    display: block;
    width: 8.2rem;
    height: auto;
  }
  #MC230905FRAGRANS .sec-product__img::after {
    content: "";
    display: block;
    width: 100%;
    border-radius: 50%;
    background: radial-gradient(#ffba76 0%, transparent 50%);
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #MC230905FRAGRANS .sec-product__name {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    -webkit-transform: unset;
            transform: unset;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.4rem;
  }
  #MC230905FRAGRANS .sec-product__name span {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-left: 0;
    letter-spacing: 0.06em;
  }
  #MC230905FRAGRANS .sec-product__type dt {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  #MC230905FRAGRANS .sec-product__type dd {
    padding: 3.6rem 0 5rem;
  }
  #MC230905FRAGRANS .sec-product__type dd ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #MC230905FRAGRANS .sec-product__type dd ul li {
    padding: 0 2.2rem;
  }
  #MC230905FRAGRANS .sec-type {
    padding-top: 8rem;
  }
  #MC230905FRAGRANS .sec-type .c-grid {
    --grid-width: calc(100vw - (var(--content-side-padding) * 2) + 1px);
    --corner-size: 5rem;
    background-size: var(--corner-size) auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 2;
    --grid-padding: 0.5rem;
    background: url("data:image/svg+xml,%3Csvg id='グループ_167' data-name='グループ 167' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_264' data-name='パス 264' d='M33.881,0l-1.31,5,1.31,5,1.31-5Z' transform='translate(-28.881 0)' fill='%23250d00'/%3E%3Cpath id='パス_265' data-name='パス 265' d='M0,33.881l5,1.31,5-1.31-5-1.31Z' transform='translate(0 -28.881)' fill='%23250d00'/%3E%3Cpath id='パス_266' data-name='パス 266' d='M18.886,12.3l-4.031,2.552L12.3,18.886l4.031-2.552Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3Cpath id='パス_267' data-name='パス 267' d='M18.885,18.886l-2.552-4.031L12.3,12.3l2.552,4.031Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3C/svg%3E%0A") no-repeat top 0.9rem left 0.8rem, url("data:image/svg+xml,%3Csvg id='グループ_167' data-name='グループ 167' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_264' data-name='パス 264' d='M33.881,0l-1.31,5,1.31,5,1.31-5Z' transform='translate(-28.881 0)' fill='%23250d00'/%3E%3Cpath id='パス_265' data-name='パス 265' d='M0,33.881l5,1.31,5-1.31-5-1.31Z' transform='translate(0 -28.881)' fill='%23250d00'/%3E%3Cpath id='パス_266' data-name='パス 266' d='M18.886,12.3l-4.031,2.552L12.3,18.886l4.031-2.552Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3Cpath id='パス_267' data-name='パス 267' d='M18.885,18.886l-2.552-4.031L12.3,12.3l2.552,4.031Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3C/svg%3E%0A") no-repeat top 0.9rem right 0.8rem, url("data:image/svg+xml,%3Csvg id='グループ_167' data-name='グループ 167' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_264' data-name='パス 264' d='M33.881,0l-1.31,5,1.31,5,1.31-5Z' transform='translate(-28.881 0)' fill='%23250d00'/%3E%3Cpath id='パス_265' data-name='パス 265' d='M0,33.881l5,1.31,5-1.31-5-1.31Z' transform='translate(0 -28.881)' fill='%23250d00'/%3E%3Cpath id='パス_266' data-name='パス 266' d='M18.886,12.3l-4.031,2.552L12.3,18.886l4.031-2.552Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3Cpath id='パス_267' data-name='パス 267' d='M18.885,18.886l-2.552-4.031L12.3,12.3l2.552,4.031Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3C/svg%3E%0A") no-repeat bottom 0.9rem left 0.8rem, url("data:image/svg+xml,%3Csvg id='グループ_167' data-name='グループ 167' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_264' data-name='パス 264' d='M33.881,0l-1.31,5,1.31,5,1.31-5Z' transform='translate(-28.881 0)' fill='%23250d00'/%3E%3Cpath id='パス_265' data-name='パス 265' d='M0,33.881l5,1.31,5-1.31-5-1.31Z' transform='translate(0 -28.881)' fill='%23250d00'/%3E%3Cpath id='パス_266' data-name='パス 266' d='M18.886,12.3l-4.031,2.552L12.3,18.886l4.031-2.552Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3Cpath id='パス_267' data-name='パス 267' d='M18.885,18.886l-2.552-4.031L12.3,12.3l2.552,4.031Z' transform='translate(-10.594 -10.594)' fill='%23250d00'/%3E%3C/svg%3E%0A") no-repeat bottom 0.9rem right 0.8rem;
    background-size: 1.2rem 1.2rem;
  }
  #MC230905FRAGRANS .sec-type .c-grid::before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath id='交差_1' data-name='交差 1' d='M-1645,1112v-12.139l47.28-37.861H-1595v1h-2.37L-1644,1100.342V1112Z' transform='translate(1645 -1062)' fill='rgba(37,13,0,0.5)'/%3E%3C/svg%3E%0A") no-repeat top left, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath id='交差_1' data-name='交差 1' d='M-1308,1112v-11.659L-1354.63,1063H-1357v-1h2.721l47.28,37.861V1112Z' transform='translate(1357 -1062)' fill='rgba(37,13,0,0.5)'/%3E%3C/svg%3E%0A") no-repeat top right;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #MC230905FRAGRANS .sec-type .c-grid::after {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath id='交差_1' data-name='交差 1' d='M-1645,1112v-12.139l47.28-37.861H-1595v1h-2.37L-1644,1100.342V1112Z' transform='translate(1645 -1062)' fill='rgba(37,13,0,0.5)'/%3E%3C/svg%3E%0A") no-repeat top left, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath id='交差_1' data-name='交差 1' d='M-1308,1112v-11.659L-1354.63,1063H-1357v-1h2.721l47.28,37.861V1112Z' transform='translate(1357 -1062)' fill='rgba(37,13,0,0.5)'/%3E%3C/svg%3E%0A") no-repeat top right;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
  }
  #MC230905FRAGRANS .sec-type .c-grid__list {
    --grid-num: 1;
  }
  #MC230905FRAGRANS .sec-type .c-grid__image {
    --max-width: calc(var(--grid-width) - (var(--grid-padding) * 2));
    width: var(--max-width);
  }
  #MC230905FRAGRANS .sec-type .c-grid__image .layer--base {
    position: relative;
    z-index: 2;
  }
  #MC230905FRAGRANS .sec-type .c-grid__item {
    --name-height: 4.9rem;
  }
  #MC230905FRAGRANS .sec-type .c-grid__item:last-child {
    padding-bottom: 4.4rem;
  }
  #MC230905FRAGRANS .sec-type .c-grid__item:last-child .c-grid__name {
    border-bottom: 1px solid var(--border-color);
  }
  #MC230905FRAGRANS .sec-detail {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    row-gap: 2.85rem;
    padding-top: 7.5rem;
  }
  #MC230905FRAGRANS .sec-detail .text--disclaimer {
    font-size: 1.2rem;
    line-height: 2.1666666667;
  }
  #MC230905FRAGRANS .sec-button {
    padding: 9.3rem 0 10rem;
  }
  #MC230905FRAGRANS .c-btn--more {
    font-size: 1.2rem;
    -webkit-column-gap: 1.1rem;
       -moz-column-gap: 1.1rem;
            column-gap: 1.1rem;
    --width: 18.7rem;
    --height: 5.6rem;
  }
  #MC230905FRAGRANS .c-btn--more span {
    width: 0.8rem;
    height: 0.8rem;
  }
  #MC230905FRAGRANS .c-btn--more span::before {
    width: 2px;
    height: 2px;
  }
}
/*# sourceMappingURL=style.css.map */