/*---------------------------------*
* foundation
*----------------------------------*/
/* base
----------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  height: 100%;
  scroll-behavior: smooth;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.087em;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

main {
  width: 100%;
}

/*---------------------------------*
* layout
*----------------------------------*/
.l-header {
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(./../images/bg_mv_beachonly-sp.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 461px) {
  .l-header {
    height: 100dvh;
  }
}
@media (min-width: 769px) {
  .l-header {
    height: auto;
    aspect-ratio: 8/5;
    display: flex;
    flex-direction: column;
    background-image: url(./../images/bg_mv_beachonly-pc.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
  }
}
.l-headerLogo {
  margin: 0 auto;
  padding-top: 5.33%;
  padding-inline: 5.33%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
@media (min-width: 769px) {
  .l-headerLogo {
    padding-top: 3%;
    padding-inline: 3.5%;
    align-items: flex-start;
  }
}
.l-headerLogo a {
  width: 9.25%;
  aspect-ratio: 17/26;
  display: block;
}
@media (min-width: 769px) {
  .l-headerLogo a {
    width: 4%;
    aspect-ratio: 35/53;
  }
}
.l-headerLogo a img {
  width: 100%;
}
.l-headerLogo__button {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 769px) {
  .l-headerLogo__button {
    width: 10.6%;
  }
}
.l-headerLogo__button--multilingual {
  margin-right: 23.89%;
  width: 60.4%;
  display: flex;
  justify-content: space-between;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
@media (min-width: 769px) {
  .l-headerLogo__button--multilingual {
    margin-right: 18%;
    width: 66.67%;
    font-size: 1.11vw;
  }
}
.l-headerLogo__button--multilingual button {
  display: block;
  width: fit-content;
}
@media (min-width: 769px) {
  .l-headerLogo__button--multilingual button {
    width: 29%;
  }
}
.l-headerLogo__button--multilingual button:first-of-type {
  margin-right: 37.15%;
}
@media (min-width: 769px) {
  .l-headerLogo__button--multilingual button:first-of-type {
    margin-right: 42.74%;
  }
}
.l-headerLogo__button--multilingual button:first-of-type::after {
  content: "/";
  margin-left: 50%;
}
@media (min-width: 769px) {
  .l-headerLogo__button--multilingual button:first-of-type::after {
    margin-left: 55%;
  }
}
.l-headerLogo__button--hamburger {
  width: 27.6%;
  display: block;
}
@media (min-width: 769px) {
  .l-headerLogo__button--hamburger {
    width: 48.5%;
  }
}
.l-headerLogo__button--hamburger img {
  width: 100%;
  display: block;
  aspect-ratio: 37/19;
}
@media (min-width: 769px) {
  .l-headerLogo__button--hamburger img {
    aspect-ratio: 2/1;
  }
}
.l-headerNav {
  width: 100vw;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(./../images/bg_nav_texture.png);
  background-repeat: repeat;
  transition: 0.4s;
  z-index: 999;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.l-headerNav.is-active {
  opacity: 1;
  pointer-events: auto;
}
.l-headerNav__logo {
  margin: 0 auto;
  padding-top: 5.33%;
  width: 89.33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .l-headerNav__logo {
    padding-top: 3%;
    width: 93%;
    align-items: flex-start;
  }
}
.l-headerNav__logo a {
  width: 9.25%;
  aspect-ratio: 17/26;
  display: block;
}
@media (min-width: 769px) {
  .l-headerNav__logo a {
    width: 4%;
    aspect-ratio: 35/53;
  }
}
.l-headerNav__logo a img {
  width: 100%;
}
.l-headerNav__logo button {
  display: flex;
  align-items: center;
  width: 11.945%;
}
@media (min-width: 769px) {
  .l-headerNav__logo button {
    width: 3.2%;
  }
}
.l-headerNav__logo button svg {
  width: 100%;
}
.l-headerNav__container {
  margin: 9.87% auto;
  width: 84%;
  display: block;
}
@media (min-width: 769px) {
  .l-headerNav__container {
    margin: 2.709% auto;
    width: 69.792%;
    display: flex;
    align-items: center;
  }
}
.l-headerNav__container .l-headerNav__content {
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content {
    margin-left: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
  }
}
.l-headerNav__container .l-headerNav__content ul {
  width: 100%;
  display: block;
}
.l-headerNav__container .l-headerNav__content ul li {
  margin-top: 7.94%;
  color: #555555;
  font-family: "Noto Serif JP";
  font-size: 4.27vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content ul li {
    margin-top: 8.67%;
    font-size: 1.25vw;
    letter-spacing: 0.2em;
    opacity: 1;
  }
}
.l-headerNav__container .l-headerNav__content ul li:first-of-type {
  margin-top: 0;
}
.l-headerNav__container .l-headerNav__content ul li:nth-of-type(5) {
  margin-top: 12.7%;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content ul li:nth-of-type(5) {
    margin-top: 18.58%;
  }
}
.l-headerNav__container .l-headerNav__content ul li::before {
  content: "";
  margin-right: 3.175%;
  width: 2.54%;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  display: inline-block;
  transform: translateY(-20%);
}
.l-headerNav__container .l-headerNav__content ul li[data-disable-before]::before {
  content: none;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content ul li:hover {
    opacity: 0.7;
  }
}
.l-headerNav__container .l-headerNav__content ul li.shop-link::before {
  content: "";
  margin-right: 3.175%;
  width: 0.937em;
  height: 0.063em;
  background-color: #adadad;
  display: inline-block;
  transform: translateY(-500%);
}
.l-headerNav__container .l-headerNav__content ul li.external-link a {
  padding-bottom: 0.5%;
  width: 100%;
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-color: #adadad;
  text-decoration-thickness: 9.5%;
  text-underline-offset: 25%;
}
.l-headerNav__container .l-headerNav__content ul li.external-link a::after {
  content: "";
  margin-left: 3.175%;
  width: 3.6%;
  aspect-ratio: 5/9;
  display: inline-block;
  background-image: url(./../images/icon_arrow_rightup-gr.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(25%);
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content ul li.external-link a::after {
    margin-left: 2.17%;
    width: 3.6%;
    transform: translateY(25%);
  }
}
.l-headerNav__container .l-headerNav__content--item {
  margin-top: 12.7%;
  width: 100%;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content--item {
    margin-top: 18.58%;
    order: 1;
  }
}
.l-headerNav__container .l-headerNav__content--item p {
  color: #555555;
  font-family: "Noto Serif JP";
  font-size: 3.73vw;
  font-weight: 500;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content--item p {
    font-size: 1.25vw;
  }
}
.l-headerNav__container .l-headerNav__content--item p:last-of-type {
  margin-top: 1.59%;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content--item p:last-of-type {
    margin-top: 5.265%;
  }
}
.l-headerNav__container .l-headerNav__content--item .nav {
  margin-top: 4.765%;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content--item .nav {
    margin-top: 5.265%;
  }
}
.l-headerNav__container .l-headerNav__content--item .nav p {
  margin-top: 0;
  color: #555555;
  font-family: "Noto Sans JP";
  font-size: 4.27vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .l-headerNav__container .l-headerNav__content--item .nav p {
    font-size: 1.11vw;
  }
}
.l-headerNav__container picture {
  margin-top: 4.765%;
  display: block;
}
@media (min-width: 769px) {
  .l-headerNav__container picture {
    margin-top: 0;
    width: 174%;
  }
}
.l-headerTitle {
  margin-bottom: 28%;
  width: 100%;
  display: block;
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1.3s cubic-bezier(0.4, 0, 0.6, 1.4), filter 1.3s cubic-bezier(0.4, 0, 0.6, 1.4);
}
@media (min-width: 461px) {
  .l-headerTitle {
    margin-bottom: 15vh;
  }
}
@media (min-width: 769px) {
  .l-headerTitle {
    display: flex;
    margin-bottom: 8%;
  }
}
.l-headerTitle.fade-in {
  opacity: 1;
  filter: blur(0);
}
.l-headerTitle picture {
  margin-left: 11.56%;
  margin-bottom: 2%;
  width: 100%;
  display: block;
}
@media (min-width: 461px) {
  .l-headerTitle picture {
    margin-left: 21%;
    width: 80%;
  }
}
@media (min-width: 769px) {
  .l-headerTitle picture {
    margin-left: 15.56%;
    width: 46.11%;
  }
}
@media (min-width: 769px) {
  .l-headerTitle__text {
    margin-top: 7.5%;
    width: 32.987%;
    display: block;
    transform: translateX(-4%);
  }
}
.l-headerTitle__text p {
  margin-left: 6.4%;
  margin-bottom: 2.4%;
  color: rgba(229, 229, 231, 0.9);
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
@media (min-width: 461px) {
  .l-headerTitle__text p {
    margin-bottom: 0;
    margin-left: 21%;
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .l-headerTitle__text p {
    margin-bottom: 3.6%;
    margin-left: 2%;
    font-size: 1.52vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.l-headerTitle__text h1 {
  margin-left: 5.33%;
  color: #e5e5e7;
  font-family: "Noto Serif JP";
  font-size: 8.53vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.17em;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 461px) {
  .l-headerTitle__text h1 {
    margin-left: 21%;
    font-size: 7.47vw;
  }
}
@media (min-width: 769px) {
  .l-headerTitle__text h1 {
    margin-bottom: 7.5%;
    margin-left: 0;
    font-size: 3.5vw;
    line-height: 1;
  }
}
.l-headerTitle__text a {
  display: none;
}
@media (min-width: 769px) {
  .l-headerTitle__text a {
    margin-left: 2%;
    width: 70.7%;
    aspect-ratio: 39/7;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E0E0E3;
  }
}
@media (min-width: 769px) {
  .l-headerTitle__text a span {
    width: 100%;
    color: #555555;
    display: inline-block;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.39vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.18em;
  }
}
@media (min-width: 769px) {
  .l-headerTitle__text a span::after {
    content: "";
    margin-left: 3.594%;
    width: 3%;
    aspect-ratio: 5/8;
    display: inline-block;
    background-image: url(./../images/icon_arrow_down.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(5%);
  }
}

.l-footer {
  width: 100%;
  display: block;
}
.l-footerInstagram {
  padding: 16% 0;
  width: 100%;
  display: block;
  background-color: #d9d9d9;
  overflow: hidden;
}
@media (min-width: 769px) {
  .l-footerInstagram {
    padding: 11.112% 0;
  }
}
.l-footerInstagram h2 {
  color: #555555;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .l-footerInstagram h2 {
    font-size: 2.5vw;
  }
}
.l-footerInstagram p {
  margin: 5.335% auto 0;
  width: 84%;
  display: block;
  color: #555555;
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
  text-align: center;
}
@media (min-width: 769px) {
  .l-footerInstagram p {
    margin: 1.389% auto 0;
    font-size: 1.11vw;
    line-height: 1.87;
    letter-spacing: 0.1em;
  }
}
.l-footerInstagram .swiper {
  margin-top: 10.67%;
  width: 100%;
}
@media (min-width: 769px) {
  .l-footerInstagram .swiper {
    margin-top: 4.17%;
  }
}
.l-footerInstagram .swiper .swiper-slide {
  width: 80%;
  display: block;
}
.l-footerInstagram .swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.l-footerInstagram a {
  margin: 10.67% auto 0;
  width: 84%;
  aspect-ratio: 9/2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebebea;
}
@media (min-width: 769px) {
  .l-footerInstagram a {
    margin: 4.167% auto 0;
    width: 28.264%;
    aspect-ratio: 203/40;
  }
}
.l-footerInstagram a span {
  width: 100%;
  display: inline-block;
  color: #555555;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .l-footerInstagram a span {
    font-size: 1.11vw;
  }
}
.l-footerInstagram a span::after {
  content: "";
  margin-left: 3.02%;
  width: 3.5%;
  aspect-ratio: 5/9;
  display: inline-block;
  background-image: url(./../images/icon_arrow_rightup-gr.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(25%);
}
@media (min-width: 769px) {
  .l-footerInstagram a span::after {
    margin-left: 4.425%;
    width: 2.5%;
  }
}
.l-footerInfo {
  padding-bottom: 14.93%;
  width: 100%;
  aspect-ratio: 3/8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(./../images/bg_footer-sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .l-footerInfo {
    padding-bottom: 1.389%;
    aspect-ratio: 144/73;
    background-image: url(./../images/bg_footer-pc.webp);
  }
}
.l-footerInfo__content {
  margin-left: 7.47%;
  display: flex;
  flex-direction: column;
  row-gap: 2.125em;
}
@media (min-width: 769px) {
  .l-footerInfo__content {
    margin-left: 9.028%;
    width: 79.1%;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.l-footerInfo__content--text {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.l-footerInfo__content--text a {
  width: 24.15%;
  display: block;
}
@media (min-width: 769px) {
  .l-footerInfo__content--text a {
    width: 7.311%;
  }
}
.l-footerInfo__content--text div {
  margin-left: 7.51%;
}
@media (min-width: 769px) {
  .l-footerInfo__content--text div {
    margin-left: 2.273%;
  }
}
.l-footerInfo__content--text div p {
  margin-bottom: 1.02%;
  color: #e5e5e7;
  font-family: "Noto Serif JP";
  font-size: 4.27vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .l-footerInfo__content--text div p {
    margin-bottom: 0;
    font-size: 1.25vw;
    line-height: 1.8;
  }
}
.l-footerInfo__content--text div p:last-of-type {
  margin-bottom: 0;
  font-size: 3.73vw;
}
@media (min-width: 769px) {
  .l-footerInfo__content--text div p:last-of-type {
    font-size: 1.11vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.l-footerInfo__content .footer a {
  margin-bottom: 0;
}
.l-footerInfo__content .footer a p {
  margin-bottom: 0;
  color: #fafaf5;
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .l-footerInfo__content .footer a p {
    font-size: 1.11vw;
  }
}
.l-footerInfo__content--links {
  width: 83.47%;
}
@media (min-width: 769px) {
  .l-footerInfo__content--links {
    margin-top: 0;
    width: 50.065%;
  }
}
.l-footerInfo__content--links a {
  width: 100%;
  display: block;
  line-height: 1;
}
@media (min-width: 769px) {
  .l-footerInfo__content--links a {
    position: relative;
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .l-footerInfo__content--links a:hover {
    opacity: 0.7;
  }
}
.l-footerInfo__content--links a:first-of-type {
  margin-bottom: 6.91%;
}
@media (min-width: 769px) {
  .l-footerInfo__content--links a:first-of-type {
    margin-bottom: 3.86%;
  }
}
.l-footerInfo__content--links a span {
  color: #fafaf5;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 4.27vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  display: inline;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .l-footerInfo__content--links a span {
    font-size: 1.25vw;
    line-height: 1;
  }
}
.l-footerInfo__content--links a span::after {
  content: "";
  margin-left: 4.477%;
  width: 3.5%;
  aspect-ratio: 5/9;
  display: inline-block;
  vertical-align: middle;
  background-image: url(./../images/icon_arrow_rightup-wt.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .l-footerInfo__content--links a span::after {
    width: 2.5%;
  }
}
.l-footerInfo__topButton {
  margin: 17.07% auto 0;
  width: 8.8%;
  display: block;
}
@media (min-width: 769px) {
  .l-footerInfo__topButton {
    margin: 2.5% auto 0;
    width: 2.292%;
  }
}
.l-footerInfo__topButton img {
  width: 100%;
  display: block;
}
.l-footerInfo .copyright {
  margin-top: 4%;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  .l-footerInfo .copyright {
    margin-top: 2.778%;
    font-size: 0.97vw;
  }
}

/*---------------------------------*
* object
*----------------------------------*/
/*---------------------------------*
* component
*----------------------------------*/
.c-fade-in {
  opacity: 0;
  transition: opacity 1.4s ease, filter 0.2s ease 0.2s;
  filter: blur(4px);
  will-change: filter;
}
.c-fade-in.active {
  opacity: 1;
  filter: blur(0);
}

.c-conversion-fade-in {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.6, 1.4), filter 0.8s cubic-bezier(0.4, 0, 0.6, 1.4);
}
.c-conversion-fade-in.is-fade-in {
  opacity: 1;
  filter: blur(0);
}

@media (min-width: 769px) {
  .c-button {
    position: relative;
  }
}
@media (min-width: 769px) {
  .c-button:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
.c-button__language {
  color: rgba(255, 255, 255, 0.68);
}
.c-button__language .selected {
  color: rgb(255, 255, 255);
}

.c-sns.nav {
  width: 39.37%;
  display: block;
}
@media (min-width: 769px) {
  .c-sns.nav {
    width: 42.415%;
    opacity: 1;
  }
}
.c-sns.nav a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-sns.nav a img {
  width: 22.59%;
  aspect-ratio: 1/1;
  display: block;
}
@media (min-width: 769px) {
  .c-sns.nav a img {
    width: 25.55%;
  }
}
@media (min-width: 769px) {
  .c-sns.nav:hover {
    opacity: 0.7;
  }
}
.c-sns.footer {
  width: 33.604%;
  display: block;
}
@media (min-width: 769px) {
  .c-sns.footer {
    width: 12.028%;
    opacity: 1;
  }
}
.c-sns.footer a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-sns.footer a img {
  width: 28.42%;
  aspect-ratio: 1/1;
  display: block;
}
@media (min-width: 769px) {
  .c-sns.footer a img {
    width: 25.55%;
  }
}
@media (min-width: 769px) {
  .c-sns.footer:hover {
    opacity: 0.7;
  }
}

.p-cv2__shop .swiper1 {
  margin-top: 10.67%;
  padding-bottom: 17.5%;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .p-cv2__shop .swiper1 {
    margin-top: 3.843%;
    padding-bottom: 8%;
  }
}
.p-cv2__shop .swiper1 .swiper-wrapper {
  display: flex;
  padding: 0;
}
.p-cv2__shop .swiper1 .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.p-cv2__shop .swiper1 .swiper-pagination span.swiper-pagination-bullet {
  width: 2.135%;
  aspect-ratio: 1/1;
  border-radius: 0;
  background-color: #555555;
  opacity: 1;
}
.p-cv2__shop .swiper1 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fafaf5;
}
.p-cv2__shop .swiper1 .swiper-button-prev,
.p-cv2__shop .swiper1 .swiper-button-next {
  top: auto !important;
  bottom: 0;
}
.p-cv2__shop .swiper1 .swiper-button-prev::after,
.p-cv2__shop .swiper1 .swiper-button-next::after {
  content: none !important;
}
.p-cv2__shop .swiper1 .swiper-button-prev {
  width: 6.935%;
  background-image: url(./../images/icon_arrows_prev.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 25%;
  transform: translateY(22%);
}
.p-cv2__shop .swiper1 .swiper-button-next {
  width: 6.935%;
  background-image: url(./../images/icon_arrows_next.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 25%;
  transform: translateY(22%);
}

.swiper2 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.c-partition.video-wrapper {
  width: 100%;
  aspect-ratio: 5/8;
  display: block;
  overflow: hidden;
}
@media (min-width: 769px) {
  .c-partition.video-wrapper {
    aspect-ratio: auto;
  }
}
.c-partition.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 769px) {
  .c-partition.video-wrapper video {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.c-partition img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*---------------------------------*
* project
*----------------------------------*/
main {
  width: 100%;
}
main .p-concept {
  width: 100%;
  display: block;
  background-image: url(./../images/bg_concept_texture-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1vw;
}
@media (min-width: 769px) {
  main .p-concept {
    background-image: url(./../images/bg_concept_texture-pc.webp);
  }
}
main .p-conceptTitle {
  padding-top: 17.87%;
  padding-left: 5.33%;
  display: block;
}
@media (min-width: 769px) {
  main .p-conceptTitle {
    padding-top: 11.11%;
    padding-left: 10.42%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
main .p-conceptTitle__content {
  width: 88.73%;
  color: #e5e5e7;
}
@media (min-width: 769px) {
  main .p-conceptTitle__content {
    width: 40%;
  }
}
main .p-conceptTitle__content h2 {
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
  line-height: 2.14;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 769px) {
  main .p-conceptTitle__content h2 {
    font-size: 0.97vw;
  }
}
main .p-conceptTitle__content h2::before {
  content: "Concept";
  display: block;
  font-family: Montserrat;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  main .p-conceptTitle__content h2::before {
    font-size: 2.78vw;
    letter-spacing: 0.1em;
  }
}
main .p-conceptTitle__content h3 {
  margin-top: 12.7%;
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-conceptTitle__content h3 {
    margin-top: 7.755%;
    font-size: 2.5vw;
    letter-spacing: 0.1em;
  }
}
main .p-conceptTitle__content p {
  margin-top: 3.178%;
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
}
@media (min-width: 769px) {
  main .p-conceptTitle__content p {
    margin-top: 3.878%;
    font-size: 1.25vw;
    line-height: 2.22;
    letter-spacing: 0.1em;
  }
}
main .p-conceptTitle__content p:first-of-type {
  margin-top: 6.35%;
}
@media (min-width: 769px) {
  main .p-conceptTitle__content p:first-of-type {
    margin-top: 7.755%;
  }
}
main .p-conceptTitle img {
  margin-top: 16.902%;
  margin-left: auto;
  width: 88.73%;
  display: block;
}
@media (min-width: 769px) {
  main .p-conceptTitle img {
    margin-top: 0;
    width: 46.18em;
    aspect-ratio: 665/862;
  }
}
main .p-conceptText {
  margin-top: 16%;
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  main .p-conceptText {
    margin-top: -17%;
    display: flex;
    align-items: center;
  }
}
main .p-conceptText div {
  margin-left: 5.33%;
  width: 84%;
}
@media (min-width: 769px) {
  main .p-conceptText div {
    margin-top: 4%;
    margin-left: 14.098%;
    width: 35.2%;
    order: 2;
  }
}
main .p-conceptText div h3 {
  color: #e5e5e7;
  font-family: "Noto Serif JP";
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (min-width: 769px) {
  main .p-conceptText div h3 {
    font-size: 1.94vw;
    line-height: 1.5;
  }
}
main .p-conceptText div p {
  margin-top: 6.35%;
  color: #e5e5e7;
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-style: normal;
}
@media (min-width: 769px) {
  main .p-conceptText div p {
    font-size: 1.25vw;
    line-height: 2.22;
  }
}
main .p-conceptText img {
  margin-top: 16%;
  width: 80.8%;
  display: block;
}
@media (min-width: 769px) {
  main .p-conceptText img {
    margin-top: 0;
    width: 40.278em;
    aspect-ratio: 580/869;
    order: 1;
  }
}
main .p-conceptImage {
  margin-right: 7.47%;
  margin-left: auto;
  padding-bottom: 16.534%;
  width: 66.4%;
  display: block;
  position: relative;
  z-index: 2;
  transform: translateY(-16%);
}
@media (min-width: 769px) {
  main .p-conceptImage {
    margin-right: 24.47%;
    padding-bottom: 0;
    width: 43.89%;
    transform: translateY(-45%);
  }
}
main .p-cv1 {
  padding: 13.33% 0 16%;
  width: 100%;
  background-image: url(./../images/bg_cv1_texture-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  main .p-cv1 {
    padding: 11.112% 0;
    background-image: url(./../images/bg_cv1_texture-pc.webp);
  }
}
main .p-cv1Netshop {
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  main .p-cv1Netshop {
    margin-left: 22.01%;
    width: 72.223%;
    display: flex;
    align-items: center;
  }
}
main .p-cv1Netshop img {
  margin: 0 auto;
  width: 37.6%;
  display: block;
  box-shadow: 0px 0.062em 2.75em 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 769px) {
  main .p-cv1Netshop img {
    width: 24.875%;
  }
}
main .p-cv1Netshop__content {
  margin: 10.67% auto 0;
  width: 84%;
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content {
    margin-top: 0;
    margin-left: 12.693%;
    width: 67.13%;
    text-align: left;
  }
}
main .p-cv1Netshop__content p {
  color: #fafaf5;
  font-family: "Noto Serif JP";
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content p {
    font-size: 1.99vw;
    letter-spacing: 0.099em;
  }
}
main .p-cv1Netshop__content h2 {
  margin-top: 3.175%;
  color: #fafaf5;
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content h2 {
    margin-top: 7.068%;
    font-size: 2.5vw;
    letter-spacing: 0.1em;
  }
}
main .p-cv1Netshop__content h2::before {
  margin-bottom: 1.59%;
  content: "Niijima SALT";
  display: block;
  color: #fafaf5;
  font-family: "Noto Serif JP";
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content h2::before {
    margin-bottom: 0.9%;
    font-size: 1.39vw;
    letter-spacing: 0.1em;
  }
}
main .p-cv1Netshop__content--description {
  margin-top: 0;
  color: #fafaf5;
  font-family: "Noto Serif JP";
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content--description {
    margin-top: 1.768%;
  }
}
main .p-cv1Netshop__content--description span:nth-child(1) {
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content--description span:nth-child(1) {
    font-size: 1.11vw;
    letter-spacing: 0.1em;
  }
}
main .p-cv1Netshop__content--description span:nth-child(1)::after {
  content: "/";
  margin: 0 3.81%;
  display: inline-block;
  color: #fafaf5;
  font-family: "Noto Serif JP";
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.011em;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content--description span:nth-child(1)::after {
    font-size: 1.39vw;
  }
}
main .p-cv1Netshop__content--description span:nth-child(2) {
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content--description span:nth-child(2) {
    font-size: 1.94vw;
    letter-spacing: 0.1em;
  }
}
main .p-cv1Netshop__content--description span:nth-child(3) {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content--description span:nth-child(3) {
    font-size: 1.11vw;
    letter-spacing: -0.011em;
  }
}
main .p-cv1Netshop__content a {
  margin-top: 6.35%;
  width: 100%;
  aspect-ratio: 63/13;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafaf5;
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content a {
    margin-top: 5.83%;
    width: 67.125%;
    aspect-ratio: 63/11;
  }
}
main .p-cv1Netshop__content a span {
  width: 100%;
  color: #333333;
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  letter-spacing: 0.2em;
  transform: translateY(-15%);
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content a span {
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
main .p-cv1Netshop__content a span::after {
  content: "";
  margin-left: 9%;
  width: 3.725%;
  aspect-ratio: 5/9;
  display: inline-block;
  background-image: url(./../images/icon_arrow_down.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(20%);
}
@media (min-width: 769px) {
  main .p-cv1Netshop__content a span::after {
    margin-left: 5.977%;
    width: 2.35%;
    transform: translateY(10%);
  }
}
main .p-story {
  padding-bottom: 16%;
  width: 100%;
  display: block;
  background-image: url(./../images/bg_story_texture-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  main .p-story {
    padding-bottom: 10.973%;
    background-image: url(./../images/bg_story_texture-pc.webp);
  }
}
main .p-storyTopic {
  padding-top: 16%;
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  main .p-storyTopic {
    padding-top: 11.112%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
main .p-storyTopic__content {
  margin-left: 5.335%;
  width: 84%;
}
@media (min-width: 769px) {
  main .p-storyTopic__content {
    margin-left: 10.417%;
    width: 32.85%;
  }
}
main .p-storyTopic__content h2 {
  color: #333333;
  font-family: "Noto Serif JP";
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-storyTopic__content h2 {
    font-size: 1.25vw;
    letter-spacing: -0.011em;
  }
}
main .p-storyTopic__content h2::before {
  content: "Story";
  display: block;
  color: #333333;
  font-family: Montserrat;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  main .p-storyTopic__content h2::before {
    font-size: 2.78vw;
    letter-spacing: 0.1em;
  }
}
main .p-storyTopic__content h3 {
  margin-top: 12.7%;
  color: #333333;
  display: block;
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-storyTopic__content h3 {
    margin-top: 8.458%;
    font-size: 2.5vw;
    letter-spacing: 0.1em;
  }
}
main .p-storyTopic__content p {
  margin-top: 3.175%;
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
}
@media (min-width: 769px) {
  main .p-storyTopic__content p {
    margin-top: 8.458%;
    font-size: 1.11vw;
    line-height: 1.66;
    letter-spacing: 0.1em;
  }
}
main .p-storyTopic__content p:first-of-type {
  margin-top: 6.35%;
}
@media (min-width: 769px) {
  main .p-storyTopic__content p:first-of-type {
    margin-top: 8.458%;
  }
}
@media (min-width: 769px) {
  main .p-storyTopic__content p:nth-of-type(2) {
    margin-top: 6.345%;
  }
}
main .p-storyTopic img {
  margin-top: 16%;
  margin-left: auto;
  width: 80%;
  display: block;
}
@media (min-width: 769px) {
  main .p-storyTopic img {
    margin-top: 0;
    margin-left: 8.473%;
    width: 43.4%;
  }
}
main .p-storyFuture {
  margin-top: 16%;
  width: 100%;
}
@media (min-width: 769px) {
  main .p-storyFuture {
    margin-top: -5%;
    display: flex;
    align-items: flex-end;
  }
}
main .p-storyFuture__content {
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  main .p-storyFuture__content {
    width: 46.74%;
    display: flex;
    flex-direction: column;
  }
}
main .p-storyFuture__content--text {
  margin-left: 5.335%;
  width: 84%;
  display: block;
}
@media (min-width: 769px) {
  main .p-storyFuture__content--text {
    margin-top: 23.774%;
    margin-left: auto;
    width: 69.16%;
    order: 2;
  }
}
main .p-storyFuture__content--text h3 {
  color: #333333;
  font-family: "Noto Serif JP";
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media (min-width: 769px) {
  main .p-storyFuture__content--text h3 {
    font-size: 1.94vw;
    line-height: 1.5;
    letter-spacing: 0.16em;
  }
}
main .p-storyFuture__content--text p {
  margin-top: 3.175%;
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
}
@media (min-width: 769px) {
  main .p-storyFuture__content--text p {
    font-size: 1.11vw;
  }
}
main .p-storyFuture__content--text p:first-of-type {
  margin-top: 6.35%;
}
main .p-storyFuture__content img {
  margin-top: 16%;
  width: 78.67%;
  display: block;
}
@media (min-width: 769px) {
  main .p-storyFuture__content img {
    margin-top: 0;
    width: 94.05%;
    order: 1;
  }
}
main .p-storyFuture__image {
  margin-top: 10.67%;
  margin-left: auto;
  width: 55.47%;
  display: block;
}
@media (min-width: 769px) {
  main .p-storyFuture__image {
    margin-top: 0;
    margin-left: 11.737%;
    width: 31.11%;
  }
}
main .p-sunshine {
  padding-bottom: 20%;
  width: 100%;
  display: block;
  background-image: url(./../images/bg_sunshine_texture-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  main .p-sunshine {
    padding: 11.112% 0;
    display: flex;
    align-items: center;
    background-image: url(./../images/bg_sunshine_texture-pc.webp);
  }
}
main .p-sunshine__content {
  padding-top: 16%;
}
@media (min-width: 769px) {
  main .p-sunshine__content {
    margin-left: 7.431%;
    padding-top: 0;
    width: 38%;
    order: 2;
  }
}
main .p-sunshine__content h2 {
  margin-left: 5.335%;
  color: #ffffff;
  text-shadow: 0px 0px 1px #ffffff;
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-sunshine__content h2 {
    margin-left: 0;
    font-size: 2.5vw;
    letter-spacing: 0.1em;
  }
}
main .p-sunshine__content dl {
  margin-left: 5.335%;
  margin-top: 5.335%;
  width: 90.67%;
  display: block;
}
@media (min-width: 769px) {
  main .p-sunshine__content dl {
    margin-top: 8.18%;
    margin-left: 0;
    width: 90%;
  }
}
main .p-sunshine__content dl dt {
  color: #fafaf5;
  text-shadow: 0px 0px 1px #ffffff;
  font-family: "Noto Serif JP";
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-sunshine__content dl dt {
    font-size: 1.94vw;
    letter-spacing: 0.1em;
  }
}
main .p-sunshine__content dl dd {
  margin-top: 3.175%;
  color: #fafaf5;
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
}
@media (min-width: 769px) {
  main .p-sunshine__content dl dd {
    margin-top: 2.048%;
    font-size: 1.11vw;
  }
}
main .p-sunshine__content a {
  margin: 10.67% auto 0;
  width: 84%;
  aspect-ratio: 63/13;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafaf5;
}
@media (min-width: 769px) {
  main .p-sunshine__content a {
    margin: 12.27% 0 0;
    width: 89.367%;
    aspect-ratio: 61/10;
  }
}
main .p-sunshine__content a span {
  width: 100%;
  color: #555555;
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 3.73vw;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.12em;
  transform: translateY(-15%);
}
@media (min-width: 769px) {
  main .p-sunshine__content a span {
    font-size: 1.25vw;
    letter-spacing: 0.18em;
  }
}
main .p-sunshine__content a span::after {
  content: "";
  margin-left: 2.01%;
  width: 3.6%;
  aspect-ratio: 5/9;
  display: inline-block;
  background-image: url(./../images/icon_arrow_rightup-gr.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(25%);
}
@media (min-width: 769px) {
  main .p-sunshine__content a span::after {
    margin-left: 2.251%;
    width: 2.6%;
  }
}
main .p-sunshine img {
  margin: 16% auto 0;
  width: 83.47%;
  display: block;
}
@media (min-width: 769px) {
  main .p-sunshine img {
    margin: 0 0 0 10.417%;
    width: 37.431%;
    order: 1;
  }
}
main .p-cv2 {
  padding: 16% 0;
  width: 100%;
  display: block;
  background-image: url(./../images/bg_shop_texture-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 769px) {
  main .p-cv2 {
    padding: 11.112% 0;
    background-image: url(./../images/bg_shop_texture-pc.webp);
  }
}
main .p-cv2 h2 {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv2 h2 {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
  }
}
main .p-cv2 p {
  margin-top: 5.335%;
  color: #fafaf5;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3.73vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv2 p {
    margin-top: 1.389%;
    font-size: 1.11vw;
    line-height: 1.87;
    letter-spacing: 0.1em;
  }
}
main .p-cv2 ul {
  margin: 5.335% auto 0;
  width: 84%;
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  main .p-cv2 ul {
    margin: 4.167% auto 0;
    width: 72.22%;
    text-align: left;
  }
}
main .p-cv2 ul li {
  padding: 12.7% 4.76%;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 769px) {
  main .p-cv2 ul li {
    padding: 5.77% 0;
    display: flex;
    align-items: center;
  }
}
main .p-cv2 ul li img {
  margin: 0 auto;
  width: 32.28%;
  display: block;
  box-shadow: 0px 0.062em 2.75em 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 769px) {
  main .p-cv2 ul li img {
    margin: 0 0 0 24.617%;
    width: 15.482%;
  }
}
@media (min-width: 769px) {
  main .p-cv2 ul li div {
    margin-left: 9.905%;
    width: 28.85%;
  }
}
main .p-cv2 ul li div h3 {
  margin: 14.035% auto 0;
  color: #555555;
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div h3 {
    margin: 0;
    font-size: 1.67vw;
  }
}
main .p-cv2 ul li div h3::before {
  content: "Niijima SALT";
  margin-bottom: 1.88%;
  color: #f5f7fa;
  display: block;
  font-family: "Noto Serif JP";
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div h3::before {
    margin-bottom: 2.335%;
    font-size: 1.39vw;
  }
}
main .p-cv2 ul li div h3 span {
  margin-left: 3.76%;
  font-size: 7.47vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div h3 span {
    font-size: 1.94vw;
  }
}
main .p-cv2 ul li div p {
  margin: 3.51% auto 0;
  text-align: center;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div p {
    margin-top: 6.67%;
    margin-left: 0;
    text-align: left;
  }
}
main .p-cv2 ul li div p span {
  color: #555555;
  font-family: "Noto Serif JP";
}
main .p-cv2 ul li div p span:nth-child(1) {
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: baseline;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div p span:nth-child(1) {
    font-size: 1.11vw;
    line-height: 1;
  }
}
main .p-cv2 ul li div p span:nth-child(1)::after {
  content: "/";
  margin: 0 5%;
  display: inline-block;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div p span:nth-child(1)::after {
    font-size: 1.67vw;
  }
}
main .p-cv2 ul li div p span:nth-child(2) {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div p span:nth-child(2) {
    font-size: 1.67vw;
    letter-spacing: 0.08em;
  }
}
main .p-cv2 ul li div p span:nth-child(3) {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.011em;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div p span:nth-child(3) {
    font-size: 0.97vw;
  }
}
main .p-cv2 ul li div a {
  margin: 3.51% auto 0;
  width: 86.66%;
  aspect-ratio: 247/65;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div a {
    margin-top: 6.67%;
    margin-left: 0;
    width: 100%;
    aspect-ratio: 63/11;
  }
}
main .p-cv2 ul li div a span {
  width: 100%;
  color: #555555;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  main .p-cv2 ul li div a span {
    font-size: 1.11vw;
    letter-spacing: 0.2em;
  }
}
main .p-cv2 ul li div a span::after {
  content: "";
  margin-left: 8.95%;
  width: 4.5%;
  aspect-ratio: 5/9;
  display: inline-block;
  background-image: url(./../images/icon_arrow_rightup-gr.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(25%);
}
@media (min-width: 769px) {
  main .p-cv2 ul li div a span::after {
    margin-left: 5.95%;
    width: 3.5%;
  }
}
main .p-cv2 ul li:last-of-type {
  margin-top: 12.7%;
}
@media (min-width: 769px) {
  main .p-cv2 ul li:last-of-type {
    margin-top: 3.85%;
  }
}
main .p-cv2 ul li:last-of-type img {
  width: 50.17%;
  box-shadow: none;
}
@media (min-width: 769px) {
  main .p-cv2 ul li:last-of-type img {
    margin-left: 21.925%;
    width: 20.867%;
  }
}
@media (min-width: 769px) {
  main .p-cv2 ul li:last-of-type div {
    margin-left: 7.213%;
  }
}
main .p-cv2 ul li:last-of-type div h3 {
  margin-top: 6.67%;
}
@media (min-width: 769px) {
  main .p-cv2 ul li:last-of-type div h3 {
    margin-top: 0;
  }
}
main .p-cv2__shop {
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  main .p-cv2__shop {
    margin: 8.334% auto 0;
    width: 72.3%;
  }
}
main .p-cv2__shop h3 {
  margin-top: 16%;
  margin-left: 5.335%;
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv2__shop h3 {
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    font-size: 2.22vw;
    letter-spacing: 0.1em;
  }
}
main .p-cv2__shop .swiper {
  width: 100%;
}
main .p-cv2__shop .swiper.swiper1 {
  display: flex;
  align-items: flex-start;
}
main .p-cv2__shop .swiper .swiper-wrapper {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: left;
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.04%;
  }
}
main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide {
  margin-top: 0;
  padding: 0;
  width: 57.33vw;
  display: block;
  background-color: #f5f7fa;
  position: relative;
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    box-shadow: 0px 0.25em 0.75em 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide:last-of-type {
    margin-top: 0;
  }
}
main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure {
  width: 100%;
  display: block;
}
main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure div {
  margin-left: 0;
  width: 100%;
  overflow: hidden;
}
main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure div img {
  width: 100%;
  display: block;
  box-shadow: none;
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure div img {
    margin-left: 0;
    transform: scale(1);
    transition: transform 0.4s;
  }
}
main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure dl {
  padding: 4.65%;
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure dl {
    padding: 8%;
  }
}
main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure dl dt {
  color: #4b4b4b;
  font-family: "Noto Serif JP";
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure dl dt {
    font-size: 1.53vw;
    letter-spacing: 0.1em;
  }
}
main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure dl dd {
  margin-top: 1.03%;
  color: #4b4b4b;
  font-family: "Noto Serif JP";
  font-size: 3.73vw;
  line-height: 1.5;
  letter-spacing: 0.092em;
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure dl dd {
    margin-top: 0.77%;
    font-size: 1.11vw;
    letter-spacing: 0.081em;
  }
}
main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure dl dd:nth-of-type(2) {
  margin-top: 10.26%;
}
@media (min-width: 769px) {
  main .p-cv2__shop .swiper .swiper-wrapper .swiper-slide figure dl dd:nth-of-type(2) {
    margin-top: 7.65%;
  }
}
main .p-cv2__shop p {
  margin-left: 5.335%;
  width: 91%;
  color: #fafaf5;
  font-family: "Noto Serif JP";
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  main .p-cv2__shop p {
    margin-left: 0;
    width: 100%;
    font-size: 1.11vw;
    text-align: right;
    letter-spacing: 0.1em;
  }
}

/*---------------------------------*
* utility
*----------------------------------*/
.u-inline-block {
  display: inline-block;
}

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

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

/*# sourceMappingURL=style.css.map */
