@charset "UTF-8";

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

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

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  min-width: 100%;
  color: #2f2f2f;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

body {
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.6;
  word-wrap: break-word;
  margin: 0;
  min-width: 100%;
}

@media (max-width: 599px) {
  body {
    font-size: 3.2vw;
  }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
li {
  list-style-type: none;
}

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

p,
a,
h1,
h2,
h3,
h4 {
  font-family: 'Noto Sans JP', sans-serif;
}

p,
a {
  color: inherit;
  font-weight: 500;
}

.font-normal {
  font-size: 3.2vw !important;
  font-weight: 500;
  line-height: 2;
  color: #2f2f2f;
}

@media (min-width: 600px) {
  .font-normal {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 2;
  }
}

@font-face {
  font-family: 'Baskerville';
  src: url('../font/NewBaskervilleITCPro-Roman-657052.woff') format('woff'), url('../font/NewBaskervilleITCPro-Roman-657052.otf') format('truetype');
}

.title-font {
  font-family: 'Baskerville', 'Noto Sans JP', sans-serif;
  display: block;
  margin-bottom: 1vw;
}

a {
  text-decoration: none;
}

.sec-title {
  text-align: center;
  font-weight: 600;
  font-size: 2.8vw;
  line-height: 1.5em;
}

.sec-title.is-m {
  font-size: 3.2vw;
}

.sec-title span {
  font-size: 4.4vw;
  letter-spacing: 0.03em;
  line-height: 1.25;
  display: block;
}

.sec-title span.mid-f {
  font-size: 7vw;
  line-height: 1;
}

@media (max-width: 659px) {
  .sec-title {
    font-size: 3.4vw;
  }

  .sec-title.is-m {
    font-size: 3.8vw;
  }

  .sec-title span {
    font-size: 4.8vw;
  }
  .sec-title span.mid-f {
    font-size: 9vw;
  }
}

.title-m {
  text-align: center;
  font-weight: 900;
  font-size: 3.6vw;
  line-height: 1.5em;
}
.bold {
  font-weight: bold;
  font-size: 3.6vw;
}

.box {
  position: relative;
  background-color: #fff;
}

.star-border {
  padding: 10vw 10vw 0 10vw;
  background: url('../img/bg-star.png') 0 0 / 10vw 10vw repeat-x, /* 上枠 */ url('../img/bg-star.png') 0 0 / 10vw auto repeat-y, /* 左枠 */ url('../img/bg-star.png') 100% 0 / 10vw auto repeat-y, /* 右枠 */ #97262c; /* 背景色 */
}

.star-border-last {
  padding: 10vw 10vw 0 10vw;
  background: url('../img/bg-star.png') 0 100% / 10vw 10vw repeat-x, /* 下枠 */ #97262c; /* 背景色 */
}

.main-wrap {
  background: #97262c;
}

.wrap {
  width: 100%;
  padding: 12vw 10vw;
}
@media (max-width: 659px) {
  .wrap {
    padding: 14vw 9vw;
  }
}

.kate-logo {
  display: block;
  margin: 0 auto 7vw;
  width: 20vw;
}

.dakota-logo {
  display: block;
  margin: 4vw auto 14vw;
  width: 100%;
}

#head-logo {
  width: 30%;
  margin: 4vw auto 4vw;
}

@media (max-width: 659px) {
  .kate-logo {
    margin: 0 auto 6.2vw;
    width: 24vw;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-2vw {
  margin-top: 2vw;
}
.mt-5vw {
  margin-top: 5vw;
}
.mt-8vw {
  margin-top: 8vw;
}
.mt-10vw {
  margin-top: 10vw;
}
.mt-15vw {
  margin-top: 15vw;
}
.mt-20vw {
  margin-top: 20vw;
}

.mt-30vw {
  margin-top: 30vw;
}

.mb-10vw {
  margin-bottom: 10vw;
}

.mb-20vw {
  margin-bottom: 20vw;
}

.pb-0 {
  padding-bottom: 0;
}

.button a,
.button button {
  background-color: #000;
  border-radius: 100vw;
  border: none;
  padding: 0px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8vw;
  font-size: 1.8vw;
  color: #fff;
  font-weight: 900;
  position: relative;
  width: 100%;
  line-height: 1.3;
}

.button a span {
  position: relative;
  top: -0.1vw;
}

.button a:after,
.button button:after {
  content: '';
  background: #ffffff;
  height: calc(0.8vw / 2 * tan(60deg));
  width: 0.8vw;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
}

.button button span {
  position: relative;
}

@media (max-width: 659px) {
  .button a,
  .button button {
    font-size: 3.2vw;
    height: 12vw;
  }
  .button a:after,
  .button button:after {
    height: calc(1.6vw / 2 * tan(60deg));
    width: 1.6vw;
    right: 4.5vw;
  }
  .button a span {
    top: -0.4vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2vw 2vw;
}
.jc-c {
  justify-content: center;
}
.col2 {
  width: calc(50% - 2vw);
  margin-bottom: 2vw;
}

.mgn-adjustment-01 {
  margin-bottom: 3vw;
}

.mgn-adjustment-02 {
  margin-bottom: 4vw;
}

.mgn-adjustment-03 {
  margin-bottom: -1vw;
}

@media (max-width: 659px) {
  .mgn-adjustment-01 {
    margin-bottom: 0;
  }
  .mgn-adjustment-02 {
    margin-bottom: 5.4vw;
  }
}

/* mv */

.mv {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}
.mv .mv-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-lead-01,
.main-lead-02 {
  margin: 0;
  padding-bottom: 3.8vw;
  text-align: center;
}
.main-lead-01 {
  padding-top: 10vw;
}
.main-lead-02 {
  display: none;
  line-height: 1.7;
}
.main-lead-open,
.main-lead-close {
  color: #2f2f2f;
  text-decoration: underline;
}
.main-lead-close {
  display: none;
}

/* video */

.video-area video {
  width: 100%;
}

/* styling */

.styling-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 12%;
}

.styling-list li {
  margin-bottom: 6vw;
  width: 42%;
}
.styling-list li:last-child {
  margin-bottom: 0;
}
.styling-name {
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 2vw;
}
.styling-account {
  display: block;
  font-size: 90%;
}
@media (max-width: 659px) {
  .styling-name {
    font-size: 2.6vw;
  }
}

.cont-img {
  display: block;
  margin: 8.5vw auto;
  width: 100%;
}

@media (max-width: 659px) {
  .cont-img {
    margin: 8.5vw auto;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #838383 !important;
}
.slider-area {
  position: relative;
  margin-bottom: 10vw;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -3.5vw !important;
}

@media (max-width: 659px) {
  .slider-area {
    margin-bottom: 16vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -7vw !important;
  }
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalArea img {
  width: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: #fff;
}
.modal-box {
  position: relative;
  padding: 14vw 6vw 8vw;
}
.line-box {
  width: 100%;
  padding-top: 10vw;
  padding-right: 4vw;
  padding-bottom: 10vw;
  padding-left: 4vw;
  border: 1px solid #000;
}
.modal-content {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 999;
}
.modal-content.yellow {
  background-color: #ebef72;
}

.modal-content.green {
  background-color: #427e2b;
}
.modal-content p {
  font-size: 2.6vw;
}
@media (max-width: 500px) {
  .modal-content {
    width: 100%;
  }
}

#modal-overlay {
  z-index: 60;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#modal-close:before {
  content: '';
  background-color: #000;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 0;
}
#modal-close:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 17px;
  left: 0;
}

#modal-close:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.target {
  position: relative;
  display: block;
}
.target span {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
}
.target span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background: #000;
  z-index: 1;
}
.target span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 10px;
  height: 1px;
  background: #000;
  z-index: 1;
}
.bold-f {
  font-weight: bold;
}
