@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
:root {
  --main-color: #000;
  --font: "Puritan", 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", メイリオ, Meiryo "system-ui", sans-serif;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

.delay-time3 {
  animation-delay: 3s;
}

.delay-time35 {
  animation-delay: 3.5s;
}

.delay-time4 {
  animation-delay: 4s;
}

.delay-time45 {
  animation-delay: 4.5s;
}

.ftool-wrapper .ref-item .name{
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  font-size: 13px;
}
@media(max-width:700px) {
  .ftool-wrapper .ref-item .name {
    font-size: 11px;
  }
  .ftool-wrapper .ref-item .brand {
    font-size: 10px;
  }
  .ftool-wrapper .box-wrapper .--260626FrameCredits .ref-item .price {
    font-size: 10px;
  }
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/* フェードアウトのアニメーション */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.box-wrapper .pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .box-wrapper .pc {
    display: block;
  }
}
.box-wrapper .sp {
  display: block;
}
@media screen and (min-width: 750px) {
  .box-wrapper .sp {
    display: none;
  }
}

/* ---------------------------- */
/* Initialize
/* ---------------------------- */

body {
  overflow-x: clip;
}

:root {
  --white: #F2F1EC;
  --black: #45372D;
  --beige: #C7C0B5;
  --textColorGray: #8F867E;
  --textDefaultHeading: 1.428em;
  --textDefaultHeadingSub: 1.143em;
  --textDefault: clamp(12px, 1.09375vw, 14px);
  --textDefaultS: clamp(11px, 0.9375vw, 12px);
  --headingL: clamp(20px, 1.875vw, 24px);
  --headingM: clamp(16px, 1.40625vw, 18px);
  --itemHeadingNum: clamp(88px, 10vw, 128px);
  --itemHeadingText: clamp(32px, 3.125vw, 40px);
  --itemHeadingTextSub: .6em;
  --profileHeading: clamp(96px, 10.625vw, 136px);
  --profileName: clamp(20px, 1.875vw, 24px);
  --profileHeadingSub: clamp(18px, 1.5625vw, 20px);
  --profileHeadingSubSub: clamp(16px, 1.40625vw, 18px);
}

.box-wrapper {
  font: normal 400 16px/1.75 "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background: var(--white);
  color: var(--black);
  position: relative;
  overflow-x: clip;
}

.box-wrapper a:link,
.box-wrapper a:visited {
  color: var(--black);
  text-decoration: none;
  opacity: 1;
  transition: .3s ease;
}

.box-wrapper a:hover,
.box-wrapper a:active {
  color: var(--black);
  text-decoration: none;
  opacity: .5;
}

/* ---------------------------- */
/* Font
/* ---------------------------- */

.box-wrapper .-din {
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
}

.box-wrapper .-handwriting {
  font-family: "lakeside", sans-serif;
  font-style: normal;
}

.box-wrapper .-fw_100 { font-weight: 100; }
.box-wrapper .-fw_200 { font-weight: 200; }
.box-wrapper .-fw_300 { font-weight: 300; }
.box-wrapper .-fw_400 { font-weight: 400; }
.box-wrapper .-fw_500 { font-weight: 500; }
.box-wrapper .-fw_600 { font-weight: 600; }
.box-wrapper .-fw_700 { font-weight: 700; }
.box-wrapper .-fw_800 { font-weight: 800; }
.box-wrapper .-fw_900 { font-weight: 900; }

/* ---------------------------- */
/* Image
/* ---------------------------- */

.box-wrapper img {
  display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.box-wrapper svg {
  display: block;
	width: 100%;
}

.box-wrapper .-pic {
	display: block;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

.box-wrapper .-pic > .-img {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* ---------------------------- */
/* Text
/* ---------------------------- */

.box-wrapper .-text_box > * { margin-bottom: 2em; }
.box-wrapper .-text_box > *:last-child { margin-bottom: 0; }

.box-wrapper .-text_box > p {
  line-height: inherit
}

.box-wrapper .-ls_-200 { letter-spacing: -.2em; }
.box-wrapper .-ls_-175 { letter-spacing: -.175em; }
.box-wrapper .-ls_-150 { letter-spacing: -.15em; }
.box-wrapper .-ls_-125 { letter-spacing: -.125em; }
.box-wrapper .-ls_-100 { letter-spacing: -.1em; }
.box-wrapper .-ls_-75 { letter-spacing: -.075em; }
.box-wrapper .-ls_-50 { letter-spacing: -.05em; }
.box-wrapper .-ls_-25 { letter-spacing: -.025em; }
.box-wrapper .-ls_25 { letter-spacing: .025em; }
.box-wrapper .-ls_50 { letter-spacing: .05em; }
.box-wrapper .-ls_75 { letter-spacing: .075em; }
.box-wrapper .-ls_100 { letter-spacing: .1em; }
.box-wrapper .-ls_125 { letter-spacing: .125em; }
.box-wrapper .-ls_150 { letter-spacing: .15em; }
.box-wrapper .-ls_175 { letter-spacing: .175em; }
.box-wrapper .-ls_200 { letter-spacing: .2em; }

/* ---------------------------- */
/* Inner
/* ---------------------------- */

.box-wrapper * > .-inner {
	width: 90%;
	margin: 0 auto;
}

/* ---------------------------- */
/* Wrapper
/* ---------------------------- */

.box-wrapper #--260626FrameWrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260626FrameWrapper {
    flex-direction: row;
    align-items: flex-start;
  }

}

/* ---------------------------- */
/* MV
/* ---------------------------- */

.box-wrapper #--260626FrameMv {
  width: 100%;
  height: 75dvh;
  background: var(--beige);
}

.box-wrapper #--260626FrameMv > .-inner {
  width: 100%;
  height: 100%;
  background: url(../images/mv.jpg) no-repeat center center / cover;
  padding: clamp(32px, 5vw, 64px);
}

.box-wrapper #--260626FrameMv .-title {
  width: clamp(160px, 19.53vw, 250px);
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260626FrameMv {
    position: sticky;
    top: 0;
    width: 50vw;
    height: 100dvh;
    flex-shrink: 0;
  }

}

/* ---------------------------- */
/* Contents
/* ---------------------------- */

.box-wrapper #--260626FrameContents {
  width: 100vw;
  background: var(--white);
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260626FrameContents {
    width: 50vw;
  }

}

/* ---------------------------- */
/* Lead
/* ---------------------------- */

.box-wrapper #--260626FrameLead > .-inner {
  width: min(100%, 720px);
  padding: clamp(40px, 5vw, 64px) 0 clamp(32px, 4.375vw, 56px);
}

.box-wrapper #--260626FrameLead .--260626FrameText {
  font-size: var(--textDefault);
  line-height: 2;
}

.box-wrapper #--260626FrameLead .--260626FrameText > p {
  line-height: inherit;
  margin-bottom: 0;
  display: inline;
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260626FrameLead .--260626FrameText > p {
    display: block;
  }

}

/* ---------------------------- */
/* Anchor
/* ---------------------------- */

.box-wrapper #--260626FrameAnchor > .-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.5vw, 32px);
  margin: 0 auto clamp(48px, 6.25vw, 80px);
}

.box-wrapper #--260626FrameAnchor .--260626FrameAnchorHeading {
  font-size: var(--headingL);
  line-height: 1;
  text-align: center;
}

.box-wrapper #--260626FrameAnchor .--260626FrameAnchorItems ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.5625vw, 20px) 0;
}

.box-wrapper #--260626FrameAnchor .--260626FrameAnchorItem {
  width: calc(100% / 3);
}

.box-wrapper #--260626FrameAnchor .--260626FrameAnchorItem a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.25vw, 16px);
}

.box-wrapper #--260626FrameAnchor .--260626FrameAnchorItemArrow {
  width: clamp(12px, 1.40625vw, 18px);
  margin: 8px auto 0 auto;
}

/* ---------------------------- */
/* Items
/* ---------------------------- */

.box-wrapper #--260626FrameItems > .-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6.25vw, 80px);
  padding: 0 0 clamp(64px, 8.125vw, 104px);
}

/* ---------------------------- */
/* Item Header
/* ---------------------------- */

.box-wrapper #--260626FrameItems .--260626FrameItemHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3.125vw, 40px);
  margin: 0 auto clamp(40px, 3.75vw, 48px);
}

.box-wrapper #--260626FrameItems .--260626FrameItemHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.box-wrapper #--260626FrameItems .--260626FrameItemHeading > .-inner {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.box-wrapper #--260626FrameItems .--260626FrameItemHeadingText {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  column-gap: .25em;
  row-gap: 0;
  position: relative;
  font-size: var(--itemHeadingText);
  line-height: 1.2;
  text-align: center;
}

.box-wrapper #--260626FrameItems .--260626FrameItemHeadingText.-hasSub {
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
}

.box-wrapper #--260626FrameItems .--260626FrameItemHeadingText > span {
  display: inline-block;
  position: relative;
}

.box-wrapper #--260626FrameItems .--260626FrameItemHeadingText > span > span {
  position: relative;
}


.box-wrapper #--260626FrameItems .--260626FrameItemHeadingText .--260626FrameItemHeadingNum {
  font-size: var(--itemHeadingNum);
  line-height: 1;
  position: absolute;
  top: -43px;
  left: -.5em;
  color: var(--beige);
}

.box-wrapper #--260626FrameItems .--260626FrameItemHeadingText.-hasSub .-sub {
  font-size: var(--itemHeadingTextSub);
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260626FrameItems .--260626FrameItemHeadingText .--260626FrameItemHeadingNum {
    top: -68px;
    left: -.6em;
  }

}

/* ---------------------------- */
/* Item Body
/* ---------------------------- */

.box-wrapper #--260626FrameItems .--260626FrameItemBody {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6.25vw, 80px);
}

/* ---------------------------- */
/* Item Credits
/* ---------------------------- */

.box-wrapper .--260626FrameCredits {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.25vw, 20px);
}

.box-wrapper .--260626FrameCredits .itemCredit {
  width: calc(calc(100% - clamp(12px, 1.25vw, 20px)) / 2)!important;
  display: flex;
}

.ftool-wrapper .box-wrapper .--260626FrameCredits .col--02--C {
  width: auto;
  max-width: 100%;
  margin: 0;
}

.ftool-wrapper .box-wrapper .--260626FrameCredits .col--02--C > div {
  margin-bottom: 0;
}

.box-wrapper .--260626FrameCredits .item_reference_b--tpl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ftool-wrapper .box-wrapper .--260626FrameCredits .title,
.ftool-wrapper .box-wrapper .--260626FrameCredits .description {
  display: none;
}

.ftool-wrapper .box-wrapper  .--260626FrameCredits  .ref-item {
  margin: 0;
}

.ftool-wrapper .box-wrapper  .--260626FrameCredits  .ref-item .price {
    color: var(--textColorGray);
}

.box-wrapper .--260626FrameItemContainerCredits {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5625vw, 20px);
}

.box-wrapper .--260626FrameItemContainerCreditsHeading {
  font-size: var(--headingM);
  line-height: 1.5;
}

.box-wrapper .--260626FrameItemContainerCreditsBody .--260626FrameCredits {
  position: relative;
  padding: clamp(12px, 1.25vw, 16px) 0;
}

.box-wrapper .--260626FrameItemContainerCreditsBody .--260626FrameCredits:first-of-type {
  padding-top: 0;
  border-bottom: 1px solid #000;
}

.box-wrapper .--260626FrameItemContainerCreditsBody .--260626FrameCredits:last-of-type {
  padding-bottom: 0;
}

/* ---------------------------- */
/* Item Comment
/* ---------------------------- */

.box-wrapper .--260626FrameItemHeaderComment {
  width: 100%;
}

.box-wrapper .--260626FrameItemHeaderCommentText {
  font-size: var(--textDefault);
  line-height: 2;
}

.box-wrapper .--260626FrameItemHeaderCommentText > p {
  line-height: inherit;
  margin-bottom: 0;
  display: inline;
}

@media screen and (min-width: 750px) {

  .box-wrapper .--260626FrameItemHeaderCommentText > p {
    display: block;
  }

}

/* ---------------------------- */
/* Item Images
/* ---------------------------- */

.box-wrapper #--260626FrameContents .-imageL {
  width: clamp(350px, 72%, 640px);
  margin: 0 auto clamp(40px, 6.25vw, 80px);
}

.box-wrapper #--260626FrameContents .-imageMSContainer {
  width: clamp(350px, 84%, 726px);
  margin: 0 auto clamp(40px, 5vw, 64px);
  display: flex;
  justify-content: space-between;
  gap: 9%;
  position: relative;
}

.box-wrapper #--260626FrameContents .-imageMSContainer.-reverse {
  flex-direction: row-reverse;
}

.box-wrapper #--260626FrameContents .-imageM {
  width: clamp(210px, 60%, 436px);
}

.box-wrapper #--260626FrameContents .-imageS {
  width: clamp(110px, 31%, 225px);
}

.box-wrapper #--260626FrameContents .-image2colContainer {
  width: clamp(350px, 94%, 812px);
  margin: 0 auto clamp(40px, 5vw, 96px);
  display: flex;
  gap: 6%;
  position: relative;
}

.box-wrapper #--260626FrameContents .-image2col {
  width: 47%;
}

/* ---------------------------- */
/* Item 01-1
/* ---------------------------- */

.box-wrapper #--260626FrameItem01-1 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem01-1 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 01-2
/* ---------------------------- */

.box-wrapper #--260626FrameItem01-2 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem01-2 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 02-1
/* ---------------------------- */

.box-wrapper #--260626FrameItem02-1 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem02-1 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 02-2
/* ---------------------------- */

.box-wrapper #--260626FrameItem02-2 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem02-2 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 03-1
/* ---------------------------- */

.box-wrapper #--260626FrameItem03 .--260626FrameItemHeadingText {
  flex-direction: column;
}

.box-wrapper #--260626FrameItem03-1 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem03-1 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 03-2
/* ---------------------------- */

.box-wrapper #--260626FrameItem03-2 .-image2colContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem03-2 .-image2colContainer .-image2col:nth-of-type(1) {
  margin-bottom: clamp(48px, 5vw, 64px);
}

.box-wrapper #--260626FrameItem03-2 .-imageMSContainer {
  align-items: flex-start;
}

.box-wrapper #--260626FrameItem03-2 .-imageM {
  margin-top: clamp(32px, 3.125vw, 40px);
}

/* ---------------------------- */
/* Item 04-1
/* ---------------------------- */

.box-wrapper #--260626FrameItem04 .--260626FrameItemHeadingText {
  flex-direction: column;
}

.box-wrapper #--260626FrameItem04-1 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem04-1 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 04-2
/* ---------------------------- */

.box-wrapper #--260626FrameItem04-2 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem04-2 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 05-1
/* ---------------------------- */

.box-wrapper #--260626FrameItem05 .--260626FrameItemHeadingText {
  flex-direction: column;
}

/* ---------------------------- */
/* Item 05-2
/* ---------------------------- */

.box-wrapper #--260626FrameItem05-2 .-image2colContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem05-2 .-image2colContainer .-image2col:nth-of-type(1) {
  margin-bottom: clamp(48px, 5vw, 64px);
}

/* ---------------------------- */
/* Item 05-3
/* ---------------------------- */

.box-wrapper #--260626FrameItem05-3 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem05-3 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 06-1
/* ---------------------------- */

.box-wrapper #--260626FrameItem06 .--260626FrameItemHeadingText {
  flex-direction: column;
}

.box-wrapper #--260626FrameItem06-1 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem06-1 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Item 06-2
/* ---------------------------- */

.box-wrapper #--260626FrameItem06-2 .-imageMSContainer {
  align-items: flex-end;
}

.box-wrapper #--260626FrameItem06-2 .-imageM {
  margin-bottom: clamp(56px, 7.5vw, 96px);
}

/* ---------------------------- */
/* Schedule
/* ---------------------------- */

.box-wrapper #--260626FrameSchedule {
  padding: 0 0 clamp(56px, 6.25vw, 80px);
}

.box-wrapper #--260626FrameSchedule > .-inner {
  width: 100%;
  padding: clamp(24px, 3.125vw, 40px) 20px clamp(32px, 4.375vw, 56px);
  position: relative;
  background: #E7E2D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 1.875vw, 24px);
  font-size: var(--textDefaultS);
}

.box-wrapper #--260626FrameSchedule a:link,
.box-wrapper #--260626FrameSchedule a:visited {
  text-decoration: underline;
}

.box-wrapper #--260626FrameSchedule a:hover,
.box-wrapper #--260626FrameSchedule a:active {
  text-decoration: none;
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleHeader {
  font-size: var(--profileName);
  line-height: 1.5;
  display: flex;
  justify-content: center;
  text-align: center;
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 2.5vw, 12px);
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItemHeading {
  font-size: var(--profileHeadingSub);
  line-height: 1;
  display: flex;
  justify-content: center;
  text-align: center;
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItemBody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItemBody > p {
  line-height: inherit;
  margin-bottom: 0;
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItemBody > p br {
  display: none;
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItem.-instaLive .--260626FrameScheduleBodyItemBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItem.-specialEvent .--260626FrameScheduleBodyItemBody > p {
  text-align: left;
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItem.-specialEvent .--260626FrameScheduleBodyItemBody > p {
    display: block;
    text-align: center;
  }

  .box-wrapper #--260626FrameSchedule .--260626FrameScheduleBodyItem.-specialEvent .--260626FrameScheduleBodyItemBody > p br {
    display: inline;
  }

}

/* ---------------------------- */
/* Profile
/* ---------------------------- */

.box-wrapper #--260626FrameProfile {
  padding: 0 0 clamp(48px, 5vw, 64px);
}

.box-wrapper #--260626FrameProfile > .-inner {
  width: 100%;
  padding: clamp(24px, 2.5vw, 32px);
  position: relative;
}

.box-wrapper #--260626FrameProfile > .-inner::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--black);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileHeader {
  font-size: var(--profileHeading);
  line-height: 1;
  color: var(--beige);
  position: absolute;
  top: -56px;
  left: -24px;
  transform: rotate(-16deg);
  z-index: 0;
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileBody {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4.2vw, 32px);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileBody a:link,
.box-wrapper #--260626FrameProfile .--260626FrameProfileBody a:visited {
  text-decoration: underline;
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileBody a:hover,
.box-wrapper #--260626FrameProfile .--260626FrameProfileBody a:active {
  text-decoration: none;
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileImage {
  width: 100%;
  max-width: 208px;
  margin: 0 auto;
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileDesc {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.25vw, 16px);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileDescBody {
  display: flex;
  flex-direction: column;
  gap:  clamp(16px, 1.5625vw, 20px);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileName {
  font-size: var(--profileName);
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileName > span:nth-of-type(2) {
  font-size: var(--itemHeadingTextSub);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileContents {
  font-size: var(--textDefaultS);
  display: flex;
  flex-direction: column;
  gap: clamp(4px, .625vw, 8px);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileInstaLive {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, .625vw, 8px);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileInstaLiveHeading {
  font-size: var(--profileHeadingSub);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileInstaLiveText {
  font-size: var(--textDefaultS);
  display: flex;
  flex-direction: column;
  gap: clamp(2px, .3125vw, 4px);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileInstaLiveTextItem {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: clamp(4px, .625vw, 8px);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileInstaLiveTextItemHeading {
  font-size: var(--profileHeadingSubSub);
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileInstaLiveTextItemBody {
  display: flex;
  flex-direction: column;
}

.box-wrapper #--260626FrameProfile .--260626FrameProfileInstaLiveTextItemBody > p {
  line-height: inherit;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260626FrameProfile .--260626FrameProfileHeader {
    top: -82px;
    left: -32px;
  }

  .box-wrapper #--260626FrameProfile .--260626FrameProfileBody {
    flex-direction: row;
    gap: 5%;
  }

  .box-wrapper #--260626FrameProfile .--260626FrameProfileImage {
    width: 30%;
    max-width: initial;
    flex-shrink: 0;
  }

}
