@charset "UTF-8";

:root {
    --brown:#603121;
    --white:#fff;
    --text:#251E1C;
    --red:#FF0033;
    --yellow1:#FED631;
    --yellow2:#FFE798;
    --orange:#F99B00;
    --gold1:#EFC667;
    --gold2:#FFECA0;
    --font-montagu:"Montagu Slab", serif;
    --font-a1-r:"MFW-PA1GothicStd-Regular",sans-serif;
}

.g-pageMain {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-optical-sizing: auto;
  font-style: normal;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
    opacity: 0.6;
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
}

img, svg {
  max-width: 100%;
  height: auto;
}

.g-pageMain {
    font-family: "MFW-PA1GothicStd-Medium", "MFW-PA1GothicStd-Regular","Helvetica Neue", "Helvetica", "Arial", "roboto", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    color: var(--color-txt);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    background-color: var(--orange);
    background-image: url(/knowledge/happyfactory/assets/img/bg-pattern.svg) ;
}

.txt-r {
  color: var(--red);
}

.sp-only {
  display: none;
}

@media screen and (max-width:767px) {
  .g-pageMain {
    font-size: 14px;
    line-height: 1.8;
  }

  .sp-only {
    display: block;
  }
}


/************************
            mv
************************/
.mv {
    background: url(/knowledge/happyfactory/assets/img/mv_sidebg_r.png),
     url(/knowledge/happyfactory/assets/img/mv_sidebg_l.png),
     url(/knowledge/happyfactory/assets/img/bg-noise.png),var(--yellow1);
    background-repeat: repeat-y, repeat-y, repeat, no-repeat;
    background-position: right top, left top, center, center;
    background-size: calc(100% * (240 / 1440)) auto, calc(100% * (240 / 1440)) auto, auto, auto;

    position: relative;

  -webkit-mask-image:
    linear-gradient(#000 0 0), 
    url(/knowledge/happyfactory/assets/img/mask-round.svg); 
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: -1px -1px, center bottom;
  -webkit-mask-size:calc(100% + 2px) calc(100% + 2px), 100% 7%;
  -webkit-mask-composite: xor; 

  mask-image:
    linear-gradient(#000 0 0),
    url(/knowledge/happyfactory/assets/img/mask-round.svg);
  mask-repeat: no-repeat, no-repeat;
  mask-position: -1px -1px, center bottom;
  mask-size:calc(100% + 2px) calc(100% + 2px), 100% 7%;
  mask-composite: exclude;
}

.mv-container {
    max-width: 912px;
    margin: 0 auto;
    padding: 68px 0 280px;
}
.mv-grid {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 0 17px;
}
.mv-g01 { grid-area: 1 / 1 / 2 / 3; }
.mv-g02 { 
    grid-area: 2 / 1 / 3 / 2;
    padding-left:calc(100% * (168 / 912)); }
.mv-g03 { 
    grid-area: 2 / 2 / 3 / 3; 
    justify-self: end;
    width: 100%;
    padding-right:calc(100% * (60 / 326));
}
.mv-img {
    padding: 0 calc(100% * (41 / 912)) 0 calc(100% * (46 / 912));
}
.mv-content-img {
  margin-top: -35%;
}
.movie-box {
  margin-top: 42px;
}
.movie-ttl {
  width: calc(100% * (450 / 912));
  margin: 0 auto;
}
.movie-wrap {
  width: calc(100% * (680 / 912));
  margin: 10px auto 0;
  aspect-ratio: 16 / 9;
 border-radius: 16px;
 overflow: hidden;
}

.movie-wrap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1200px) and (min-width:768px) {
  .mv-g02 { 
    padding-left:calc(100% * (260 / 912)); }
}

@media screen and (max-width:767px) {
  .mv {
    background-position: right -47px top, left -37px top, center, center;
    background-size: calc(100% * (369 / 1440)) auto, calc(100% * (369 / 1440)) auto, auto, auto;

  -webkit-mask-size: calc(100% + 2px) calc(100% + 2px), 100% 3%;

  mask-size: calc(100% + 2px) calc(100% + 2px), 100% 3%;
}
.mv-container {
    max-width: 912px;
    margin: 0 auto;
    padding: 8px 12px 160px;
}
.mv-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0 17px;
  }
.mv-g01 {
  grid-area: 1 / 1 / 2 / 2;
}
.mv-img {
    padding: 0;
}
.mv-g02 { 
    grid-area: 3 / 1 / 4 / 2; 
    text-align: center;
    padding: 0;
    margin: 3px auto 0;
    font-size: 17px;
    line-height: 1.8;
  }
.mv-g03 { 
    grid-area: 2 / 1 / 3 / 2; 
    text-align: center;
    padding-right: 0;
    justify-self: center;
  }
.mv-content-img {
  margin: 0 auto;
  margin-top: -4%;
  width: 64%;
  
}
.movie-ttl {
  width: min(76.7%, 310px);
  margin: 0 auto;
}
.movie-wrap {
  width: 100%;
  margin: 10px auto 0;
}
}

/************************
          flow
************************/
.flow {
  position: relative;
  padding: 130px calc(100% * (128 / 1440)) 160px;
}

.flow-wrap {
  background-color: #fff;
  margin-top: 145px;
  margin: 0 auto;
  padding: 56px calc(100% * (128 / 1184)) 80px;
  position: relative;
  border-radius: 0 0 16px 16px;
  max-width: 1184px;
}

.flow-ttl {
  width: calc(100% * (749 / 928));
  margin: 0 auto 20px ;
}

.flow-wrap::before {
  content: "";
  background: url(/knowledge/happyfactory/assets/img/flow-top.svg) no-repeat center / 100%;
  width: 100%;
  aspect-ratio: 1184 / 83;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-99%);
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px calc(100% * (15 / 928));
  justify-content: center;
  
}

.flow-item {
  width: calc(100% * (220 / 928));
  position: relative;
}

.flow-item::after {
  content: "";
  position: absolute;
  width: calc(100% * (40 / 220));
  aspect-ratio: 1 /1 ;
  top: 50%;
  transform: translateY(-63%);
  right: -13%;
  background: url(/knowledge/happyfactory/assets/img/ico-arrow.svg) no-repeat center / 100%;
}

.flow-item:nth-child(n+5)::after {
  left: -13%;
}

@media screen and (max-width:767px){
  .flow {
  padding: 130px 24px 176px;
  max-width: 600px;
  margin: 0 auto;
}
.flow-wrap {
  padding: 38px 6px 46px 2px;
}
.flow-ttl {
  width: 100%;
  margin: 0 auto;
}
.flow-list {
  gap: 18px 5px;
  justify-content: space-between;
}
.flow-item {
  width: 49%;
  aspect-ratio: 57 / 64;
}

.flow-item::after {
  width: calc(100% * (45 / 220));
  top: 75%;
  transform: rotate(30deg);
}

.flow-item:nth-child(n+5)::after {
  left: auto;
}
.flow-item:nth-child(even)::after {
  width: calc(100% * (45 / 220));
  top: 118%;
  transform: rotate(150deg);
  left:-5%;
}
.flow-item:nth-child(7)::after {
  display: none;
}
.flow-list > .flow-item:nth-child(even) img {
  position: absolute;
  margin-top: 53%; 
}
}

/************************
         detail
************************/

.detail {
  position: relative;
  padding: 217px 0 min(25%,340px);
}
.detail > *{
  position: relative;
  z-index: 1;
}
.detail::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;

  background: url(/knowledge/happyfactory/assets/img/det_sidbg_r.png),
             url(/knowledge/happyfactory/assets/img/det_sidbg_l.png),
             #fff;
  background-repeat: repeat-y, repeat-y, no-repeat;
  background-position: right top, left top, center;
  background-size: calc(100% * (240 / 1440)) auto,
                   calc(100% * (240 / 1440)) auto,
                   auto;

  -webkit-mask-image:
    linear-gradient(#000 0 0),
    url(/knowledge/happyfactory/assets/img/mask-round-r.svg);
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-size: calc(100% + 2px) calc(100% + 2px), 100% 1%;
  -webkit-mask-position: -1px -1px, center top;
  -webkit-mask-composite: xor;

  mask-image:
    linear-gradient(#000 0 0),
    url(/knowledge/happyfactory/assets/img/mask-round-r.svg);
  mask-repeat: no-repeat, no-repeat;
  mask-size: calc(100% + 2px) calc(100% + 2px), 100% 1%;
  mask-position: -1px -1px, center top;
  mask-composite: exclude;
}

.detail::after {
  content: "";
  width: 100%;
  aspect-ratio: 720 / 53;
  background: url(/knowledge/happyfactory/assets/img/important_top.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.detail-start {
  width: 331px;
  margin: 0 auto 24px;
}

.detail-wrap {
  width: calc(100% * (1084 / 1440));
  max-width: 1084px;
  margin: 0 auto;
}

.detail-ttl {
    text-align: center;
    margin-bottom: 40px;
}
.step-head {
  display: block;
  font-family: var(--font-montagu);
  color: var(--brown);
  font-size: 17px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.step-head::before{
  position: absolute;
  content: "";
  width: 216px;
  aspect-ratio: 36 / 11;
  background: url(/knowledge/happyfactory/assets/img/step-bg.svg) no-repeat center / 100%;
  z-index: -1;
  left: 50%;
  top: 45%;
  transform:translateX(-50%) translateY(-24%);
}
.step-num {
  display: inline-block;
  margin-left: 8px;
  font-size: 72px;
  vertical-align: -4px;
}
.step-ttl {
  font-size: 48px;
  color: var(--brown);
  font-weight: 700;
}
.step-txt {
  font-size: 24px;
  line-height: 1.5;
}

.step-line {
  align-items: center;
  display: flex;
}
.step-line::before,
.step-line::after {
  background: url(/knowledge/happyfactory/assets/img/det-line.svg) no-repeat center / 100%;
  content: "";
  flex-grow: 1;
  aspect-ratio: 420 / 19;
  margin-top: 24px;
}
.step-line::before {
  margin-right: 74px;
}
.step-line::after{
  margin-left: 82px;
}
.detail-img-box {
  position: relative;
}
.detail-img-box img {
  border-radius: 32px;
}
.detail-comment {
  background-color: #fff;
  border-radius: 48px;
  padding: 8px 16px;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: -14px;
  z-index: 2;
  isolation: isolate;
  font-family: var(--font-a1-r);
  font-weight: 400;
}
.detail-comment.--2low {
  bottom: -46px;
}
.detail-comment::after {
  content: "";
  position: absolute;
  background: url(/knowledge/happyfactory/assets/img/detail-tri.svg) no-repeat center / 100%;
  width: 40px;
  height: 19px;
  top: 0;
  right: -6px;
  z-index: -1;
}
.det-area01 {
  max-width: 748px;
  padding: 0 calc(100% * ( 36 / 1084));
  border-radius: 32px;
  margin: 0 auto;
}

.detail-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
padding: 140px calc(100% * (36 / 1084)) 80px;
gap: 28px calc(100% * (36 / 748));
border-radius: 20px;
max-width: 748px;
margin: 0 auto;
background-color: #FFF4C4;
background-image: url(/knowledge/happyfactory/assets/img/bg-noise.png);
margin-top: -88px;
}
.detail-content.--05 .detail-grid {
  padding: 140px calc(100% * (36 / 1084)) 106px;
}
.detail-content.--06 .detail-grid,
.detail-content.--07 .detail-grid {
  padding: 140px calc(100% * (36 / 1084)) 56px;
}

.det-g02{ grid-area: 1 / 1 / 2 / 3; }
.det-g03{ grid-area: 2 / 1 / 3 / 2; }
.det-g04 {grid-area: 2 / 2 / 3 / 3; }

.detail-txt {
  padding: 0 calc(100% * (48 / 678));
  line-height: 1.8;
  font-family: var(--font-a1-r);
  font-weight: 400;
}

.detail-content {
  margin-bottom: 36px;
  position: relative;
}
.detail-content.--07 .det-g04 {
  position: relative;
}
.detail-img-box.jumpout {
  position: absolute;
  width: calc(100% * (400 / 321));
  max-width: 400px;
  right: calc(-100% * (82 / 321));
  bottom: calc(-100% * (223 / 218));
}

.detail-img-box-ex {
  position: absolute;
  top: -8%;
  right: -7%;
  width: 41.25%;
}

.detail-img-box .detail-img-box-ex img {
  border-radius: 0;
}

@media screen and (max-width:767px){
  .detail::before {
    background-position: right -20px top, left -30px top, center;
    background-size: calc(100% * (361 / 1440)) auto, calc(100% * (361 / 1440)) auto, auto;
    mask-size: calc(100% + 2px) calc(100% + 2px), 100% 0.25%;
    padding: 160px 0 min(27%, 200px);
}
.detail::after {
  background: url(/knowledge/happyfactory/assets/img/important_top_sp.svg) no-repeat center / calc(100% + 2px);
  left: 0px;
  bottom: -1px;
}
.detail-start {
  width: 300px;
}

.detail-wrap {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

/* .detail-ttl {
    text-align: center;
    margin-bottom: 40px;
} */
.step-head {
  color: var(--brown);
  font-size: 16px;
}
.step-head::before{
  width: 189px;
}
.step-num {
  margin-left: 4px;
  font-size: 64px;
}
.step-ttl {
  font-size: 36px;
}
.step-txt {
  font-size: 20px;
}
.step-line{
  display: block;
}
.step-line::before,
.step-line::after {
  display: none;
}
.detail-img-box {
  position: relative;
  text-align: center;
}
.detail-img-box img {
  border-radius: 32px;
}
.detail-comment {
  background-color: #fff;
  border-radius: 48px;
  padding: 8px 16px;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -14px;
  z-index: 2;
  isolation: isolate;
}
.detail-comment.--2low {
  bottom: -17px;
}
.detail-comment::after {
  content: "";
  position: absolute;
  background: url(/knowledge/happyfactory/assets/img/detail-tri.svg) no-repeat center / 100%;
  width: 40px;
  height: 19px;
  top: 0;
  right: -6px;
  z-index: -1;
}
.det-area01 {
  max-width: 748px;
  padding: 0 calc(100% * ( 36 / 1084));
  border-radius: 32px;
  margin: 0 auto;
}

.detail-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(3, auto);
padding: 140px calc(100% * (36 / 1084)) 40px;
gap: 28px calc(100% * (36 / 748));
border-radius: 20px;
max-width: 748px;
margin: 0 auto;
background-color: #FFF4C4;
background-image: url(/knowledge/happyfactory/assets/img/bg-noise.png);
margin-top: -88px;
}
.detail-content.--05 .detail-grid {
  padding: 140px calc(100% * (36 / 1084)) 40px;
}
.detail-content.--06 .detail-grid,
.detail-content.--07 .detail-grid {
  padding: 140px calc(100% * (36 / 1084)) 40px;
}

.det-g02{ grid-area: 1 / 1 / 2 / 1; }
.det-g03{ 
  grid-area: 2 / 1 / 3 / 1;
  width: 80%;
  margin: 0 auto;
 }
.det-g04 {
  grid-area: 3 / 1 / 4 / 1;
  width: 80%;
  margin: 0 auto; }

.detail-txt {
  padding: 0 calc(100% * (48 / 678));
  line-height: 1.8;
}

.detail-content {
  margin-bottom: 80px;
}
.detail-content.--07 .det-g04 {
  position: relative;
}
.detail-img-box.jumpout {
  position: absolute;
  width: calc(100% * (400 / 321));
  max-width: 400px;
  right: calc(-100% * (82 / 321));
  bottom: calc(-100% * (223 / 218));
}
}

.staff-comment-wrap {
  margin: 80px auto 36px;
}
.staff-comment-flex {
  display: flex;
  gap: calc(100% * (34 / 806));
  max-width: 806px;
  margin: 0 auto;
  align-items: center;
}
.staff-img-box {
  width: calc(100% * (160 / 806));
  display: flex;
  align-items: center;
}
.staff-comment {
  font-size: 16px;
  font-family: var(--font-a1-r);
  font-weight: 400;
  line-height: 1.6;
  flex: 8;
  padding: 24px calc(100% * (56 / 806));
  border-radius: 120px;
  background-color: #FFF4C4;
  background-image: url(/knowledge/happyfactory/assets/img/bg-noise.png);
  position: relative;
}

.staff-comment::before {
  position: absolute;
  content: "";
  width: calc(100% * (30 / 806));
  aspect-ratio: 30 / 19;
  top: 50%;
  transform: translateY(-50%);
  left: -3%;
  background: url(/knowledge/happyfactory/assets/img/comment-tri.svg) no-repeat center / 100% ;
}

@media screen and (max-width:767px){
  .staff-comment-wrap {
  margin: 40px auto 80px;
}
.staff-comment-flex {
  flex-direction: column;
  isolation: isolate;
  position: relative;
  z-index: -2;
}
.staff-img-box {
  width: 120px;
}
.staff-comment {
  font-size: 14px;
  padding: 48px 24px 24px;
  border-radius: 32px;
  position: relative;
  z-index: -1;
  margin-top: -32px;
}

.staff-comment::before {
display: none;
}
}

/************************
    　大切にしていること
************************/
.important {
    background: url(/knowledge/happyfactory/assets/img/bg-noise.png),var(--yellow1);
    background-repeat: repeat, no-repeat;
    background-position: center, center;
    background-size: auto, auto;
    position: relative;
    padding: 0 24px;
}
.important::before {
  position: absolute;
  content: "";
  width: calc(100% * (181 / 1440));
  aspect-ratio: 136 / 151;
  bottom: 66px;
  left: calc(100% * (120 / 1440));
  z-index: 1;
  background: url(/knowledge/happyfactory/assets/img/turn08.png) no-repeat center / 100% ;
  min-width: 150px;
}
.important::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  aspect-ratio: 288 / 29;
  background: url(/knowledge/happyfactory/assets/img/important-round.svg) no-repeat bottom -2px left 0px / calc(100% + 2px) calc(100% + 2px);
  transform: translateY(1px); 
}


.important-wrap{
  max-width: 840px;
  margin: 0 auto;
  padding: 24px 0 220px;
  position: relative;
}
.important-ttl-wrap {
  margin-bottom: 40px;
}
.important-ttl {
  font-size: 48px;
  line-height: 2.3;
  color: var(--brown);
  text-align: center;
}
.important-ttl-wrap::after {
  content: "";
  background: url(/knowledge/happyfactory/assets/img/starx3.svg) no-repeat center / 100%;
  display: block;
  width: 128px;
  aspect-ratio: 16 / 3;
  margin: 10px auto 0;
}

.important-comment-grid {
  display: grid;
  grid-template-columns: 1fr 24%;
  grid-template-rows: 1fr auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  gap: 4px calc(100% * (36 / 840));
}
.important-comment {
  grid-area: 1 / 1 / 2 / 2;
  background-color: #fff;
  border-radius: 120px;
  padding: 24px calc(100% * (72 / 806));
  position: relative;
  line-height: 1.6;
  font-family: var(--font-a1-r);
  font-weight: 400;
}

.important-comment::after {
  position: absolute;
  content: "";
  width: calc(100% * (30 / 806));
  aspect-ratio: 30 / 19;
  top: 50%;
  transform: translateY(-50%);
  right: -3%;
  background: url(/knowledge/happyfactory/assets/img/detail-tri.svg) no-repeat center / 100% ;
}
.important-img-box {
  grid-area: 1 / 2 / 2 / 3;
  aspect-ratio: 1 / 1 ;
  display: flex;
}
.staff-name {
  grid-area: 2 / 2 / 3 / 3; 
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  font-family: var(--font-a1-r);
  font-weight: 400;
}
.important-bg-wrap {
  position: absolute;
  bottom:clamp(10px, 3.7vw, 70px);
  right: calc(100% * (30 / 1440));
  z-index: 0;
  width: calc(100% * (269 / 1440));
  min-width: 210px;
}

@media screen and (max-width:767px) {
  .important-wrap {
    padding: 24px 0 220px;
  }
  .important-ttl {
    font-size: 32px;
    line-height: 1.6;
  }
  .important-comment-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    align-items: center;
    gap: 8px;
  }
  .important-comment {
  border-radius: 32px;
  padding: 100px 24px 24px;
  position: relative;
  margin-top: -40px;
  grid-area: 2 / 1 / 4 / 3;
}

.important-comment::after {
display: none;
}
.important-img-box {
  grid-area: 1 / 1 / 2 / 3;
  width: 120px;
  z-index: 1;
  margin: 0 auto;
}
.staff-name {
  grid-area: 2 / 1 / 3 / 3; 
  font-size: 14px;
  z-index: 3;
}
.important-bg-wrap {
  bottom:0;
  right: 10px;
  width: 40%;
  max-width: 230px;
}
.important::before {
  width: 28%;
  min-width: 180px;
  bottom: 6px;
  left: 16px;
}
.important::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 288 / 29;
  background: url(/knowledge/happyfactory/assets/img/important-round.svg) no-repeat center / 100%;
}
.sp-space {
  height: 40px;
  background-color: #fff;
}
}

/************************
         ターン王子
************************/

.turn-wrap {
  position: absolute;
  /* width: calc(100% * 413 / 1440); */
  z-index: 2;
}
.turn-wrap.--01 {
  width: 413px;
  top:-257px;
   left: 50%;
  transform: translateX(-50%);
}

.turn-wrap.--02 {
  width: 404px;
  bottom: -192px;
  left: 50%;
  transform: translateX(-50%);
}

.turn-wrap.--03 {
  width: calc(100% * (174 / 1084));
  min-width: 150px;
  right: -20px;
  bottom: -26px;
}
.turn-wrap.--04 {
  width: calc(100% * (233 / 1084));
  min-width: 150px;
  left: -93px;
  bottom: -71px;
}
.turn-wrap.--05 {
  width: calc(100% * (202 / 1084));
  min-width: 150px;
  right: -82px;
  top: -150px;
}
.turn-wrap.--06 {
  width: calc(100% * (273 / 1084));
  min-width: 150px;
  left: -26px;
  top: -10px;
}
.turn-wrap.--07 {
  width: calc(100% * (772 / 1084));
  min-width: 570px;
  left:48.5%;
  transform: translateX(-50%);
  top: 95%;
}

@media screen and (max-width:767px) {
  .turn-wrap {
  position: absolute;
  z-index: 2;
}

.turn-wrap.--01 {
  width: max(50%, 250px);
  top:-120px;
}

.turn-wrap.--02 {
  width: max(50%, 270px);
  bottom: -87px;
  left: 50%;
  transform: translateX(-50%);
}

.turn-wrap.--03 {
  width: 23%;
  min-width: 115px;
  right: -20px;
  bottom: -116px;
}
.turn-wrap.--04 {
  width: 19%;
  min-width: 120px;
  left: -19px;
  bottom: -120px;
}
.turn-wrap.--05 {
  width: 20%;
  min-width: 120px;
  right: -12px;
  top: -120px;
}
.turn-wrap.--06 {
  width: calc(100% * (273 / 1084));
  min-width: 150px;
  left: -26px;
  top: -10px;
}
.turn-wrap.--07 {
  width: min(100%, 550px);
  min-width: 0;
  top: 97%;
}
}




