#container.portfolio {
  padding-top: 0;
  font-size: 20px;
  font-weight: normal;
  background: url(../../img/portfolio/p8/p8_edge.png) #44515C fixed no-repeat right top;
}

section.edge {
  background: url(../../img/portfolio/p8/p8_edge.png) #44515C no-repeat right top;
  color: #fff;
}

.tit_comm .title {
  display: block;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 800;
}

.tit_mid {
  display: block;
  font-size: 1.6em;
  font-weight: 800;
}

.dual {
  display: flex;
}
.dual > div {
  width: 100%;
}
.dual .contents {
  display: flex;
  padding: 4em 0;
  background: #000;
  color: #fff;
}
.dual .contents .inner {
  width: 100%;
  max-width: 700px;
}
.dual .contents .tit {
  display: block;
  font-size: 1.6em;
  font-weight: 800;
  color: #BCBEC0;
}
.dual .contents .desc {
  margin-top: 1em;
  line-height: 1.6;
}
.dual .contents p + p {
  margin-top: 1em;
}
.dual .contents:first-child {
  justify-content: flex-end;
}
.dual .contents:first-child .inner {
  padding-right: 4em;
}
.dual .contents:last-child .inner {
  padding-left: 4em;
}
.dual .img img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

section > .img:only-child img {
  width: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1920px) {
  #container.portfolio,
  section.edge {
    background-size: 50% auto;
  }
}
@media screen and (max-width: 1480px) {
  #container.portfolio {
    font-size: 18px;
  }
  .dual .contents .inner {
    padding: 0 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  #container.portfolio {
    font-size: 16px;
  }
  .tit_mid {
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  #container.portfolio {
    font-size: 14px;
  }
  section > .img:only-child img {
    min-height: 50vh;
  }
  .dual {
    display: block;
  }
  .dual .img img {
    max-height: 100vw;
    min-height: 0;
  }
}
#visual .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  background: url(../../img/portfolio/p8/p8_visual.jpg) no-repeat center center/cover;
  content: "";
}
#visual .img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: url(../../img/portfolio/p8/p8_visual_edge.png) no-repeat right top;
  mix-blend-mode: multiply;
  content: "";
}
#visual .img .tit_visual {
  position: relative;
  text-align: center;
}
#visual .img .tit_visual img {
  width: 216px;
}
#visual .img .tit_visual strong {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, calc(-50% + 0.5em));
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s 0.5s;
}
#visual .img .tit_visual.aos-animate strong {
  transform: translate(-50%, -50%);
  opacity: 1;
}
#visual .conts {
  padding: 5em 0;
  background: #44515C;
  color: #fff;
}
#visual .conts .title {
  font-size: 3.2em;
  font-weight: 800;
  line-height: 1.3;
}
#visual .conts .desc {
  margin-top: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 1480px) {
  #visual .img:before {
    background-size: 72vw auto;
  }
}
@media screen and (max-width: 768px) {
  #visual .conts {
    padding: 12vw 0;
  }
  #visual .conts .title {
    line-height: 1.2;
  }
}

.section1 {
  padding: 6em 0;
  background: #fff;
  color: #44515C;
}
.section1 .contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.section1 .contents .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 3em 3.6em;
}
.section1 .contents .item:nth-child(even) {
  border-left: 1px solid rgba(68, 81, 92, 0.3);
}
.section1 .contents .item:nth-child(n+3) {
  border-top: 1px solid rgba(68, 81, 92, 0.3);
}
.section1 .contents .img {
  width: 100%;
  max-width: 412px;
  border-radius: 100%;
  overflow: hidden;
}
.section1 .contents .conts {
  width: 100%;
  margin-top: 60px;
}
.section1 .contents .conts .tit_mid {
  font-weight: 800;
}
.section1 .contents .conts .desc {
  margin-top: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .section1 .contents .item:nth-child(odd) {
    padding-left: 0;
  }
  .section1 .contents .item:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section1 {
    padding: 12vw 0;
  }
  .section1 .contents {
    display: block;
  }
  .section1 .contents .item {
    flex-direction: row;
    width: 100%;
    padding: 20px 0;
    gap: 24px;
  }
  .section1 .contents .item:nth-child(even) {
    border-left: none;
  }
  .section1 .contents .item + .item {
    border-top: none;
  }
  .section1 .contents .img {
    width: 30vw;
  }
  .section1 .contents .conts {
    margin-top: 0;
  }
}

.section2 {
  padding: 6em 0;
}
.section2 .contents {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 4em;
}
.section2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  text-align: center;
}
.section2 .item .conts {
  margin-top: 2em;
  padding: 0 20px;
}
.section2 .item .tit_mid {
  display: block;
  font-weight: 700;
  color: #BCBEC0;
}
.section2 .item .tit_mid:after {
  display: block;
  width: 1px;
  height: 3.6em;
  transform: scale(1, 0);
  transform-origin: top;
  margin: 20px auto;
  background-color: #BCBEC0;
  transition: 1s;
  content: "";
}
.section2 .item .tit_mid.aos-animate:after {
  transform: scale(1);
}
.section2 .item .desc {
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .section2 .item .conts {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section2 {
    padding: 12vw 0;
  }
  .section2 .contents {
    display: block;
  }
  .section2 .item {
    flex-direction: row;
    max-width: none;
    gap: 20px;
  }
  .section2 .item + .item {
    margin-top: 40px;
  }
  .section2 .item .img {
    width: 36%;
    flex-shrink: 0;
  }
  .section2 .item .conts {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .section2 .item .tit_mid:after {
    display: none;
  }
  .section2 .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .section2 .item:nth-child(even) .conts {
    text-align: right;
  }
}

.section3 {
  background: #fff;
}
.section3 .tit_comm {
  padding: 6em 0 240px;
  background: #E6E7E8;
  color: #44515C;
}
.section3 .tit_comm .wfix {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.section3 .tit_comm .tit_mid .ib {
  display: block;
}
.section3 .tit_comm .conts {
  width: 330px;
}
.section3 .tit_comm .conts .tit_mid {
  display: block;
}
.section3 .tit_comm .conts .desc {
  margin-top: 10px;
  line-height: 1.6;
  font-weight: 300;
}
.section3 .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8em 40px 14em;
}
.section3 [class^=item] {
  width: 300px;
}
.section3 .group {
  display: flex;
}
.section3 .tit {
  display: block;
  font-size: 1.6em;
  font-weight: 800;
}
.section3 .img {
  margin-top: 16px;
}
.section3 .desc {
  margin-top: 16px;
}
.section3 .item1 {
  color: #CC8471;
  transition: 0.4s;
  margin-top: 88px;
}
.section3 .item1.aos-animate {
  transform: translateY(-88px);
}
.section3 .item2 {
  color: #989FA9;
  transition: 0.4s;
}
.section3 .item2.aos-animate {
  transform: translateY(190px);
}
.section3 .item3 {
  color: #44515C;
}
.section3 .item3 .tit, .section3 .item3 .desc {
  padding-left: 1.2em;
}
@media screen and (max-width: 1024px) {
  .section3 .wrapper {
    gap: 6vw;
    padding: 6em 21px 16em;
  }
  .section3 [class^=item] {
    width: auto;
  }
  .section3 .item1 {
    width: 33.333%;
  }
  .section3 .group {
    width: 66.666%;
  }
  .section3 .group [class^=item] {
    width: 100%;
  }
  .section3 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section3 .tit_comm {
    padding: 13vw 0;
  }
  .section3 .tit_comm .wfix {
    display: block;
  }
  .section3 .tit_comm .tit_mid {
    display: block;
  }
  .section3 .tit_comm .conts {
    display: inline-block;
    width: auto;
    margin-top: 50px;
    padding-left: 20vw;
  }
  .section3 .wrapper {
    padding: 12vw 20px 10em;
    word-break: normal;
  }
  .section3 .wrapper .item1 {
    transform: translateY(10vw);
  }
  .section3 .wrapper .item2 {
    transform: translateY(20vw);
  }
  .section3 .wrapper .tit_mid {
    font-size: 18px;
    line-height: 1.2;
  }
  .section3 .wrapper .img {
    margin-top: 8px;
  }
  .section3 .wrapper .item3 .desc {
    padding-left: 1em;
  }
}

.section4.on {
  background: none;
}
.section4 .logo_area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
}
.section4 .logo_area img {
  width: 527px;
}
.section4 .tit_comm {
  padding-top: 5em;
}
.section4 .tit_comm .wrap_line {
  width: 0;
  margin-top: -2em;
  overflow: hidden;
  transition: 2.5s;
}
.section4 .tit_comm .wrap_line img {
  width: 100vw;
  max-width: none;
}
.section4 .tit_comm .wrap_line.aos-animate {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .section4 .logo_area img {
    width: 27.5vw;
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .section4 .logo_area {
    max-height: 150vw;
  }
}

.section6 .left {
  display: flex;
  flex-direction: column;
}
.section6 .left .img {
  flex-grow: 1;
}
.section6 .right {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  max-height: 100dvh;
}
.section6 .right .img {
  height: calc(100vh - 288px);
  height: calc(100dvh - 288px);
}
.section6 .right .tit_mid {
  display: flex;
  align-items: center;
  height: 288px;
  flex-shrink: 0;
  padding: 0 4em;
  background: #44515C;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .section6 .left {
    display: flex;
    flex-direction: row;
  }
  .section6 .left .img img {
    min-height: 50vw;
  }
  .section6 .right {
    position: relative;
  }
  .section6 .right .img {
    height: auto;
  }
  .section6 .right .tit_mid {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 70vw;
    height: auto;
    padding: 32px 20px;
  }
}

.section8 {
  overflow: hidden;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section8 .contents {
  position: relative;
}
.section8 .contents:after {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 560px;
  height: 560px;
  background: url(../../img/portfolio/p8/p8_sect08_img02.png) no-repeat center/contain;
  animation: spin 32s linear infinite;
  content: "";
}
@media screen and (max-width: 1920px) {
  .section8 .contents:after {
    width: 29.16vw;
    height: 29.16vw;
    bottom: -5.2vw;
    right: -5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .section8 .contents:after {
    width: 200px;
    height: 200px;
    bottom: -36px;
    right: -36px;
    opacity: 0.7;
  }
}

.section9 .bg {
  background: url(../../img/portfolio/p8/p8_sect09_img01.png) #44515C repeat;
}
.section9 .img img {
  -o-object-position: right;
     object-position: right;
}

.section12 {
  background: #fff;
  color: #44515C;
}
.section12 .tit_comm {
  padding: 6em 0 2em;
}
.section12 .contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section12 .contents [class^=item] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5em 0;
}
.section12 .contents .img {
  position: relative;
  padding: 4em 0;
}
.section12 .contents .img img {
  width: 420px;
  max-width: 30vw;
}
.section12 .contents .tit_mid {
  position: absolute;
  color: #BCBEC0;
}
.section12 .contents .item2 .inner, .section12 .contents .item4 .inner {
  position: relative;
}
.section12 .contents .item2 .inner:after, .section12 .contents .item4 .inner:after {
  position: absolute;
  width: 0;
  height: 80px;
  transition: 1.5s 0.8s;
  background: url(../../img/portfolio/p8/p8_sect12_img05.png) no-repeat 0 0/80px auto;
  content: "";
}
.section12 .contents .item2.aos-animate .inner:after, .section12 .contents .item4.aos-animate .inner:after {
  width: 80px;
}
.section12 .contents .item2 {
  background: #44515C;
}
.section12 .contents .item2 .inner:after {
  top: 0;
  left: 0;
}
.section12 .contents .item2 .tit_mid {
  top: 0;
  left: 0;
}
.section12 .contents .item4 {
  background: #000;
}
.section12 .contents .item4 .inner:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.section12 .contents .item4 .tit_mid {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .section12 .contents .item2 .inner:after, .section12 .contents .item4 .inner:after {
    height: 5.71vw;
    background-size: 5.71vw auto;
  }
  .section12 .contents .item2.aos-animate .inner:after, .section12 .contents .item4.aos-animate .inner:after {
    width: 5.71vw;
  }
}
@media screen and (max-width: 1024px) {
  .section12 .contents [class^=item] {
    width: 50vw;
    height: 50vw;
    padding: 24px 0;
  }
  .section12 .contents .img {
    padding: 2em;
  }
}
@media screen and (max-width: 768px) {
  .section12 .contents .tit_mid {
    font-size: 16px;
  }
  .section12 .contents .item2 .inner:after {
    top: -2px;
    left: -2px;
  }
  .section12 .contents .item4 .inner:after {
    bottom: -2px;
    right: -2px;
  }
}

.section13 {
  padding: 6em 0;
  background: #000;
  color: #fff;
}
.section13 .tit_comm .title {
  color: #BCBEC0;
}
.section13 .tit_comm .title span {
  display: block;
  color: #fff;
}
.section13 .tit_comm .desc {
  margin-top: 32px;
  line-height: 1.6;
}
.section13 .contents {
  margin-top: 4em;
}
.section13 .swiper .img {
  position: relative;
  padding-top: 20px;
}
.section13 .swiper .lab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 2em;
  border-radius: 20px 0 20px 0;
  background: #44515C;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}
.section13 .swiper img {
  width: 100%;
  aspect-ratio: 1/1.625;
  -o-object-fit: cover;
     object-fit: cover;
}
.section13 .swiper .conts {
  margin-top: 24px;
  line-height: 1.6;
}
.section13 .swiper .swiper-pagination {
  display: none;
}
.section13 .sub {
  max-width: 1024px;
  margin: 0 auto;
  padding: 9em 0;
  line-height: 1.6;
}
.section13 [class^=object] {
  max-width: 1104px;
  margin: 0 auto;
}
.section13 [class^=object] .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin: 0 auto;
  transition: 0.3s;
}
.section13 [class^=object] .inner:before, .section13 [class^=object] .inner:after {
  position: absolute;
  content: "";
}
.section13 [class^=object] .inner:before {
  background: url(../../img/portfolio/p8/p8_sect13_img05.png) no-repeat center center/contain;
}
.section13 [class^=object] .inner:after {
  background: url(../../img/portfolio/p8/p8_sect13_img06.png) no-repeat center center/contain;
}
.section13 [class^=object] .gage {
  margin-top: 5em;
  height: 4px;
  background: #44515C;
}
.section13 [class^=object] .gage:after {
  display: block;
  width: 0;
  height: 4px;
  background: #fff;
  transition: linear 2s;
  content: "";
}
.section13 [class^=object].aos-animate .inner {
  width: 100%;
  transition-duration: 2s;
}
.section13 [class^=object].aos-animate .gage:after {
  width: 100%;
}
.section13 .object1 {
  padding: 56px 40px;
}
.section13 .object1 .inner {
  height: 360px;
}
.section13 .object1 .inner:before, .section13 .object1 .inner:after {
  width: 130px;
  height: 168px;
}
.section13 .object1 .inner:before {
  top: -56px;
  left: -58px;
}
.section13 .object1 .inner:after {
  bottom: -56px;
  right: -58px;
  filter: invert(100%) sepia(0%) saturate(29%) hue-rotate(87deg) brightness(100%) contrast(100%);
}
.section13 .object1 .img {
  width: 100%;
}
.section13 .object1 .img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section13 .object2 {
  margin-top: 9em;
  padding: 34px 40px;
}
.section13 .object2 .inner {
  height: 200px;
  padding: 0 80px;
  color: #BCBEC0;
  font-size: 1.6em;
  word-break: normal;
}
.section13 .object2 .inner:before, .section13 .object2 .inner:after {
  width: 80px;
  height: 103px;
}
.section13 .object2 .inner:before {
  top: -34px;
  left: -35px;
}
.section13 .object2 .inner:after {
  bottom: -34px;
  right: -35px;
  filter: invert(49%) sepia(97%) saturate(1506%) hue-rotate(341deg) brightness(99%) contrast(93%);
}
@media screen and (max-width: 1024px) {
  .section13 [class^=object] .inner {
    width: 35.156vw;
  }
  .section13 [class^=object] .gage, .section13 [class^=object] .gage:after {
    height: 2px;
  }
  .section13 .object1 {
    padding: 5.468vw 3.9vw;
  }
  .section13 .object1 .inner {
    height: 35.156vw;
  }
  .section13 .object1 .inner:before, .section13 .object1 .inner:after {
    width: 12.695vw;
    height: 16.406vw;
  }
  .section13 .object1 .inner:before {
    top: -5.468vw;
    left: -5.664vw;
  }
  .section13 .object1 .inner:after {
    bottom: -5.468vw;
    right: -5.664vw;
  }
  .section13 .object1 .img img {
    height: 35.156vw;
  }
  .section13 .object2 {
    padding: 3.32vw 3.906vw;
  }
  .section13 .object2 .inner {
    height: 120px;
    padding: 0 24px;
    font-size: 1.4em;
    text-align: center;
    word-break: keep-all;
  }
  .section13 .object2 .inner:before, .section13 .object2 .inner:after {
    width: 7.812vw;
    height: 10.058vw;
  }
  .section13 .object2 .inner:before {
    top: -3.32vw;
    left: -3.417vw;
  }
  .section13 .object2 .inner:after {
    bottom: -3.32vw;
    right: -3.417vw;
  }
}
@media screen and (max-width: 768px) {
  .section13 .swiper {
    margin: 0 -20px;
  }
  .section13 .swiper .swiper-wrapper {
    padding: 0 10px;
  }
  .section13 .swiper .swiper-slide {
    width: 55vw;
    max-width: 320px;
    padding: 0 10px;
  }
  .section13 .swiper .img {
    padding-top: 14px;
  }
  .section13 .swiper .lab {
    width: 90px;
    height: 28px;
    border-radius: 14px 0 14px 0;
    font-size: 1em;
  }
  .section13 .swiper .swiper-pagination {
    position: relative;
    display: block;
    margin-top: 50px;
    text-align: center;
    transform: unset;
  }
  .section13 .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #44515C;
    opacity: 1;
  }
  .section13 .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
}

.section14 {
  display: flex;
  flex-wrap: wrap;
}
.section14 .img1 {
  width: 100%;
  text-align: center;
  background: #E7E8E8;
}
.section14 .img2, .section14 .img3 {
  width: 50%;
}
.section14 .img2 img, .section14 .img3 img {
  width: 100%;
  height: 38vw;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.section15 {
  padding-top: 7.5em;
  background: #fff;
  color: #44515C;
}
.section15 .color {
  display: flex;
  margin-top: 2em;
  white-space: nowrap;
}
.section15 .color [class^=item] {
  position: relative;
  height: 680px;
  overflow: hidden;
}
.section15 .color .contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition-duration: 1s;
}
.section15 .color .tit, .section15 .color .conts {
  position: absolute;
  padding: 20px 2em;
}
.section15 .color .tit {
  top: 0;
  left: 0;
  padding-right: 0;
  font-weight: 400;
  font-size: 1.2em;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
}
.section15 .color .conts {
  bottom: 0;
  left: 0;
  padding-left: 0;
  width: 205px;
  font-size: 0.8em;
  font-weight: 400;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: bottom left;
}
.section15 .color .conts span {
  display: block;
}
.section15 .color [class^=item].aos-animate .contents {
  opacity: 1;
}
.section15 .color .item1 {
  width: 38.3%;
  background: #44515C;
  color: #fff;
}
.section15 .color .item1 .contents {
  transition-delay: 0.2s;
}
.section15 .color .item2 {
  width: 18.2%;
  background: #BCBEC0;
}
.section15 .color .item2 .contents {
  transition-delay: 0.4s;
}
.section15 .color .item3 {
  width: 26.9%;
  background: #EFF0ED;
}
.section15 .color .item3 .contents {
  transition-delay: 0.6s;
}
.section15 .color .item4 {
  width: 8.3%;
  background: #F37032;
  color: #fff;
}
.section15 .color .item4 .contents {
  transition-delay: 0.8s;
}
.section15 .color .item5 {
  width: 8.3%;
  background: #CC8471;
  color: #fff;
}
.section15 .color .item5 .contents {
  transition-delay: 1s;
}
.section15 .img img {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .section15 .color [class^=item] {
    height: 35vw;
    min-height: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .section15 .color {
    flex-wrap: wrap;
  }
  .section15 .color .item1 {
    order: 1;
    width: 83.4%;
  }
  .section15 .color .item2 {
    order: 3;
    width: 38.3%;
  }
  .section15 .color .item3 {
    order: 4;
    width: 45.1%;
  }
  .section15 .color .item4 {
    order: 2;
    width: 16.6%;
  }
  .section15 .color .item5 {
    order: 5;
    width: 16.6%;
  }
  .section15 .color .contents {
    right: auto;
    bottom: auto;
    padding: 16px;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
  .section15 .color .contents .tit, .section15 .color .contents .conts {
    position: relative;
    top: auto;
    bottom: auto;
    padding: 0;
    transform: unset;
  }
  .section15 .color .contents .conts span {
    display: inline-flex;
    gap: 4px;
    margin-right: 4px;
  }
  .section15 .color .contents .conts span + span:before {
    content: "/";
  }
}
@media screen and (max-width: 768px) {
  .section15 .color {
    white-space: wrap;
  }
  .section15 .color [class^=item] {
    min-height: 150px;
  }
  .section15 .color .item1 {
    width: 72.2%;
  }
  .section15 .color .item2 {
    width: 38.2%;
  }
  .section15 .color .item3 {
    width: 34%;
  }
  .section15 .color .item4, .section15 .color .item5 {
    width: 27.8%;
  }
  .section15 .color .contents {
    width: 35vw;
    min-width: 150px;
  }
  .section15 .color .contents .conts {
    font-size: 10px;
    width: auto;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
  .section15 .color .contents .conts span {
    display: block;
  }
  .section15 .color .contents .conts span + span:before {
    display: none;
  }
}