@charset "UTF-8";
/* ---------------------------------------------

	fade in animation

---------------------------------------------- */
@-webkit-keyframes stroke_wide {
  0% {
    opacity: 0;
    stroke-dashoffset: 2000px;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0px;
  }
}
@keyframes stroke_wide {
  0% {
    opacity: 0;
    stroke-dashoffset: 2000px;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes stroke {
  0% {
    opacity: 0;
    stroke-dashoffset: 1000px;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0px;
  }
}
@keyframes stroke {
  0% {
    opacity: 0;
    stroke-dashoffset: 1000px;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes ani_toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani_toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ani_toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani_toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ani_toRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani_toRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ani_toRightTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_toRightTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_toLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani_toLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ani_toLeftTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_toLeftTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_toRightTop02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_toRightTop02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani_scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani_scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani_menu {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(30);
            transform: scale(30);
  }
}
@keyframes ani_menu {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(30);
            transform: scale(30);
  }
}
:root {
  --c-red: #ff0000;
  --c-red-light: #fcf1eb;
  --c-beige: #fcf6e7;
  --c-beige-dark: #e2c595;
  --c-text: #333;
  --c-muted: #888;
  --c-bg: #fff;
  --shadow: 7px 7px 5px rgba(0, 0, 0, 0.45);
}

.openingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  overflow: hidden;
}
.openingOverlay.fadeOut {
  opacity: 0;
  pointer-events: none;
}

.openingVideo__mask {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0 0 50px #ffffff;
          box-shadow: 0 0 0 50px #ffffff;
  background-color: #ffffff;
}
.openingVideo__mask.is-ready {
  opacity: 1;
}

.openingVideo {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.openingVideo__element {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  -webkit-appearance: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.openingVideo__element.is-ready {
  opacity: 1;
}

@media (min-width: 767.98px) {
  .wrap {
    width: max(100%, 1280px);
  }
}

.keyVisual {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  margin-top: 111px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  will-change: transform;
}
@media (min-width: 768px) {
  .keyVisual {
    aspect-ratio: 1280/500;
  }
}
@media (max-width: 767.98px) {
  .keyVisual {
    min-height: 380px;
    margin-top: 55px;
  }
}

.keyVisual__inner {
  overflow-x: hidden;
}

.keyVisualContent {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.keyVisualImage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kvImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.parallaxContent {
  position: relative;
  z-index: 1;
  background: var(--c-beige);
  margin-top: -131px;
}

.tekitouContentWrap {
  position: relative;
  z-index: 1;
  margin-top: -130px;
}
@media (max-width: 767.98px) {
  .tekitouContentWrap {
    margin-top: -177px;
  }
}

.waveBackground {
  position: absolute;
  z-index: 0;
  top: -272px;
  left: 0;
  height: 825px;
  overflow: hidden;
  pointer-events: none;
}
.waveBackground--sp {
  width: 100%;
  display: none;
}
@media (max-width: 767.98px) {
  .waveBackground--sp {
    display: block;
    top: -148px;
    height: 276px;
  }
}
.waveBackground--pc {
  width: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  .waveBackground--pc {
    display: none;
  }
}

.waveRed {
  fill: var(--c-red);
}

.waveBeige {
  fill: var(--c-beige);
}

.waveContainer {
  position: absolute;
  z-index: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  width: 750%;
}

.waveContainerRed {
  top: 0;
  left: 0;
  -webkit-animation: waveFlowRed 20s linear infinite;
          animation: waveFlowRed 20s linear infinite;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
@media (max-width: 767.98px) {
  .waveContainerRed {
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
}

.waveContainerBeige {
  top: 100px;
  left: 0;
  -webkit-animation: waveFlowBeige 45s linear infinite;
          animation: waveFlowBeige 45s linear infinite;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
@media (max-width: 767.98px) {
  .waveContainerBeige {
    top: 24px;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
}

.waveSvg {
  width: 33.333%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -1px;
  shape-rendering: geometricPrecision;
}

.waveSvgRed {
  position: relative;
  -webkit-animation: waveFloatRed 4s ease-in-out infinite;
          animation: waveFloatRed 4s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .waveSvgRed {
    -webkit-animation: waveFloatRedSp 4s ease-in-out infinite;
            animation: waveFloatRedSp 4s ease-in-out infinite;
  }
}

.waveSvgBeige {
  position: relative;
  -webkit-animation: waveFloatBeige 6s ease-in-out infinite;
          animation: waveFloatBeige 6s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .waveSvgBeige {
    -webkit-animation: waveFloatBeigeSp 6s ease-in-out infinite;
            animation: waveFloatBeigeSp 6s ease-in-out infinite;
  }
}

@-webkit-keyframes waveFlowRed {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}

@keyframes waveFlowRed {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}
@-webkit-keyframes waveFlowBeige {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}
@keyframes waveFlowBeige {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}
@-webkit-keyframes waveFloatRed {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes waveFloatRed {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes waveFloatBeige {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes waveFloatBeige {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes waveFloatRedSp {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes waveFloatRedSp {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes waveFloatBeigeSp {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes waveFloatBeigeSp {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.pageTitleArea {
  padding: 0;
  margin: 100px 0 auto;
  background: transparent;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .pageTitleArea {
    margin-top: 52px;
  }
}

.pageTitle {
  padding: 157px 0 0 0;
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.pageTitle.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767.98px) {
  .pageTitle {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .pageTitle img {
    width: 232px;
  }
}

.contentArea {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  background: var(--c-beige);
  min-height: calc(100vh - 590px);
  margin-top: -80px;
  padding-bottom: clamp(40px, 3.8204393505vw + 24.9856733524px, 80px);
}

.sugarContent {
  margin: 0 auto;
  padding: 90px 0 0;
  text-align: center;
}
.sugarContent__lead {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sugarContent__lead.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sugarContent__lead p {
  font-size: clamp(15px, 0.6764374295vw + 12.3416009019px, 21px);
  font-weight: 700;
  line-height: 2.25;
  color: var(--c-text);
  margin: 28px auto 220px;
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .sugarContent__lead p {
    letter-spacing: -0.047em;
    text-indent: -0.047em;
    margin-bottom: 265px;
    margin-top: 18px;
    line-height: 2.02;
  }
}
@media (max-width: 370px) {
  .sugarContent__lead p {
    font-size: 14px;
  }
}

.contentFloat {
  position: absolute;
  z-index: 4;
  -webkit-animation: floatXY 6s ease-in-out infinite;
          animation: floatXY 6s ease-in-out infinite;
  will-change: transform;
  pointer-events: none;
}
.contentFloat img {
  display: block;
  width: 100%;
  height: auto;
}
.contentFloat--01 {
  width: 285px;
  height: 261px;
  left: 120px;
  top: -170px;
  -webkit-animation: floatXY 7s ease-in-out infinite;
          animation: floatXY 7s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .contentFloat--01 {
    width: 172px;
    height: 155px;
    top: 360px;
    left: 30px;
  }
}
.contentFloat--02 {
  width: 165px;
  height: 151px;
  right: 120px;
  top: -170px;
  -webkit-animation: floatCircle 6.5s ease-in-out infinite 0.6s;
          animation: floatCircle 6.5s ease-in-out infinite 0.6s;
}
@media (max-width: 767.98px) {
  .contentFloat--02 {
    width: 55px;
    height: 50px;
    right: 30px;
    top: 380px;
  }
}
.contentFloat--03 {
  width: 160px;
  height: 111px;
  left: 60px;
  top: 370px;
  -webkit-animation: floatWave 7.5s ease-in-out infinite 0.3s;
          animation: floatWave 7.5s ease-in-out infinite 0.3s;
}
@media (max-width: 767.98px) {
  .contentFloat--03 {
    width: 40px;
    height: 37px;
    left: 30px;
    top: 570px;
  }
}
.contentFloat--04 {
  width: 306px;
  height: 280px;
  right: 60px;
  top: 390px;
  -webkit-animation: floatSway 6.8s ease-in-out infinite 0.9s;
          animation: floatSway 6.8s ease-in-out infinite 0.9s;
}
@media (max-width: 767.98px) {
  .contentFloat--04 {
    width: 157px;
    height: 143px;
    right: 20px;
    top: 490px;
  }
}

@-webkit-keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}

@keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
@-webkit-keyframes floatXY {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px);
  }
  50% {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
  }
  75% {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
  }
}
@keyframes floatXY {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px);
  }
  50% {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
  }
  75% {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
  }
}
@-webkit-keyframes floatCircle {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(12px, -6px) rotate(2deg);
            transform: translate(12px, -6px) rotate(2deg);
  }
  50% {
    -webkit-transform: translate(0, -12px) rotate(0deg);
            transform: translate(0, -12px) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-12px, -6px) rotate(-2deg);
            transform: translate(-12px, -6px) rotate(-2deg);
  }
}
@keyframes floatCircle {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(12px, -6px) rotate(2deg);
            transform: translate(12px, -6px) rotate(2deg);
  }
  50% {
    -webkit-transform: translate(0, -12px) rotate(0deg);
            transform: translate(0, -12px) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-12px, -6px) rotate(-2deg);
            transform: translate(-12px, -6px) rotate(-2deg);
  }
}
@-webkit-keyframes floatWave {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(6px, -4px);
            transform: translate(6px, -4px);
  }
  40% {
    -webkit-transform: translate(-4px, -10px);
            transform: translate(-4px, -10px);
  }
  60% {
    -webkit-transform: translate(8px, -6px);
            transform: translate(8px, -6px);
  }
  80% {
    -webkit-transform: translate(-6px, -8px);
            transform: translate(-6px, -8px);
  }
}
@keyframes floatWave {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(6px, -4px);
            transform: translate(6px, -4px);
  }
  40% {
    -webkit-transform: translate(-4px, -10px);
            transform: translate(-4px, -10px);
  }
  60% {
    -webkit-transform: translate(8px, -6px);
            transform: translate(8px, -6px);
  }
  80% {
    -webkit-transform: translate(-6px, -8px);
            transform: translate(-6px, -8px);
  }
}
@-webkit-keyframes floatSway {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-10px, -8px) rotate(-1deg);
            transform: translate(-10px, -8px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(5px, -12px) rotate(1deg);
            transform: translate(5px, -12px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(-5px, -4px) rotate(-0.5deg);
            transform: translate(-5px, -4px) rotate(-0.5deg);
  }
}
@keyframes floatSway {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-10px, -8px) rotate(-1deg);
            transform: translate(-10px, -8px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(5px, -12px) rotate(1deg);
            transform: translate(5px, -12px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(-5px, -4px) rotate(-0.5deg);
            transform: translate(-5px, -4px) rotate(-0.5deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .contentFloat {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
.startSugarLife {
  padding: 80px 0;
  color: var(--c-text);
  background: #ffffff;
  border: 1px solid var(--c-red);
  max-width: 970px;
  margin: 0 auto 85px;
  padding: 56px 53px;
  border-radius: 60px;
  position: relative;
  z-index: 1;
  /* カードリスト */
}
@media (max-width: 767.98px) {
  .startSugarLife {
    padding: 55px 0 60px;
    border: none;
    border-radius: 0;
    max-width: 100%;
  }
}
.startSugarLife__head {
  text-align: center;
  margin-bottom: clamp(35px, 3.7204058625vw + 20.3788049605px, 68px);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.startSugarLife__sub {
  font-size: clamp(18px, 1.3528748591vw + 12.6832018038px, 30px);
  color: var(--c-red);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.55;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media (max-width: 767.98px) {
  .startSugarLife__sub {
    margin-bottom: 14px;
  }
}
.startSugarLife__sub.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.startSugarLife__title {
  font-size: clamp(27px, 2.3675310034vw + 17.6956031567px, 48px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 767.98px) {
  .startSugarLife__title {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
.startSugarLife__title.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.startSugarLife__title::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -10px;
  width: 100%;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 646.5 16.42'%3E%3Cpath fill='%23ff0000' d='M615.57,16.42c-7.82,0-11.89-2.37-15.48-4.45-3.15-1.83-5.63-3.27-11.11-3.27s-7.96,1.44-11.11,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27s-7.96,1.44-11.1,3.27c-3.59,2.09-7.66,4.45-15.47,4.45s-11.88-2.37-15.47-4.45c-3.15-1.83-5.63-3.27-11.1-3.27C1.95,8.69,0,6.75,0,4.35S1.95,0,4.35,0c7.81,0,11.88,2.37,15.47,4.45,3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.37,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.37,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.88,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.1,3.27s7.96-1.44,11.1-3.27c3.59-2.09,7.66-4.45,15.47-4.45s11.89,2.36,15.47,4.45c3.15,1.83,5.63,3.27,11.11,3.27s7.96-1.44,11.11-3.27c3.59-2.09,7.66-4.45,15.48-4.45,2.4,0,4.35,1.95,4.35,4.35s-1.95,4.35-4.35,4.35c-5.47,0-7.96,1.44-11.11,3.27-3.59,2.09-7.66,4.45-15.47,4.45Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767.98px) {
  .startSugarLife__title::after {
    bottom: -15px;
  }
}
.startSugarLife__lead {
  text-align: center;
  line-height: 2;
  color: var(--c-text);
  margin: 28px auto 80px;
  max-width: 800px;
  font-size: clamp(15px, 0.7891770011vw + 11.8985343856px, 22px);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 767.98px) {
  .startSugarLife__lead {
    margin-top: 0;
    letter-spacing: -0.06em;
    text-indent: -0.06em;
  }
}
.startSugarLife__lead.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767.98px) {
  .startSugarLife__lead {
    margin-bottom: 73px;
  }
}
.startSugarLife__lead > p {
  margin-top: 0;
}
.startSugarLife__sectionTitle {
  text-align: center;
  color: var(--c-red);
  font-size: clamp(30px, 2.0293122886vw + 22.0248027057px, 48px);
  font-weight: 700;
  margin-bottom: clamp(31px, 3.7204058625vw + 16.3788049605px, 64px);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.startSugarLife__sectionTitle.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.startSugarLife__list {
  display: -ms-grid;
  display: grid;
  gap: clamp(24px, 4.0586245772vw + 8.0496054115px, 60px);
  max-width: 798px;
  margin: 0 auto;
}
.startSugarLife__card {
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.startSugarLife__card.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767.98px) {
  .startSugarLife__card {
    width: calc(100% - 35px);
    margin: 0 auto;
    overflow: visible;
  }
}
.startSugarLife__card[open] .startSugarLife__cardHeader, .startSugarLife__card.is-open .startSugarLife__cardHeader {
  background-color: var(--c-red-light);
}
.startSugarLife__card[open] .startSugarLife__cardHeader .startSugarLife__cardTitle::before, .startSugarLife__card.is-open .startSugarLife__cardHeader .startSugarLife__cardTitle::before {
  content: "閉じる";
}
.startSugarLife__card[open] .startSugarLife__cardHeader .startSugarLife__cardTitle::after, .startSugarLife__card.is-open .startSugarLife__cardHeader .startSugarLife__cardTitle::after {
  background-image: url(../images/tekitou-seikatsu/icon_minus.svg);
}
.startSugarLife__card[open] .startSugarLife__cardBody, .startSugarLife__card.is-open .startSugarLife__cardBody {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
.startSugarLife__card[open] .startSugarLife__cardBodyInner, .startSugarLife__card.is-open .startSugarLife__cardBodyInner {
  padding: 60px;
}
@media (max-width: 767.98px) {
  .startSugarLife__card[open] .startSugarLife__cardBodyInner, .startSugarLife__card.is-open .startSugarLife__cardBodyInner {
    padding: 20px;
  }
}
.startSugarLife__card[open] .startSugarLife__cardToggleIcon, .startSugarLife__card.is-open .startSugarLife__cardToggleIcon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.startSugarLife__cardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid var(--c-red);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.startSugarLife__cardHeader:hover {
  background-color: var(--c-red-light);
}
@media (max-width: 767.98px) {
  .startSugarLife__cardHeader {
    border-radius: 20px;
  }
}
.startSugarLife__cardNo {
  width: 15%;
  color: var(--c-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(23px, 1.916572717vw + 15.4678692221px, 40px);
  font-weight: 700;
  text-align: center;
  padding-top: 6px;
  padding-left: 1px;
}
.startSugarLife__cardTitle {
  width: 85%;
  border-left: 1px dashed var(--c-red);
  font-size: clamp(16px, 0.4509582864vw + 14.2277339346px, 20px);
  font-weight: 700;
  line-height: 1.7;
  padding: 25px 15px;
  position: relative;
  overflow: visible;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media (min-width: 768px) {
  .startSugarLife__cardTitle {
    padding: 26px 40px 26px 39px;
  }
}
@media (max-width: 767.98px) {
  .startSugarLife__cardTitle {
    padding: 22px 15px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.3;
  }
}
.startSugarLife__cardTitle::before {
  content: "詳しく見る";
  color: var(--c-red);
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 92px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--c-red);
  display: none;
  line-height: 1;
  padding-bottom: 5px;
  letter-spacing: -0.002em;
}
@media (min-width: 768px) {
  .startSugarLife__cardTitle::before {
    font-size: 14px;
    display: block;
  }
}
.startSugarLife__cardTitle::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(../images/tekitou-seikatsu/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .startSugarLife__cardTitle::after {
    width: 23px;
    height: 23px;
    right: -8px;
  }
}
@media (max-width: 767.98px) {
  .startSugarLife .startSugarLife__card:nth-child(2) .startSugarLife__cardTitle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.startSugarLife__cardToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--c-red);
  background: none;
  border: none;
  cursor: pointer;
}
.startSugarLife__cardToggleText {
  font-size: 0.9rem;
}
.startSugarLife__cardToggleIcon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--c-red);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.startSugarLife__cardBody {
  border: 1px solid var(--c-red);
  border-radius: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin-top: -1px;
  -webkit-transition: grid-template-rows 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: grid-template-rows 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: grid-template-rows 0.4s ease, opacity 0.3s ease, visibility 0.3s ease, -ms-grid-rows 0.4s ease;
}
@media (max-width: 767.98px) {
  .startSugarLife__cardBody {
    border-radius: 20px;
  }
}
.startSugarLife__cardBodyInner {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
.startSugarLife__cardLead, .startSugarLife__cardText {
  line-height: 2.4;
}
.startSugarLife__cardText {
  font-size: clamp(14px, 0.4509582864vw + 12.2277339346px, 18px);
}
.startSugarLife__cardFigure {
  text-align: center;
  margin: 2em auto;
  background-color: var(--c-red-light);
  padding: clamp(25px, -0.5636978579vw + 27.2153325817px, 20px);
  border-radius: 15px;
}
.startSugarLife__cardFigure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.startSugarLife__cardFigure .startSugarLife__illust01-01 {
  width: clamp(283px, 61.3303269448vw + 41.9718151071px, 827px);
}
.startSugarLife__cardFigure .startSugarLife__illust01-02 {
  width: clamp(297px, 41.488162345vw + 133.9515219842px, 665px);
}
.startSugarLife__cardFigure .startSugarLife__illust01-03 {
  width: clamp(297px, 23.5625704622vw + 204.3990980834px, 506px);
}
@media (min-width: 768px) {
  .startSugarLife__cardFigure .startSugarLife__illust01-03 {
    margin-left: -68px;
  }
}
.startSugarLife__cardFigure .startSugarLife__illust02-01 {
  width: clamp(239px, 48.0270574972vw + 50.2536640361px, 665px);
}
.startSugarLife__cardFigure .startSugarLife__illust02-02 {
  width: clamp(299px, 44.1939120631vw + 125.3179255919px, 691px);
}
.startSugarLife__cardFigure .startSugarLife__illust02-03 {
  width: clamp(307px, 35.7384441939vw + 166.5479143179px, 624px);
}
@media (min-width: 768px) {
  .startSugarLife__cardFigure .startSugarLife__illust02-03 {
    margin-right: -93px;
  }
}
.startSugarLife__cardFigure .startSugarLife__illust03-01 {
  width: clamp(307px, 53.3258173619vw + 97.4295377678px, 780px);
}
.startSugarLife__cardFigure figcaption {
  font-size: 10px;
  color: var(--c-text);
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .startSugarLife__cardFigure figcaption {
    text-align: left;
  }
}
.startSugarLife__expertSection {
  position: relative;
  margin: 113px auto 0;
}
@media (max-width: 767.98px) {
  .startSugarLife__expertSection {
    margin-top: 62px;
  }
}
.startSugarLife__expertBadge {
  position: absolute;
  top: 9px;
  left: 2px;
  font-size: clamp(10px, 0.5636978579vw + 7.7846674183px, 15px);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  background-image: url(../images/tekitou-seikatsu/ts_bg_expertBadge.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: clamp(97px, 4.7350620068vw + 78.3912063134px, 139px);
  height: clamp(87px, 5.9751972943vw + 63.5174746336px, 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
@media (max-width: 767.98px) {
  .startSugarLife__expertBadge {
    top: 75px;
    left: 35px;
  }
}
.startSugarLife__expertBadge.is-visible {
  opacity: 1;
}
.startSugarLife__expertTitle {
  font-size: clamp(20px, 0.9019165727vw + 16.4554678692px, 28px);
  font-weight: 700;
  color: var(--c-red);
  margin-bottom: clamp(25px, -0.5636978579vw + 27.2153325817px, 20px);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media (max-width: 767.98px) {
  .startSugarLife__expertTitle {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
.startSugarLife__expertTitle.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.startSugarLife__expertTitle::before, .startSugarLife__expertTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: clamp(25px, 2.9312288613vw + 13.480270575px, 51px);
  height: clamp(49px, 4.5095828636vw + 31.2773393461px, 89px);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
}
.startSugarLife__expertTitle::before {
  background-image: url(../images/tekitou-seikatsu/ts_line_01.png);
  right: 50%;
  -webkit-transform: translateX(-230px);
          transform: translateX(-230px);
}
@media (max-width: 767.98px) {
  .startSugarLife__expertTitle::before {
    -webkit-transform: translateX(clamp(-146px, -8.0213903743vw + -114.4759358289px, -176px));
            transform: translateX(clamp(-146px, -8.0213903743vw + -114.4759358289px, -176px));
  }
}
.startSugarLife__expertTitle::after {
  background-image: url(../images/tekitou-seikatsu/ts_line_02.png);
  left: 50%;
  -webkit-transform: translateX(230px);
          transform: translateX(230px);
}
@media (max-width: 767.98px) {
  .startSugarLife__expertTitle::after {
    -webkit-transform: translateX(clamp(146px, 8.0213903743vw + 114.4759358289px, 176px));
            transform: translateX(clamp(146px, 8.0213903743vw + 114.4759358289px, 176px));
  }
}
.startSugarLife__expertProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(14px, 0vw + 14px, 14px);
  margin-left: 104px;
  margin-bottom: 2em;
  position: relative;
}
@media (max-width: 767.98px) {
  .startSugarLife__expertProfile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.startSugarLife__expertProfile::after {
  content: "";
  display: block;
  position: absolute;
  top: -73px;
  right: -95px;
  width: clamp(101px, 17.8128523112vw + 30.9954904171px, 259px);
  height: clamp(92px, 16.5727170237vw + 26.869222097px, 239px);
  background-image: url(../images/tekitou-seikatsu/ts_expert_image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation: floatY 6s ease-in-out infinite;
          animation: floatY 6s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  will-change: transform;
}
@media (max-width: 767.98px) {
  .startSugarLife__expertProfile::after {
    top: 20px;
    right: 40px;
  }
}
.startSugarLife__expertProfile.is-visible::after {
  opacity: 1;
}
.startSugarLife__expertProfileImage {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.startSugarLife__expertProfileImage.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.startSugarLife__expertProfileImage img {
  width: clamp(157px, 6.9898534386vw + 129.5298759865px, 219px);
}
.startSugarLife__expertProfileInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.startSugarLife__expertProfileInfo.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767.98px) {
  .startSugarLife__expertProfileInfo {
    text-align: center;
  }
}
.startSugarLife__expertProfileName {
  font-size: clamp(21px, 0.3382187148vw + 19.670800451px, 24px);
  font-weight: 600;
  color: var(--c-red);
  margin-bottom: clamp(14px, 0.4509582864vw + 12.2277339346px, 18px);
  letter-spacing: 0.1em;
}
.startSugarLife__expertProfileName span {
  font-size: clamp(17px, 0.1127395716vw + 16.5569334837px, 18px);
}
.startSugarLife__expertProfileAffiliations p {
  font-size: clamp(11px, 0.4509582864vw + 9.2277339346px, 15px);
  line-height: 1.6;
  color: var(--c-text);
  margin-bottom: clamp(12px, 0.6764374295vw + 9.3416009019px, 18px);
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .startSugarLife__expertProfileAffiliations p {
    line-height: 1.75;
  }
}
.startSugarLife__expertIllustration {
  text-align: center;
  margin: 2em 0;
}
.startSugarLife__expertIllustration img {
  max-width: 200px;
  height: auto;
}
.startSugarLife__expertComment {
  background: white;
  padding: 34px 50px;
  border-radius: 40px;
  border: 1px solid var(--c-red);
  background-color: var(--c-red-light);
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 767.98px) {
  .startSugarLife__expertComment {
    width: calc(100% - 35px);
    margin: 16px auto 0;
    padding: 16px 17px 20px 15px;
    border-width: 0.333px;
    border-radius: 13px;
  }
}
.startSugarLife__expertComment.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.startSugarLife__expertComment::before {
  content: "";
  display: block;
  position: absolute;
  width: 49px;
  height: 61px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/tekitou-seikatsu/ts_fukidachi.svg);
  top: -50px;
  left: 73px;
}
@media (max-width: 767.98px) {
  .startSugarLife__expertComment::before {
    width: 20px;
    height: 27px;
    top: -25px;
    left: 41px;
  }
}
.startSugarLife__expertComment p {
  font-size: clamp(14px, 0.4509582864vw + 12.2277339346px, 18px);
  line-height: 2.4;
  color: var(--c-text);
  margin-bottom: 1.5em;
  text-align: left;
}
.startSugarLife__expertComment p:last-child {
  margin-bottom: 0;
}

.tekitouTimes {
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .tekitouTimes {
    margin-top: 0;
  }
}
.tekitouTimes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: var(--c-beige-dark);
  z-index: -1;
}
@media (min-width: 767.98px) {
  .tekitouTimes::after {
    width: max(100vw, 1280px);
  }
}
.tekitouTimes__background {
  position: absolute;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(300px, 27.0574971815vw + 193.6640360767px, 540px);
  overflow: hidden;
  z-index: 0;
  will-change: transform;
}
@media (max-width: 767.98px) {
  .tekitouTimes__background {
    top: 0;
  }
}
.tekitouTimes__fixedBg {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/tekitou-seikatsu/tt_kv.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
}
@media (max-width: 767.98px) {
  .tekitouTimes__fixedBg {
    top: -15%;
    height: 130%;
  }
}
.tekitouTimes__content {
  margin-top: 0;
  position: relative;
  z-index: 1;
  top: 370px;
  padding-bottom: clamp(250px, 22.5479143179vw + 161.3866967306px, 450px);
}
@media (max-width: 767.98px) {
  .tekitouTimes__content {
    top: 155px;
  }
}
.tekitouTimes__contentInner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 970px;
}
@media (max-width: 767.98px) {
  .tekitouTimes__contentInner {
    padding: 0 17.5px 0;
  }
}
.tekitouTimes__card {
  background: #ffffff;
  padding: 60px 40px;
  position: relative;
  border-radius: 60px;
  z-index: 1;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .tekitouTimes__card {
    border-radius: 20px;
    padding: 20px 15px;
    margin-top: -5px;
  }
}
.tekitouTimes__header {
  text-align: center;
  margin-bottom: clamp(10px, 3.3821871477vw + -3.2919954904px, 40px);
}
.tekitouTimes__title {
  font-weight: 700;
  color: var(--c-red);
  margin-bottom: 20px;
  width: clamp(196px, 30.3269447576vw + 76.8151071026px, 465px);
  height: clamp(49px, 7.6662908681vw + 18.8714768884px, 117px);
  background-image: url(../images/tekitou-seikatsu/tt_content_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: clamp(23px, -0.3382187148vw + 24.329199549px, 20px) 0 0;
  margin: clamp(-69px, -12.1758737317vw + -21.1488162345px, -177px) auto 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .tekitouTimes__title {
    margin: clamp(-137px, -7.6171875vw + -78.5px, -176px) auto 55px;
  }
}
.tekitouTimes__title img {
  display: block;
  margin-bottom: -40px;
  width: clamp(139px, 12.9650507328vw + 88.0473506201px, 254px);
  height: clamp(47px, 4.396843292vw + 29.7204058625px, 86px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.tekitouTimes__subtitle {
  text-align: center;
  margin-bottom: clamp(10px, 1.1273957159vw + 5.5693348365px, 20px);
}
.tekitouTimes__subtitleImage {
  max-width: 630px;
  height: auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .tekitouTimes__subtitleImage {
    max-width: 315px;
  }
}
.tekitouTimes__subtitleText {
  font-size: clamp(16px, 1.2401352875vw + 11.1262683202px, 27px);
  font-weight: 600;
  margin: 0;
  position: relative;
  display: inline-block;
  color: var(--c-red);
  letter-spacing: 0.1em;
}
.tekitouTimes__fukidashi {
  font-size: clamp(10px, 1.1273957159vw + 5.5693348365px, 20px);
  font-weight: 700;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--c-red);
  letter-spacing: 0.1em;
  background-image: url(../images/tekitou-seikatsu/tt_fukidashi.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 10px 0 0;
  width: clamp(88px, 14.2051860203vw + 32.1736189402px, 214px);
  height: clamp(53px, 8.5682074408vw + 19.3269447576px, 129px);
  color: #000000;
  line-height: 1.5;
  top: 160px;
}
.tekitouTimes__fukidashi > span {
  display: block;
  -webkit-transform: rotate(-15deg) translate(3px, -10px) scale(0.8);
          transform: rotate(-15deg) translate(3px, -10px) scale(0.8);
}
@media (max-width: 767.98px) {
  .tekitouTimes__fukidashi {
    top: -43px;
    left: 8px;
  }
}
.tekitouTimes__description {
  text-align: center;
  margin-bottom: clamp(20px, 3.3821871477vw + 6.7080045096px, 50px);
}
.tekitouTimes__description p {
  font-size: clamp(10px, 0.9019165727vw + 6.4554678692px, 18px);
  line-height: 1.6;
  color: var(--c-text);
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.tekitouTimes__articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .tekitouTimes__articles {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
}
.tekitouTimes__article {
  background: white;
  border-top: 1px solid var(--c-red);
  border-bottom: 1px solid var(--c-red);
  padding: 20px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tekitouTimes__article:nth-child(n+4) {
  border-top: none;
}
@media (max-width: 767.98px) {
  .tekitouTimes__article:nth-child(n+3) {
    border-top: none;
  }
}
.tekitouTimes__article:hover {
  opacity: 0.8;
}
.tekitouTimes__articleLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.tekitouTimes__articleImage {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .tekitouTimes__articleImage {
    height: auto;
  }
}
.tekitouTimes__articleImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
@media (max-width: 767.98px) {
  .tekitouTimes__articleImage img {
    aspect-ratio: 4/3;
  }
}
.tekitouTimes__articleContent {
  text-align: left;
}
.tekitouTimes__articleDate {
  font-size: clamp(10px, 0.3382187148vw + 8.670800451px, 13px);
  color: var(--c-red);
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.tekitouTimes__articleTitle {
  font-size: clamp(10px, 1.0146561443vw + 6.0124013529px, 19px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.tekitouTimes__action {
  text-align: center;
  position: absolute;
  display: inline-block;
  bottom: clamp(-15px, -2.3675310034vw + -5.6956031567px, -36px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tekitouTimes__button {
  background: var(--c-red);
  color: white;
  border: none;
  border-radius: 100px;
  padding: clamp(7px, 0.9019165727vw + 3.4554678692px, 15px) clamp(18px, 1.3528748591vw + 12.6832018038px, 30px);
  font-size: clamp(12px, 0.4509582864vw + 10.2277339346px, 16px);
  height: clamp(29px, 4.8478015784vw + 9.9481397971px, 72px);
  font-weight: 600;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tekitouTimes__button:hover {
  background: #e60000;
}
.tekitouTimes__button .tekitouTimes__buttonIcon {
  width: clamp(19px, 2.2547914318vw + 10.1386696731px, 39px);
  height: clamp(19px, 2.2547914318vw + 10.1386696731px, 39px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tekitouTimes__button:hover .tekitouTimes__buttonIcon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.tekitouSeikatsu .side-btn {
  display: none;
}

video {
  /* 基本的な枠線・アウトライン除去 */
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Webkit固有の外観リセット */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* Chromeで効いたclip-path */
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  /* Safariのメディアコントロール周りの調整 */
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  /* バックフェース */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* transform関連 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* アンチエイリアス */
  -webkit-font-smoothing: antialiased;
  /* タップハイライト除去（モバイル対策） */
  -webkit-tap-highlight-color: transparent;
  /* リング除去 */
  ring: 0;
  /* background関連 */
  background: transparent;
}

/* フォーカス時 */
video:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* フォーカス表示（visible）時 */
video:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Safariの再生コントロールのスタイリング */
video::-webkit-media-controls {
  /* 必要に応じて */
}

video::-webkit-media-controls-panel {
  /* 必要に応じて */
}
/*# sourceMappingURL=tekitou-seikatsu.css.map */