@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* -------- reset -------- */
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,
hr,
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  letter-spacing: 0;
}

p {
  letter-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%; /* for iOS, Android */
  max-width: 100vw;
}

li {
  list-style: none;
}

a,
button {
  outline: none;
  -webkit-tap-highlight-color: transparent; /* for iOS, Android */
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}

input,
select,
textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  line-height: 1;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  margin: 0px;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

.ast {
  font-family: sans-serif;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.5rem;
  }
}
/* --使う色をまとめる-- */
/* viewport 切り替え */
/* -------- common -------- */
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.8;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.5rem;
    width: 100vw;
    overflow-x: hidden;
  }
}

p,
a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media print, screen and (min-width: 960px) {
  p,
  a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  p,
  a {
    font-size: 1.5rem;
  }
}

a {
  transition: 0.4s all ease-out;
}

@media screen and (max-width: 959px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 960px) {
  .spOnly {
    display: none !important;
  }
}

main {
  position: relative;
  background-color: #fff;
}

/* パンクズ */
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs {
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-breadcrumbs {
    padding: 0 20px;
  }
}
.l-breadcrumbs ol {
  display: flex;
}
.l-breadcrumbs ol li span {
  color: #6a6a6a;
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs ol li span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-breadcrumbs ol li span {
    font-size: 1.1rem;
  }
}
.l-breadcrumbs ol li + li {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs ol li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 959px) {
  .l-breadcrumbs ol li + li {
    margin-left: 10px;
  }
}
.l-breadcrumbs ol li + li::before {
  content: "/";
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs ol li + li::before {
    margin-right: 5px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-breadcrumbs ol li + li::before {
    margin-right: 2px;
    font-size: 1.1rem;
  }
}
.l-breadcrumbs ol li a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #6a6a6a;
  text-decoration-thickness: 1px;
}

/* section fade in animation */
.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease 0.4s;
}

.scroll-fade.scroll-active {
  opacity: 1;
  transform: translateY(0);
}

/* MV/KV stars */
.c-mv-stars {
  height: auto;
  padding-top: 5px;
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 6;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars {
    width: 30vw;
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars {
    width: calc(100vw - 100px);
    max-width: 700px;
    top: 20px;
  }
}
.c-mv-stars__wrap {
  width: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #723f1d;
  display: flex;
  justify-content: flex-end;
  position: relative;
  animation: lineWidth 1s forwards;
  animation-delay: 0.5s;
  left: -30px;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap {
    gap: 20px;
  }
}
.c-mv-stars__wrap::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
}
.c-mv-stars__wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #723f1d;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 1;
}
.c-mv-stars__wrap > span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap > span {
    width: 30px;
    padding-top: 7vh;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap > span {
    width: 20px;
    padding-top: 5vw;
  }
}
.c-mv-stars__wrap > span::before {
  content: "";
  width: 1px;
  height: calc(100% + 60px);
  background-color: #723f1d;
  position: absolute;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap > span::before {
    left: 14px;
    bottom: 25px;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap > span::before {
    left: 9.7px;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap > span img {
    width: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap > span img {
    width: 20px;
  }
}
.c-mv-stars__wrap > span:nth-child(2) {
  transform: translate3d(0, 10%, 0) rotate(0deg);
  animation-delay: 0.5s;
}
@media print, screen and (min-width: 960px) {
  .c-mv-stars__wrap > span:nth-child(2) {
    padding-top: 10vh;
  }
}
@media screen and (max-width: 959px) {
  .c-mv-stars__wrap > span:nth-child(2) {
    padding-top: 7vw;
  }
}
.c-mv-stars__wrap > span:last-child {
  transform: translate3d(0, 10%, 0) rotate(0deg);
  animation-delay: 1s;
}

/* trading content */
.l-sec-trading {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading {
    margin-bottom: 50px;
  }
}
.l-sec-trading__vd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.l-sec-trading__vd::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
.l-sec-trading__vd::after {
  content: "";
  width: 85vw;
  height: 85vw;
  background: url(/assets/img/common/img_network_white.svg) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: -20%;
  left: -20%;
  transform: rotate(20deg);
  opacity: 0.5;
  display: none;
}
.l-sec-trading__vd video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.l-sec-trading__object {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-sec-trading__object h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__object h2 {
    margin-top: 50px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__object h2 {
    margin-top: 30px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__logo {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__logo {
    width: 220px;
  }
}
.l-sec-trading__logo a {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__logo a {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__logo a {
    padding: 20px;
  }
}
.l-sec-trading__logo a img {
  transition: 0.4s all ease-out;
}
.l-sec-trading__logo a:hover img {
  transform: scale(1.1, 1.1);
}
.l-sec-trading__lead {
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__lead {
    margin-top: 50px;
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.l-sec-trading__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__list {
    margin-top: 50px;
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__list {
    margin-top: 30px;
    gap: 15px;
  }
}
.l-sec-trading__list li a {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__list li a {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__list li a {
    width: 90px;
    height: 90px;
  }
}
.l-sec-trading__list li a:hover img {
  transform: scale(1.1, 1.1);
}
.l-sec-trading__list li img {
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__list li img {
    width: 70px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__list li img {
    width: 35px;
  }
}
.l-sec-trading__list li p {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 960px) {
  .l-sec-trading__list li p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-trading__list li p {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}

/* 共通パーツ */
@media print, screen and (min-width: 960px) {
  .p-2ndPage {
    padding-top: 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage {
    padding-top: 60px;
  }
}
.p-2ndPage-mv {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv {
    height: 400px;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv {
    height: 250px;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv .c-mv-stars {
    width: calc(50vw - 15px);
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv .c-mv-stars__wrap {
    gap: 15px;
  }
}
.p-2ndPage-mv__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.p-2ndPage-mv__ttl {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv__ttl {
    width: 30vw;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv__ttl {
    width: 50vw;
  }
}
.p-2ndPage-mv__ttl::before {
  content: "";
  background-color: #fff;
  background-image: url(/assets/img/common/bg_star_pattern_red.svg);
  background-repeat: repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv__ttl::before {
    width: 55vw;
    height: 55vw;
    min-width: 600px;
    min-height: 600px;
    background-size: 30vw;
    bottom: -30%;
    left: -50%;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv__ttl::before {
    width: 100vw;
    height: 100vw;
    background-size: 60vw;
    left: -95%;
    bottom: 0;
    transform: translateY(12%);
  }
}
.p-2ndPage-mv__ttl::after {
  content: "";
  border: 1px solid #723f1d;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv__ttl::after {
    width: calc(55vw - 4px);
    height: calc(55vw - 4px);
    min-width: 594px;
    min-height: 594px;
    bottom: calc(-30% + 4px);
    left: calc(-50% - 4px);
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv__ttl::after {
    width: calc(100vw - 4px);
    height: calc(100vw - 4px);
    left: calc(-95% - 4px);
    bottom: 4px;
    transform: translateY(12%);
  }
}
.p-2ndPage-mv__ttl h1 {
  width: 100%;
  position: relative;
  color: #723f1d;
  z-index: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 960px) {
  .p-2ndPage-mv__ttl h1 {
    margin-left: 30px;
    font-size: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .p-2ndPage-mv__ttl h1 {
    margin-left: 20px;
    font-size: 2.5rem;
  }
}
.p-2ndPage-mv__img {
  width: 70vw;
  height: 100%;
  margin-left: 30vw;
}
.p-2ndPage-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

@media print, screen and (min-width: 960px) {
  .l-section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-section {
    padding: 0 20px;
  }
}
.l-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.l-section__h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1.3;
  z-index: 0;
  color: #222;
  border-bottom: 2px solid #723f1d;
}
@media print, screen and (min-width: 960px) {
  .l-section__h2 {
    margin-top: 100px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-section__h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2.6rem;
  }
}
.l-section__h2::before {
  content: "";
  display: inline;
  background-color: #723f1d;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  z-index: -1;
  width: 12px;
  height: 12px;
  bottom: -7px;
}
.l-section__h2::after {
  content: "";
  display: inline;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  z-index: -2;
}
.l-section__h3 {
  padding-left: 20px;
  position: relative;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .l-section__h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 959px) {
  .l-section__h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.l-section__h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #723f1d;
  border-radius: 50%;
  position: absolute;
  left: 2.5px;
  top: calc(50% - 3px);
}
.l-section__h3::after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5.5px);
  background-color: #fff;
  z-index: -2;
}
.l-section__h4 {
  position: relative;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px) {
  .l-section__h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-section__h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.c-txt-link {
  display: block;
  color: #723f1d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.4s all ease-out;
}
.c-txt-link:hover {
  text-decoration-color: transparent;
}

/* ボタン */
.c-btn-large {
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
}
@media screen and (max-width: 959px) {
  .c-btn-large {
    height: 60px;
  }
}
.c-btn-large a {
  height: 100%;
  padding-right: 120px;
  font-size: 2.4rem;
  color: #723f1d;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959px) {
  .c-btn-large a {
    font-size: 2rem;
    padding-right: 70px;
  }
}
.c-btn-large a::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(/assets/img/common/icon_arrow_long_right_red.svg) no-repeat center;
  background-size: 16px 9px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .c-btn-large a::after {
    width: 60px;
    height: 60px;
  }
}
.c-btn-large a:hover {
  color: #723f1d;
}
.c-btn-large a:hover .circle_animation .outer {
  stroke: #723f1d;
  stroke-width: 1;
  stroke-dasharray: 600;
  stroke-dashoffset: 0;
}
.c-btn-large a span {
  position: absolute;
  top: 0;
  right: 0;
}
.c-btn-large a span .circle_animation {
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 959px) {
  .c-btn-large a span .circle_animation {
    width: 60px;
    height: 60px;
  }
}
.c-btn-large a span .circle_animation .outer {
  stroke: #723f1d;
  stroke-width: 1;
  fill: transparent;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.5s;
}
.c-btn-large.-color_reverse a {
  color: #fff;
}
.c-btn-large.-color_reverse a::after {
  background: url(/assets/img/common/icon_arrow_long_right_white.svg) no-repeat center;
}
.c-btn-large.-color_reverse a span .circle_animation .outer {
  stroke: #fff;
}

.c-btn-small {
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
}
@media screen and (max-width: 959px) {
  .c-btn-small {
    height: 40px;
  }
}
.c-btn-small a {
  height: 100%;
  padding-right: 80px;
  font-size: 2rem;
  color: #723f1d;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s ease;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .c-btn-small a {
    font-size: 1.6rem;
    padding-right: 50px;
  }
}
.c-btn-small a::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/assets/img/common/icon_arrow_long_right_red.svg) no-repeat center;
  background-size: 16px 9px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .c-btn-small a::after {
    width: 40px;
    height: 40px;
  }
}
.c-btn-small a:hover {
  color: #723f1d;
}
.c-btn-small a:hover .circle_animation .outer {
  stroke: #723f1d;
  stroke-width: 1;
  stroke-dasharray: 600;
  stroke-dashoffset: 0;
}
.c-btn-small a span {
  position: absolute;
  top: 0;
  right: 0;
}
.c-btn-small a span .circle_animation {
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 959px) {
  .c-btn-small a span .circle_animation {
    width: 40px;
    height: 40px;
  }
}
.c-btn-small a span .circle_animation .outer {
  stroke: #723f1d;
  stroke-width: 1;
  fill: transparent;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.5s;
}
.c-btn-small.-color_reverse a {
  color: #fff;
}
.c-btn-small.-color_reverse a::after {
  background: url(/assets/img/common/icon_arrow_long_right_white.svg) no-repeat center;
}
.c-btn-small.-color_reverse a span .circle_animation .outer {
  stroke: #fff;
}

.c-list-ul li {
  padding-left: 15px;
  position: relative;
}
.c-list-ul li + li {
  margin-top: 5px;
}
.c-list-ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #723f1d;
  position: absolute;
  left: 0;
  top: 12px;
}

.l-sec-contact {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact {
    padding: 150px 30px 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact {
    padding: 100px 20px 50px;
  }
}
.l-sec-contact__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__img {
    height: 450px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__img {
    height: 240px;
  }
}
.l-sec-contact__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.l-sec-contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__img img {
    -o-object-position: 50% 43%;
       object-position: 50% 43%;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__img img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.l-sec-contact__list {
  display: flex;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__list {
    gap: 0 30px;
    max-width: 1200px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__list {
    max-width: 700px;
    margin: 30px auto 0;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.l-sec-contact__list li {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 10.66px 2.34px rgba(0, 0, 0, 0.08);
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__list li {
    width: calc(33.3333333333% - 20px);
    padding: 50px 20px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__list li {
    width: calc(50% - 5px);
    padding: 20px 10px;
  }
  .l-sec-contact__list li:nth-child(3) {
    width: 100%;
  }
}
.l-sec-contact__list li a {
  display: flex;
  flex-direction: column;
}
.l-sec-contact__list li a:hover .l-sec-contact__item {
  color: #723f1d;
}
.l-sec-contact__list li a:hover span::before {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 959px) {
  .l-sec-contact__list.-list_2col {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__list.-list_2col li {
    width: calc(50% - 15px);
  }
}
.l-sec-contact__item {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__item {
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__item {
    font-size: 1.8rem;
  }
}
.l-sec-contact__item span {
  display: block;
  margin: 0 auto;
  position: relative;
  font-family: "Lato", sans-serif;
  color: #6a6a6a;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__item span {
    margin-bottom: 30px;
    padding-top: 60px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__item span {
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 1.2rem;
  }
}
.l-sec-contact__item span::before {
  content: "";
  position: absolute;
  top: 0;
  transition: 0.4s all ease-out;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__item span::before {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__item span::before {
    width: 26px;
    height: 26px;
    left: calc(50% - 13px);
  }
}
.l-sec-contact__item.-item_tel span::before {
  background: url(/assets/img/common/icon_tel_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__item.-item_fax span::before {
  background: url(/assets/img/common/icon_fax_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__item.-item_ph span::before {
  background: url(/assets/img/common/icon_mobile_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__item.-item_email span::before {
  background: url(/assets/img/common/icon_email_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__item.-item_messenger span::before {
  background: url(/assets/img/common/icon_messenger_red.svg) no-repeat center;
  background-size: contain;
}
.l-sec-contact__ttlJp {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__ttlJp {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__ttlJp {
    font-size: 2.8rem;
  }
}
.l-sec-contact__ttlEn {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__ttlEn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__ttlEn {
    font-size: 1.6rem;
  }
}
.l-sec-contact__block {
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__block {
    width: 600px;
    padding: 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__block {
    width: calc(100% - 40px);
    padding: 30px 18px;
  }
}
.l-sec-contact__lead {
  color: #723f1d;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__lead {
    font-size: 1.5rem;
  }
}
.l-sec-contact__time {
  color: #723f1d;
}
@media print, screen and (min-width: 960px) {
  .l-sec-contact__time {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .l-sec-contact__time {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}

.c-list-3col {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 960px) {
  .c-list-3col {
    margin-top: 50px;
    gap: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-list-3col {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-list-3col li {
    width: calc(33.3333333333% - 20px);
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  .c-list-3col li {
    width: 100%;
    max-width: 440px;
    height: 250px;
  }
}
.c-list-3col li figure {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.c-list-3col li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media print, screen and (min-width: 960px) {
  .c-list-3col + .l-section__h3 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 959px) {
  .c-list-3col + .l-section__h3 {
    margin-top: 60px;
  }
}

.c-txtDeco {
  width: 100vw;
  position: relative;
  text-align: right;
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .c-txtDeco {
    margin-bottom: -40px;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-txtDeco {
    margin-bottom: -18px;
    padding-top: 50px;
  }
}
.c-txtDeco .object {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  color: transparent;
  -webkit-text-stroke: 1px #bb8f45;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .c-txtDeco .object {
    font-size: 10vw;
    right: -20px;
    bottom: -30px;
  }
}
@media screen and (max-width: 959px) {
  .c-txtDeco .object {
    font-size: 15vw;
    right: -10px;
  }
}
.c-txtDeco.-align--left {
  text-align: left;
}
.c-txtDeco.-align--left .object {
  right: inherit;
}
@media print, screen and (min-width: 960px) {
  .c-txtDeco.-align--left .object {
    left: -20px;
  }
}
@media screen and (max-width: 959px) {
  .c-txtDeco.-align--left .object {
    left: -10px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-txtDeco.-size--small .object {
    font-size: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .c-txtDeco.-size--small .object {
    font-size: 12vw;
  }
}

/* fallback job section 矢印用 */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v307/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrDAt.woff2) format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* scroll 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* slider fade in 用*/
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* mv Slogan Txt animation */
@keyframes txtFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* mv star line width */
@keyframes lineWidth {
  0% {
    opacity: 0;
    width: 0px;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
/* mv stars floating */
@keyframes floating-y {
  0% {
    transform: translate3d(0, -10%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 10%, 0) rotate(0deg);
  }
}
/* -------- header -------- */
.l-header {
  width: 100vw;
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: transparent;
  background-image: linear-gradient(0deg, transparent 0 5%, #723f1d 100%);
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 960px) {
  .l-header {
    height: 90px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-header {
    height: 60px;
    padding: 0 20px;
  }
}
.l-header.is-fixed {
  position: fixed;
  background: transparent;
  transition: all 0.3s ease;
}
.l-header.is-fixed::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(0deg, transparent 0 5%, #723f1d 100%);
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo a {
  width: -moz-fit-content;
  width: fit-content;
  color: #f6f3e4;
}
@media print, screen and (min-width: 960px) {
  .l-header__logo a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .l-header__logo a {
    font-size: 2.5rem;
  }
}
.l-header__logo a img {
  width: auto;
}
@media print, screen and (min-width: 960px) {
  .l-header__logo a img {
    height: 60px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__logo a img {
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navWrap {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__menu {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-header__menu {
    width: 60px;
    height: 60px;
    padding-right: 13px;
    background-color: #723f1d;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 3;
  }
  .l-header__menu span {
    display: block;
    width: 25.5px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s all linear;
  }
  .l-header__menu span:nth-child(2) {
    width: 27px;
  }
  .l-header__menu span:nth-child(3) {
    width: 29px;
  }
  .l-header__menu.is-open {
    border-bottom: 1px solid #fff;
  }
  .l-header__menu.is-open span {
    width: 29px;
  }
  .l-header__menu.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header__menu.is-open span:first-child {
    transform: translateY(10px) rotate(-135deg);
  }
  .l-header__menu.is-open span:last-child {
    transform: translateY(-10px) rotate(135deg);
  }
}
@media screen and (max-width: 959px) {
  .l-header__menuDrop {
    width: 100vw;
    height: calc(100vh - 60px);
    background-color: #723f1d;
    transform: translateX(100%);
    transition: 0.3s all linear;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
  }
  .l-header__menuDrop::after {
    content: "";
    width: 120px;
    height: 40px;
    background: url(/assets/img/common/logo_goal-seeker_blue_horizontal.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1;
  }
  .l-header__menuDrop.is-active {
    display: flex;
    transform: translateX(0%);
  }
  .l-header__menuDrop.is-active::before {
    transform: translateX(0%);
    transition: 0.3s all linear;
  }
  .l-header__menuDrop.is-active .l-header__nav,
  .l-header__menuDrop.is-active .l-header__spSns,
  .l-header__menuDrop.is-active .l-header__menuDrop {
    transform: translateX(0%);
    transition: 0.3s all linear;
  }
}
.l-header__nav {
  display: flex;
}
@media print, screen and (min-width: 960px) {
  .l-header__nav {
    align-items: center;
    gap: 0 5vw;
  }
}
@media screen and (max-width: 959px) {
  .l-header__nav {
    width: 100vw;
    padding: 0 20px;
    flex-direction: column;
    position: relative;
    z-index: 3;
    transform: translateX(100%);
    transition: 0.3s all linear;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__navItem {
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .l-header__navItem:first-child {
    border-top: 1px solid #fff;
  }
}
.l-header__navItem a {
  display: block;
  color: #f6f3e4;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}
@media screen and (max-width: 959px) {
  .l-header__navItem a {
    padding: 20px 0;
  }
}
.l-header__navItem a:hover {
  text-decoration-color: currentColor;
}
.l-header__navItem.--nav-lang {
  display: flex;
  border: 1px solid #fff;
  display: none;
}
@media print, screen and (min-width: 960px) {
  .l-header__navItem.--nav-lang {
    padding: 10px;
    gap: 0 15px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-lang {
    margin-top: 20px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px;
    gap: 0 8px;
  }
}
.l-header__navItem.--nav-lang a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-lang a {
    padding: 0;
  }
}
.l-header__navItem.--nav-lang a:last-child {
  border-left: 1px solid #fff;
}
@media print, screen and (min-width: 960px) {
  .l-header__navItem.--nav-lang a:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem.--nav-lang a:last-child {
    padding-left: 8px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header__spSns {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-header__spSns {
    width: 100vw;
    position: relative;
    z-index: 3;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
    transform: translateX(100%);
    transition: 0.3s all linear;
  }
  .l-header__spSns li {
    width: 40px;
  }
}

/* -------- footer -------- */
.l-footer__inner {
  background-color: #723f1d;
}
@media print, screen and (min-width: 960px) {
  .l-footer__inner {
    padding: 80px 30px 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    padding: 60px 15px 20px;
  }
}
.l-footer__logo {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .l-footer__logo {
    width: 360px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__logo {
    width: 240px;
  }
}
.l-footer__logo a {
  display: block;
  transition: 0.3s all linear;
}
.l-footer__logo a:hover {
  opacity: 0.7;
}
.l-footer__nav {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .l-footer__nav {
    gap: 0 5%;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__nav {
    gap: 10px 10%;
    flex-wrap: wrap;
  }
}
.l-footer__navItem {
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__navItem a {
  color: #fff;
  transition: 0.3s all linear;
}
.l-footer__navItem a:hover {
  opacity: 0.7;
}
.l-footer__sns {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .l-footer__sns {
    gap: 0 5%;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__sns {
    gap: 0 10%;
  }
}
.l-footer__snsItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 960px) {
  .l-footer__snsItem {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__snsItem {
    width: 30px;
    height: 30px;
  }
}
.l-footer__snsItem a {
  display: block;
  transition: 0.3s all linear;
}
.l-footer__snsItem a:hover {
  opacity: 0.7;
}
.l-footer__snsItem:last-child a {
  pointer-events: none;
}
.l-footer__copyright {
  margin: 50px auto 0;
  color: #fff;
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 960px) {
  .l-footer__copyright {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__copyright {
    width: 100%;
  }
}
.l-footer__copyright p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 960px) {
  .l-footer__copyright p {
    padding-top: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__copyright p {
    padding-top: 15px;
    font-size: 1.1rem;
  }
}
.l-footer .p-about-logo {
  width: 150px;
  margin-top: 40px;
}
.l-footer .p-about-logo img {
  filter: brightness(0) invert(1);
}

/* -------- main -------- */
.p-mv {
  background: #f6f3e4;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-mv {
    height: 100vh;
  }
}
.p-mv .u-dec-rec {
  border: 10px solid #f6f3e4;
}

.p-mv-slider {
  position: relative;
  z-index: 0;
}
.p-mv-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.p-mv-slider .swiper-wrapper {
  width: 100vw;
  height: 100vh;
}

.p-mv-slider .swiper-slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.p-mv-slider .slide-img {
  width: 100%;
  height: 100%;
}

.p-mv-slider .swiper-slide.swiper-slide-active .slide-img img {
  width: 100%;
  height: 100%;
  animation: animationZoom 4s ease-in-out forwards;
}

.p-mv-slider .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* -------- intro -------- */
.p-mv-intro {
  width: 100vw;
  background-color: #f6f3e4;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .p-mv-intro {
    height: 100vh;
  }
}
@media screen and (max-width: 959px) {
  .p-mv-intro {
    height: 50vh;
    min-height: 600px;
  }
}

.p-mv-intro__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .p-mv-intro__name {
    height: 100vh;
  }
}
@media screen and (max-width: 959px) {
  .p-mv-intro__name {
    height: 100%;
  }
}
.p-mv-intro__name img {
  transform: scale(0.5);
}

/* -------- wedding -------- */
@media print, screen and (min-width: 960px) {
  .p-wedding {
    background: linear-gradient(180deg, #723f1d 0%, #723f1d 70%, #bb8f45 30%, #bb8f45 100%);
  }
}
@media screen and (max-width: 959px) {
  .p-wedding {
    background: linear-gradient(180deg, #723f1d 0%, #723f1d 50%, #bb8f45 50%, #bb8f45 100%);
  }
}
.p-wedding .c-section-txt {
  color: #f6f3e4;
}

.p-wedding-list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 960px) {
  .p-wedding-list {
    margin: 0 20vw;
    gap: 6vw;
  }
}
@media screen and (max-width: 959px) {
  .p-wedding-list {
    max-width: 600px;
    margin: 30px auto 0;
    gap: 20px;
  }
}
.p-wedding-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 960px) {
  .p-wedding-list li {
    width: calc(33% - 4vw);
  }
}
@media screen and (max-width: 959px) {
  .p-wedding-list li {
    width: calc(50% - 10px);
  }
}
.p-wedding-list li img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.p-wedding-list li p {
  margin-top: 15px;
  color: #f6f3e4;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 960px) {
  .p-wedding-list li p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-wedding-list li p {
    font-size: 1.6rem;
  }
}
.p-wedding-list li:hover img {
  transform: scale(1.1, 1.1);
}

/* -------- studio -------- */
.p-studio {
  background-color: #f6f3e4;
}

.p-studio-list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 960px) {
  .p-studio-list {
    margin: 0 20vw;
    gap: 6vw;
  }
}
@media screen and (max-width: 959px) {
  .p-studio-list {
    max-width: 600px;
    margin: 30px auto 0;
    gap: 20px;
  }
}
.p-studio-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 960px) {
  .p-studio-list li {
    width: calc(50% - 3vw);
  }
}
@media screen and (max-width: 959px) {
  .p-studio-list li {
    width: calc(50% - 10px);
  }
}
.p-studio-list li img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.p-studio-list li p {
  color: #723f1d;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 960px) {
  .p-studio-list li p {
    margin-top: 25px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-studio-list li p {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
.p-studio-list li:hover img {
  transform: scale(1.1, 1.1);
}

/* -------- 共通 -------- */
.p-about .p-mv-intro {
  height: auto;
}

.p-about-img {
  width: 100vw;
}
@media print, screen and (min-width: 960px) {
  .p-about-img {
    height: 600px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-img {
    height: 200px;
    margin-bottom: 50px;
  }
}
.p-about-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 960px) {
  .p-about-philosophy {
    max-width: 70vw;
    margin: 50px auto 0;
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-philosophy {
    margin: 30px auto 0;
    padding: 0 20px 50px;
  }
}
.p-about-philosophy p {
  color: #723f1d;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  word-break: auto-phrase;
}
@media print, screen and (min-width: 960px) {
  .p-about-philosophy p {
    margin-top: 50px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-about-philosophy p {
    margin-top: 20px;
    font-size: 2rem;
  }
}

.p-about-logo {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .p-about-logo {
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-logo {
    width: 150px;
    margin-bottom: 50px;
  }
}
.p-about-logo a {
  display: block;
}

.p-about-catch {
  background-color: #bb8f45;
}
@media print, screen and (min-width: 960px) {
  .p-about-catch {
    margin-top: 50px;
    padding: 100px 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-catch {
    padding: 50px 20px;
  }
}
.p-about-catch p {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .p-about-catch p {
    font-size: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .p-about-catch p {
    font-size: 2rem;
  }
}

.p-about-business {
  background-color: #e6dec9;
}
@media print, screen and (min-width: 960px) {
  .p-about-business {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-business {
    padding: 50px 20px;
  }
}

.p-about-business__list {
  max-width: 600px;
}
@media print, screen and (min-width: 960px) {
  .p-about-business__list {
    margin: 50px auto 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-business__list {
    margin: 50px auto;
  }
}
.p-about-business__list li {
  margin-top: 25px;
  color: #723f1d;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-about-business__list li {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-about-business__list li {
    font-size: 2rem;
  }
}
.p-about-business__list li::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #494731;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 7px;
  transform: rotate(45deg);
}
.p-about-business__list li::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #bb8f45;
  border-radius: 3px;
  position: absolute;
  left: 14px;
  top: 12px;
  transform: rotate(45deg);
}

.p-about-overview {
  background-color: #723f1d;
}
@media print, screen and (min-width: 960px) {
  .p-about-overview {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-overview {
    padding: 50px 20px;
  }
}

.p-about-overview__list {
  max-width: 700px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media print, screen and (min-width: 960px) {
  .p-about-overview__list {
    gap: 80px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-overview__list {
    gap: 30px;
  }
}
.p-about-overview__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 960px) {
  .p-about-overview__list li {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 959px) {
  .p-about-overview__list li {
    width: calc(50% - 15px);
  }
}
.p-about-overview__list li img {
  width: 100%;
}
.p-about-overview__list li p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 960px) {
  .p-about-overview__list li p {
    min-height: 56px;
    margin-top: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-about-overview__list li p {
    min-height: 76px;
    margin-top: 15px;
    font-size: 1.8rem;
  }
}

.p-about-mission {
  max-width: 800px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .p-about-mission {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-mission {
    padding: 50px 20px;
  }
}
.p-about-mission p {
  margin-top: 50px;
  color: #723f1d;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  word-break: auto-phrase;
}
@media print, screen and (min-width: 960px) {
  .p-about-mission p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-about-mission p {
    font-size: 1.6rem;
  }
}

.p-about-mission__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-about-mission__list {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 960px) {
  .p-about-mission__list li {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 959px) {
  .p-about-mission__list li {
    width: 150px;
    height: 150px;
  }
}
.p-about-mission__list li img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.1, 1.1);
}
.p-about-mission__list li:nth-of-type(1) img {
  -o-object-position: left;
     object-position: left;
}
.p-about-mission__list li:nth-of-type(2) img {
  -o-object-position: top;
     object-position: top;
}
.p-about-mission__list li:nth-of-type(3) img {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-about-mission__list li:nth-of-type(4) img {
  -o-object-position: right;
     object-position: right;
}

.p-about-mission__catch p {
  text-align: center;
  font-weight: 700;
  color: #723f1d;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px) {
  .p-about-mission__catch p {
    font-size: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .p-about-mission__catch p {
    font-size: 2.5rem;
  }
}

/* -------- contact -------- */
.p-contact {
  background-color: #f6f3e4;
}
@media print, screen and (min-width: 960px) {
  .p-contact {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-contact {
    padding-bottom: 50px;
  }
}

.p-contact-map {
  width: 100vw;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-contact-map {
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  .p-contact-map {
    height: 150px;
  }
}
.p-contact-map div {
  height: 100%;
}
.p-contact-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.9;
}
.p-contact-map ::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
  background: #723f1d;
}

.p-contact-info {
  width: -moz-fit-content;
  width: fit-content;
  border: 5px solid #723f1d;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-contact-info {
    margin: 100px auto 0;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 959px) {
  .p-contact-info {
    width: calc(100vw - 40px);
    max-width: 600px;
    margin: 50px auto 0;
    padding: 20px;
  }
}
.p-contact-info::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #494731;
  border-radius: 3px;
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: -12px;
}
.p-contact-info::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #bb8f45;
  border-radius: 3px;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  bottom: -12px;
}
.p-contact-info p {
  text-align: center;
  color: #723f1d;
}

.p-contact-address a {
  color: #723f1d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.2s ease;
}
.p-contact-address a:hover {
  text-decoration: none;
}

.p-contact-infoNo {
  margin-top: 30px;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .p-contact-infoNo {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .p-contact-infoNo {
    font-size: 1.6rem;
  }
}
.p-contact-infoNo span {
  display: inline-block;
}
.p-contact-infoNo span a {
  display: inline-block;
  color: #723f1d;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 960px) {
  .p-contact-infoNo span a {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-contact-infoNo span a {
    font-size: 2.8rem;
  }
}

/* -------- 共通 -------- */
.u-dec-rec {
  display: block;
  width: 25vw;
  height: 25vw;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .u-dec-rec {
    border-radius: 40px;
  }
}
@media screen and (max-width: 959px) {
  .u-dec-rec {
    border-radius: 20px;
  }
}

.rec-color-1 {
  background-color: #8a8354;
}
@media print, screen and (min-width: 960px) {
  .rec-color-1 {
    top: 100px;
    left: -18vw;
  }
}
@media screen and (max-width: 959px) {
  .rec-color-1 {
    top: 50px;
    left: -15vw;
  }
}

.rec-color-2 {
  background-color: #bb8f45;
}
@media print, screen and (min-width: 960px) {
  .rec-color-2 {
    bottom: -200px;
    right: -30px;
  }
}
@media screen and (max-width: 959px) {
  .rec-color-2 {
    bottom: -60px;
    right: -15px;
  }
}

.rec-color-3 {
  background-color: #494731;
  width: 30vw;
  height: 30vw;
}
@media print, screen and (min-width: 960px) {
  .rec-color-3 {
    bottom: 9vw;
    right: -20vw;
  }
}
@media screen and (max-width: 959px) {
  .rec-color-3 {
    bottom: 12vw;
    right: -18vw;
  }
}

.c-title-h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  font-family: "Cormorant Garamond", serif;
}
@media print, screen and (min-width: 960px) {
  .c-title-h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 959px) {
  .c-title-h2 {
    font-size: 4rem;
  }
}

.c-title-sub {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
@media print, screen and (min-width: 960px) {
  .c-title-sub {
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .c-title-sub {
    font-size: 1.5rem;
  }
}
.c-title-sub::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #f6f3e4;
  position: absolute;
  left: -20px;
  top: calc(50% - 1px);
  transform: translateX(-100%);
}
.c-title-sub::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #f6f3e4;
  position: absolute;
  right: -20px;
  top: calc(50% - 1px);
  transform: translateX(100%);
}

@media print, screen and (min-width: 960px) {
  .c-title-white {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 959px) {
  .c-title-white {
    margin-bottom: 40px;
  }
}
.c-title-white > h2 {
  color: #f6f3e4;
}
.c-title-white > p {
  color: #f6f3e4;
}

@media print, screen and (min-width: 960px) {
  .c-title-brown {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 959px) {
  .c-title-brown {
    margin-bottom: 40px;
  }
}
.c-title-brown > h2 {
  color: #723f1d;
}
.c-title-brown > p {
  color: #723f1d;
}
.c-title-brown .c-title-sub::before, .c-title-brown .c-title-sub::after {
  background-color: #723f1d;
}

@media print, screen and (min-width: 960px) {
  .c-section {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-section {
    padding: 60px 20px;
  }
}

.c-section-txt {
  text-align: center;
  color: #723f1d;
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .c-section-txt {
    margin: 50px auto;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 959px) {
  .c-section-txt {
    margin: 0 auto;
    font-size: 2rem;
  }
}

.c-btn {
  margin: 50px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn a {
  min-width: 300px;
  padding: 20px 40px;
  color: #fff;
  background-color: #723f1d;
  border: 2px solid #723f1d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
}
.c-btn a::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
  transition: all 0.3s ease;
}
.c-btn a:hover {
  background-color: #fff;
  color: #723f1d;
}
.c-btn a:hover::after {
  border-color: #723f1d;
}
@keyframes animationZoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=all.css.map */