/* =========================================================
body
========================================================= */
@media (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*::before, *::after {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

svg.hide {
  display: none;
}

.pc-br {
  display: none;
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

.pc-disp {
  display: none;
}
@media (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}

.opacity-link {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .opacity-link:hover {
    opacity: 0.7;
  }
}

.txt-link {
  text-decoration: underline;
}
@media (hover: hover) {
  .txt-link:hover {
    text-decoration: none;
  }
}

.wrapper {
  min-width: 320px;
  background-color: #7db8da;
}

/* =========================================================
contents
========================================================= */
/*------------------------------------------
header
------------------------------------------*/
.page-hd {
  position: relative;
}
@media (min-width: 769px) {
  .page-hd {
    aspect-ratio: 1280/720;
  }
}
.page-hd .mv {
  overflow: hidden;
}
@media (min-width: 769px) {
  .page-hd .mv {
    width: 50vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.page-hd .logo {
  opacity: 0;
  z-index: 20;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-color: #7DB8DA;
}
@media (max-width: 768px) {
  .page-hd .logo {
    width: 72.5333333333vw;
    margin: 40px auto 90px;
    position: relative;
    top: -40vh;
    left: 0;
  }
}
@media (min-width: 769px) {
  .page-hd .logo {
    width: 33.125vw;
    position: absolute;
    top: 50%;
    left: 34%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.splash {
  width: 100vw;
  height: 200vh;
  background: #7db8da;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 1s ease 1.8s, z-index 0s 2.8s;
  transition: opacity 1s ease 1.8s, z-index 0s 2.8s;
}

.page-hd.is-active .logo {
  opacity: 1;
}
@media (max-width: 768px) {
  .page-hd.is-active .logo {
    -webkit-animation: to-top 1s 0.8s forwards;
            animation: to-top 1s 0.8s forwards;
  }
}
@media (min-width: 769px) {
  .page-hd.is-active .logo {
    -webkit-animation: to-left 1s 0.8s forwards;
            animation: to-left 1s 0.8s forwards;
  }
}
.page-hd.is-active .splash {
  opacity: 0;
  z-index: -100;
}

@-webkit-keyframes to-top {
  0% {
    top: -40vh;
  }
  100% {
    top: 0;
  }
}

@keyframes to-top {
  0% {
    top: -40vh;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes to-left {
  0% {
    left: 34%;
  }
  100% {
    left: 9.6875vw;
  }
}
@keyframes to-left {
  0% {
    left: 34%;
  }
  100% {
    left: 9.6875vw;
  }
}
/*------------------------------------------
main contents
------------------------------------------*/
@media (max-width: 768px) {
  .sec-block {
    padding: 0 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .sec-block {
    padding: 0 10.9375vw;
  }
}

.bg-white {
  background: #fff;
  -webkit-animation: bggradient 20s ease infinite;
          animation: bggradient 20s ease infinite;
}

.swiper-pagination {
  left: 0 !important;
  bottom: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .swiper-pagination {
    gap: 2.4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) {
  .swiper-pagination {
    gap: 0.703125vw;
  }
}

.swiper-pagination-bullet {
  margin: 0 !important;
  border: 1px solid #F0A6C0;
  background: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media (min-width: 769px) {
  .swiper-pagination-bullet {
    width: 0.703125vw;
    height: 0.703125vw;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F0A6C0;
}

/*------------------------------------------
fashion
------------------------------------------*/
@media (max-width: 768px) {
  .sec-fashion {
    margin: -6.4vw auto 0;
    padding-top: 17.6vw;
    padding-bottom: 32vw;
    border-radius: 21.3333333333vw 0 0 0;
  }
}
@media (min-width: 769px) {
  .sec-fashion {
    padding-top: 23.046875vw;
    padding-bottom: 12.5vw;
    border-radius: 14.0625vw 0 0 0;
  }
}
.sec-fashion .block-in {
  position: relative;
}
@media (max-width: 768px) {
  .sec-fashion .sec-ttl {
    width: 64.8vw;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .sec-fashion .sec-ttl {
    width: 39.0625vw;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: -9.5vw;
    left: 1.171875vw;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .fashion-list {
    margin: 10.6666666667vw auto 0;
  }
}

@media (max-width: 768px) {
  .fashion-block {
    margin: 0 auto 16vw;
  }
}
@media (min-width: 769px) {
  .fashion-block {
    width: 90%;
    margin: 0 auto 9.375vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fashion-block:last-child {
  margin-bottom: 0;
}
.fashion-block .img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .fashion-block .img {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .fashion-block .img {
    width: 43%;
    top: -3.125vw;
  }
}
.fashion-block .swiper-pagination {
  position: relative !important;
}
@media (max-width: 768px) {
  .fashion-block .swiper-pagination {
    margin: 2.6666666667vw auto 0;
  }
}
@media (min-width: 769px) {
  .fashion-block .swiper-pagination {
    margin: 0.78125vw auto 0;
  }
}
.fashion-block .detail {
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .fashion-block .detail {
    padding: 13.3333333333vw 6.6666666667vw 12vw;
    -webkit-box-shadow: 2.6666666667vw 2.6666666667vw 6.9333333333vw rgba(209, 209, 209, 0.33);
            box-shadow: 2.6666666667vw 2.6666666667vw 6.9333333333vw rgba(209, 209, 209, 0.33);
  }
}
@media (min-width: 769px) {
  .fashion-block .detail {
    padding: 6.25vw;
    -webkit-box-shadow: 0.78125vw 0.78125vw 2.03125vw rgba(209, 209, 209, 0.33);
            box-shadow: 0.78125vw 0.78125vw 2.03125vw rgba(209, 209, 209, 0.33);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.fashion-block .detail::before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 0;
}
@media (max-width: 768px) {
  .fashion-block .detail::before {
    width: 100%;
    height: 24.5333333333vw;
    bottom: 100%;
    left: 0;
  }
}
@media (min-width: 769px) {
  .fashion-block .detail::before {
    height: 100%;
    width: 4.140625vw;
    top: 0;
  }
}
.fashion-block .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0.1em;
  border-bottom: 1px solid #F0A6C0;
  color: #F0A6C0;
  font-family: "DM Serif Display", serif;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .fashion-block .logo {
    width: 32vw;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .fashion-block .logo {
    width: 9.375vw;
    margin: 1.875vw auto 0;
  }
}
.fashion-block .logo a {
  display: block;
}
.fashion-block .shop {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .fashion-block .shop {
    margin: 5.3333333333vw auto 0;
  }
}
@media (min-width: 769px) {
  .fashion-block .shop {
    margin: 1.25vw auto 0;
  }
}
.fashion-block .item {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .fashion-block .item {
    margin: 8vw auto 0;
  }
}
@media (min-width: 769px) {
  .fashion-block .item {
    margin: 2.5vw auto 0;
  }
}

@media (min-width: 769px) {
  .fashion-block:nth-child(odd) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .fashion-block:nth-child(odd) .detail::before {
    right: 100%;
  }
}
@media (min-width: 769px) {
  .fashion-block:nth-child(even) {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .fashion-block:nth-child(even) .detail::before {
    left: 100%;
  }
}

/*------------------------------------------
cosme
------------------------------------------*/
.bg-pink {
  background-color: #e53587;
}

@media (max-width: 768px) {
  .sec-cosme {
    padding-top: 26.6666666667vw;
    padding-bottom: 32vw;
  }
}
@media (min-width: 769px) {
  .sec-cosme {
    padding-top: 11.5625vw;
    padding-bottom: 9.375vw;
  }
}
.sec-cosme.type--2 {
  padding-top: 7.8125vw;
  padding-bottom: 8.59375vw;
}
@media (max-width: 768px) {
  .sec-cosme.type--2 {
    padding-bottom: 32vw;
  }
}
.sec-cosme .block-in {
  position: relative;
}
@media (max-width: 768px) {
  .sec-cosme .sec-ttl {
    width: 35.7333333333vw;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .sec-cosme .sec-ttl {
    width: 24.21875vw;
    position: absolute;
    top: -2.421875vw;
    right: 7.03125vw;
  }
}

@media (max-width: 768px) {
  .cosme-list {
    margin: 6.4vw auto 0;
    padding: 0 1.3333333333vw;
  }
}

@media (max-width: 768px) {
  .cosme-block {
    margin: 0 auto 12.8vw;
  }
}
@media (min-width: 769px) {
  .cosme-block {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 7.03125vw;
  }
}
.cosme-block:last-child {
  margin-bottom: 0;
}
.cosme-block .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .cosme-block .box01 {
    width: 45.1%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .cosme-block .box01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cosme-block .brand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .cosme-block .brand {
    margin-right: 4vw;
  }
}
.cosme-block .brand::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cosme-block .brand span {
  display: block;
  padding: 0.5em 0 0 0;
  background: #e53587;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Gloock", serif;
  line-height: 3px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.cosme-block .img {
  position: relative;
}
@media (max-width: 768px) {
  .cosme-block .img {
    width: 82.333333vw;
  }
}
@media (min-width: 769px) {
  .cosme-block .img {
    width: 94.53%;
  }
}
@media (max-width: 768px) {
  .cosme-block .swiper-pagination {
    top: calc(100% + 2.6vw);
  }
}
@media (min-width: 769px) {
  .cosme-block .swiper-pagination {
    top: calc(100% + 0.7vw);
  }
}
.cosme-block .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cosme-block .box02 {
    width: 81.3333333333vw;
    margin: 6.4vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .cosme-block .box02 {
    width: 50%;
  }
}
.cosme-block .cosme-ttl {
  width: 100%;
  margin-bottom: 5.078125vw;
}
@media (max-width: 768px) {
  .cosme-block .cosme-ttl {
    width: 53.8666666667vw;
    margin: 0 auto 9.3333333333vw;
  }
}
.cosme-block .cosme-info {
  width: 100%;
}
.cosme-block .cosme-info li {
  width: 100%;
  color: #fff;
}
@media (min-width: 769px) {
  .cosme-block .cosme-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .cosme-block .cosme-info li {
    display: inline-block;
    margin-bottom: 5.3333333333vw;
  }
}
.cosme-block .cosme-info li:last-child {
  margin-bottom: 0;
}
.cosme-block .cosme-info li h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cosme-block .cosme-info li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .cosme-block .cosme-info li h3 {
    float: right;
    width: 70%;
    margin-bottom: 2.6666666667vw;
  }
}
.cosme-block .cosme-info li p {
  width: 100%;
}
@media (min-width: 769px) {
  .cosme-block .cosme-info li p {
    margin-top: 0.390625vw;
  }
  .cosme-block .cosme-info li p:first-of-type {
    margin-top: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .cosme-block .cosme-info li p {
    margin-bottom: 2.1333333333vw;
    float: right;
    width: 70%;
  }
  .cosme-block .cosme-info li p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .cosme-block .cosme-info .cosme-logo {
    width: 5.625vw;
    margin-right: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .cosme-block .cosme-info .cosme-logo {
    width: 19.2vw;
    float: left;
    margin-right: 4vw;
  }
}

.type--2 .cosme-block {
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .type--2 .cosme-block .brand {
    margin-right: 0;
    margin-left: 4vw;
  }
}
.type--2 .cosme-block .brand span {
  background-color: #7db8da;
}
.type--2 .box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .type--2 .box01 {
    margin-top: -12.5vw;
  }
}
@media (max-width: 768px) {
  .type--2 .box01 {
    margin-top: -33.3333333333vw;
  }
}
.type--2 .cosme-info li:nth-child(2) {
  margin-bottom: 3.125vw;
}

/*------------------------------------------
event
------------------------------------------*/
.sec-event {
  background-color: #a9d6eb;
}
@media (max-width: 768px) {
  .sec-event {
    padding-top: 24vw;
    padding-bottom: 32vw;
    border-radius: 0 21.3333333333vw 0 0;
  }
}
@media (min-width: 769px) {
  .sec-event {
    padding-top: 15.625vw;
    padding-bottom: 9.375vw;
    border-radius: 0 14.0625vw 0 0;
  }
}
@media (max-width: 768px) {
  .sec-event h2 {
    width: 49.0666666667vw;
    margin: 0 auto 9.3333333333vw;
  }
}

@media (min-width: 769px) {
  .event__list li {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 768px) {
  .event__list li {
    margin-bottom: 11.2vw;
  }
}
@media (min-width: 769px) {
  .event__list li:first-child .event__list_item::after {
    display: none;
  }
}
.event__list li:last-child {
  margin-bottom: 0;
}
.event__list li:last-child .event__list_item .item--2 {
  width: 100%;
}
@media (min-width: 769px) {
  .event__list li:last-child .event__list_item .item--2 button {
    width: 25.78125vw;
  }
}
@media (min-width: 769px) {
  .event__list li:last-child .event__list_item::after {
    height: 13.515625vw;
  }
}
@media (max-width: 768px) {
  .event__list li:last-child .event__list_item::after {
    left: inherit !important;
    right: 43.133333vw !important;
  }
}
@media (min-width: 769px) {
  .event__list li:nth-child(odd) {
    padding-left: 13.28125vw;
  }
}
.event__list li:nth-child(odd) .event__list_item {
  border-radius: 0 6.25vw 0 0;
}
@media (min-width: 769px) {
  .event__list li:nth-child(odd) .event__list_item::after {
    left: -0.859375vw;
  }
}
@media (max-width: 768px) {
  .event__list li:nth-child(odd) .event__list_item::after {
    left: 0;
  }
}
@media (min-width: 769px) {
  .event__list li:nth-child(even) {
    padding-right: 13.28125vw;
  }
}
.event__list li:nth-child(even) .event__list_item {
  border-radius: 6.25vw 0 0 0;
}
@media (min-width: 769px) {
  .event__list li:nth-child(even) .event__list_item::after {
    right: -0.859375vw;
  }
}
@media (max-width: 768px) {
  .event__list li:nth-child(even) .event__list_item::after {
    left: 0;
  }
}

.event__list_item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (min-width: 769px) {
  .event__list_item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5vw;
  }
}
@media (max-width: 768px) {
  .event__list_item {
    padding: 8.5333333333vw;
  }
}
.event__list_item::after {
  content: "";
  background: url(/page/fashioncosme2023summer/assets/images/bg_bar01.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
}
@media (min-width: 769px) {
  .event__list_item::after {
    width: 0.859375vw;
    height: 17.890625vw;
  }
}
@media (max-width: 768px) {
  .event__list_item::after {
    width: 2.9333333333vw;
    height: 46.1333333333vw;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  .event__list_item h2 {
    width: 49.0666666667vw;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .event__list_item h2 {
    width: 30.859375vw;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: -10.703125vw;
    left: -6.484375vw;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  .event__list_item .item--1 {
    width: 26.953125vw;
    height: 26.953125vw;
  }
}
@media (max-width: 768px) {
  .event__list_item .item--1 {
    width: 100%;
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .event__list_item .item--2 {
    width: 25.859375vw;
  }
}
@media (max-width: 768px) {
  .event__list_item .item--2 {
    width: 100%;
  }
}
.event__list_item .item--2 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #eb368a;
}
@media (min-width: 769px) {
  .event__list_item .item--2 h3 {
    margin-bottom: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .event__list_item .item--2 h3 {
    margin-bottom: 4vw;
  }
}
.event__list_item .item--2 .item--period,
.event__list_item .item--2 .item--place {
  font-size: 1.2rem;
  color: #eb368a;
}
@media (max-width: 768px) {
  .event__list_item .item--2 .item--period,
  .event__list_item .item--2 .item--place {
    margin-bottom: 4vw;
  }
}
@media (min-width: 769px) {
  .event__list_item .item--2 .item--place {
    margin-top: 0.78125vw;
  }
}
.event__list_item .item--2 .item--txt {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .event__list_item .item--2 .item--txt {
    margin-top: 1.171875vw;
    line-height: 1.640625vw;
  }
}
@media (max-width: 768px) {
  .event__list_item .item--2 .item--txt {
    margin-bottom: 4vw;
    line-height: 1.6;
  }
}
.event__list_item .item--2 button {
  width: 100%;
  background-color: #000;
}
@media (min-width: 769px) {
  .event__list_item .item--2 button {
    margin-top: 1.171875vw;
    padding: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .event__list_item .item--2 button {
    padding: 6.6666666667vw;
  }
}
.event__list_item .item--2 button a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
  position: relative;
}
.event__list_item .item--2 button a::after {
  content: "";
  background: url(/page/fashioncosme2023summer/assets/images/ico_arrow01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .event__list_item .item--2 button a::after {
    width: 2.03125vw;
  }
}
@media (max-width: 768px) {
  .event__list_item .item--2 button a::after {
    width: 6.9333333333vw;
  }
}
@media (min-width: 769px) {
  .event__list_item .item--2 button a.icon--ins {
    padding-left: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .event__list_item .item--2 button a.icon--ins {
    padding-left: 5.3333333333vw;
  }
}
.event__list_item .item--2 button a.icon--ins::before {
  content: "";
  background: url(/page/fashioncosme2023summer/assets/images/icon_ins.svg) no-repeat center/contain;
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .event__list_item .item--2 button a.icon--ins::before {
    width: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .event__list_item .item--2 button a.icon--ins::before {
    width: 4vw;
  }
}

@media (min-width: 769px) {
  .notice--txt {
    margin-top: 2.5vw;
  }
}
@media (max-width: 768px) {
  .notice--txt {
    margin-top: 13.3333333333vw;
  }
}

/*------------------------------------------
profile
------------------------------------------*/
.bg-blue {
  background-color: #a9d6eb;
}

.sec-profile {
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec-profile {
    padding-top: 17.3333333333vw;
    padding-bottom: 2.6666666667vw;
    border-radius: 21.3333333333vw 0 0 0;
  }
}
@media (min-width: 769px) {
  .sec-profile {
    padding-top: 14.84375vw;
    padding-bottom: 6.25vw;
    border-radius: 14.0625vw 0 0 0;
  }
}
.sec-profile .block-in {
  margin: auto;
}

.profile__list li {
  margin-bottom: 6.25vw;
}
@media (min-width: 769px) {
  .profile__list li:nth-child(odd) {
    padding-left: 6.71875vw;
  }
}
@media (min-width: 769px) {
  .profile__list li:nth-child(even) {
    padding-right: 6.71875vw;
  }
  .profile__list li:nth-child(even) .profile__list_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.profile__list li:last-child {
  margin-bottom: 0;
}

.profile__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .profile__list_item h2 {
    width: 61.0666666667vw;
    margin: 0 auto 8vw;
  }
}
@media (min-width: 769px) {
  .profile__list_item h2 {
    width: 38.28125vw;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: -7.265625vw;
    left: -6.484375vw;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  .profile__list_item .item--1 {
    width: 31.015625vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .item--1 {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
.profile__list_item .item--2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 769px) {
  .profile__list_item .item--2 {
    padding: 3.125vw 0 0;
  }
}
.profile__list_item .item--2_bg {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0.78125vw 0.78125vw 2.03125vw rgba(209, 209, 209, 0.33);
          box-shadow: 0.78125vw 0.78125vw 2.03125vw rgba(209, 209, 209, 0.33);
}
@media (min-width: 769px) {
  .profile__list_item .item--2_bg {
    padding: 6.25vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .item--2_bg {
    padding: 9.3333333333vw 6.6666666667vw;
  }
}
.profile__list_item .profile__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #eb368a;
  text-align: center;
}
@media (min-width: 769px) {
  .profile__list_item .profile__name {
    margin-bottom: 1.875vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .profile__name {
    margin-bottom: 6.4vw;
  }
}
.profile__list_item .profile__name span {
  display: block;
  border-bottom: 2px solid #eb368a;
  margin: auto;
}
@media (min-width: 769px) {
  .profile__list_item .profile__name span {
    padding-bottom: 0.234375vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .profile__name span {
    padding-bottom: 0.8vw;
  }
}
.profile__list_item .profile__name::before {
  font-family: "Gloock", serif;
  color: #ffeaf3;
}
@media (min-width: 769px) {
  .profile__list_item .profile__name::before {
    font-size: 4.6875vw;
    margin-bottom: -1.5625vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .profile__name::before {
    font-size: 13.3333333333vw;
    margin-bottom: -5.3333333333vw;
  }
}
.profile__list_item .profile__name.kawaguchi span {
  width: 30%;
}
.profile__list_item .profile__name.kawaguchi::before {
  content: "MODEL";
}
.profile__list_item .profile__name.dreamoon span {
  width: 20%;
}
.profile__list_item .profile__name.dreamoon::before {
  content: "HAIRMAKE";
}
.profile__list_item .profile__txt {
  color: #4a4a4a;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .profile__list_item .profile__txt {
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .profile__txt {
    margin-bottom: 6.6666666667vw;
  }
}
.profile__list_item .profile__sns_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .profile__list_item .profile__sns_list {
    height: 1.71875vw;
  }
}
@media (min-width: 769px) {
  .profile__list_item .profile__sns_list .sns__list_item {
    width: 12%;
  }
}
@media (max-width: 768px) {
  .profile__list_item .profile__sns_list .sns__list_item {
    width: 13%;
  }
}
@media (min-width: 769px) {
  .profile__list_item .profile__sns_list .sns__list_item:first-child {
    width: 23%;
    margin-right: 2.5vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .profile__sns_list .sns__list_item:first-child {
    width: 32%;
    margin-right: 2.6666666667vw;
  }
}
.profile__list_item .profile__sns_list .sns__list_item:last-child {
  margin-right: 0;
}
.profile__list_item .profile__sns_list .sns__list_item a {
  display: block;
}
.profile__list_item .profile__sns_list .sns__list_item a.official {
  font-size: 1.4rem;
  font-family: "Gloock", serif;
  color: #eb368a;
  position: relative;
}
@media (max-width: 768px) {
  .profile__list_item .profile__sns_list .sns__list_item a.official {
    font-size: 4.2666666667vw;
  }
}
.profile__list_item .profile__sns_list .sns__list_item a.official::after {
  content: "";
  background: url(/page/fashioncosme2023summer/assets/images/icon_official.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .profile__list_item .profile__sns_list .sns__list_item a.official::after {
    width: 1.40625vw;
    height: 1.71875vw;
    right: -1.953125vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .profile__sns_list .sns__list_item a.official::after {
    width: 4.8vw;
    right: -1.6vw;
  }
}
@media (min-width: 769px) {
  .profile__list_item .profile__sns_list .sns__list_item a img {
    height: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .profile__list_item .profile__sns_list .sns__list_item a img {
    height: 5.8666666667vw;
  }
}

/*------------------------------------------
modal
------------------------------------------*/
.modal-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 50;
  display: none;
}

@media (min-width: 769px) {
  .modal-block {
    font-size: 20px;
  }
}
.modal-bg {
  width: 100vw;
  height: 150vh;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
}

.modal-wrap {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 769px) {
  .modal-wrap {
    max-width: 1200px;
    width: 43.75vw;
    padding: 165px 0 130px;
  }
}
@media (max-width: 768px) {
  .modal-wrap {
    width: 81.3333333333vw;
    padding: 26.1333333333vw 0;
  }
}

.modal-cont {
  position: relative;
  background: #fff;
}
@media (min-width: 769px) {
  .modal-cont .contents {
    padding: 4.296875vw;
  }
}
@media (max-width: 768px) {
  .modal-cont .contents {
    padding: 8vw;
  }
}

.modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 2px solid #EB368A;
}
@media (min-width: 769px) {
  .modal__item {
    padding-left: 0.78125vw;
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 768px) {
  .modal__item {
    padding-left: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.modal__item:last-child {
  margin-bottom: 0;
}
.modal__item li {
  width: 100%;
  color: #4A4A4A;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .modal__item li:first-child {
    margin-bottom: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .modal__item li:first-child {
    margin-bottom: 2.6666666667vw;
  }
}
.modal__item li h3 {
  font-weight: bold;
}
@media (min-width: 769px) {
  .modal__item li h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .modal__item li h3 {
    font-size: 1.4rem;
  }
}
.modal__item li p {
  font-size: 1.2rem;
}

.modal-bottom-close {
  position: absolute;
}
@media (min-width: 769px) {
  .modal-bottom-close {
    width: 1.875vw;
    height: 1.875vw;
    top: 1.5625vw;
    right: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .modal-bottom-close {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

/*------------------------------------------
footer
------------------------------------------*/
.page-ft {
  position: relative;
  background: #fff;
  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 (max-width: 768px) {
  .page-ft {
    height: 48vw;
  }
}
@media (min-width: 769px) {
  .page-ft {
    height: 8.4375vw;
  }
}
.page-ft .copyright {
  font-family: "DM Serif Display", serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-ft .copyright {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .page-ft .copyright {
    font-size: 1.2rem;
  }
}

.pft__pageTop {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    margin: 0;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #eb368a;
  border-radius: 20%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #eb368a;
    border-radius: 20%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 26px;
  position: absolute;
  background: url(/page/fashioncosme2023summer/assets/images/ico_arrow02.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pft__pageTop a:hover {
  opacity: 0.7;
}

/*------------------------------------------
animation
------------------------------------------*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}
@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.img-anime {
  position: relative;
  -webkit-clip-path: polygon(0 0, -25% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, -25% 0, 0 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94);
  transition: clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94);
  transition: clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94), -webkit-clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.img-anime::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #7db8da;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(-25% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(-25% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94) 0.6s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94) 0.6s;
  transition: clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94) 0.6s;
  transition: clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94) 0.6s, -webkit-clip-path 0.5s cubic-bezier(0.18, 0.85, 0.85, 0.94) 0.6s;
  z-index: 5;
}
.img-anime > * {
  opacity: 0;
  -webkit-transition: opacity 0s 0.5s;
  transition: opacity 0s 0.5s;
}
.img-anime.is-active {
  -webkit-clip-path: polygon(0 0, 100% 0%, 125% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 125% 100%, 0% 100%);
}
.img-anime.is-active::before {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 125% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 125% 100%);
}
.img-anime.is-active > * {
  opacity: 1;
}