@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.clip_ani {
  opacity: 1;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: clip-path 1.5s ease;
  transition: clip-path 1.5s ease;
}
.clip_ani.on {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

video {
  display: block;
}

.o_intro {
  width: 70%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 70px 0 120px;
}
@media (max-width: 1280px) {
  .o_intro {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .o_intro {
    padding: 40px 0 60px;
  }
}
.o_intro h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, -1.015rem + 4.615vw, 3.6rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .o_intro h2 {
    margin-bottom: 45px;
  }
}
.o_intro_text {
  text-align: center;
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  line-height: 2;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .o_intro_text {
    margin-bottom: 40px;
  }
}
.o_intro_01 {
  display: grid;
  grid-template-columns: 6fr 5fr;
  grid-template-rows: repeat(auto-fit);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .o_intro_01 {
    display: block;
    margin-bottom: 60px;
  }
}
.o_intro_01 video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.o_intro_01_content:nth-child(1) {
  grid-column: 2/3;
  width: 75%;
}
@media (max-width: 768px) {
  .o_intro_01_content:nth-child(1) {
    width: 50%;
  }
}
.o_intro_01_content:nth-child(2) {
  grid-column: 1/2;
  aspect-ratio: 7/5;
  margin-top: -190px;
  overflow: hidden;
}
.o_intro_01_content:nth-child(2) video {
  width: 135%;
}
@media (max-width: 1280px) {
  .o_intro_01_content:nth-child(2) {
    margin-top: -160px;
  }
}
@media (max-width: 768px) {
  .o_intro_01_content:nth-child(2) {
    width: 90%;
    margin: 15px 0 0 auto;
  }
}
.o_intro_01_content:nth-child(3) {
  grid-column: 2/3;
  aspect-ratio: 9/8;
  overflow: hidden;
}
.o_intro_01_content:nth-child(3) video {
  width: 180%;
}
@media (max-width: 768px) {
  .o_intro_01_content:nth-child(3) {
    width: 70%;
    margin: 15px 0 0 auto;
  }
}
.o_intro_01_content:nth-child(4) {
  grid-column: 1/2;
  margin-top: -30px;
}
.o_intro_01_content:nth-child(4) p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2.5;
}
@media (max-width: 768px) {
  .o_intro_01_content:nth-child(4) {
    margin-top: 40px;
  }
}
.o_intro_02_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media (max-width: 1280px) {
  .o_intro_02_content {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .o_intro_02_content {
    gap: 20px;
  }
}
.o_intro_02_content .img {
  width: 40%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .o_intro_02_content .img {
    width: 65%;
    margin-bottom: 40px;
  }
}
.o_intro_02_content_text p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2.5;
}
@media (max-width: 768px) {
  .o_intro_02_content_text p {
    padding-left: 60px;
    line-height: 2;
  }
}
.o_intro_02_content:nth-child(1) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .o_intro_02_content:nth-child(1) {
    display: block;
    margin-bottom: 40px;
  }
}
.o_intro_02_content:nth-child(1) .img {
  aspect-ratio: 4/3;
}
.o_intro_02_content:nth-child(2) .img {
  width: 30%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
@media (max-width: 768px) {
  .o_intro_02_content:nth-child(2) .img {
    width: 48%;
    margin-bottom: 0;
  }
}
.o_intro_02_content:nth-child(2) .img video {
  width: 250%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  .o_intro_02_content:nth-child(2) .o_intro_02_content_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.o_intro_02_content:nth-child(2) .o_intro_02_content_text p {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .o_intro_02_content:nth-child(2) .o_intro_02_content_text p {
    padding: 0;
  }
}

.o_fgw {
  padding: 75px 0 120px;
  background-color: #f3f2f0;
}
@media (max-width: 768px) {
  .o_fgw {
    padding: 40px 0 20px;
  }
}
.o_fgw h3 {
  width: 38%;
  max-width: 400px;
  margin: 0 auto 15px;
  padding-bottom: 20px;
  font-size: clamp(1.6rem, -1.815rem + 4.615vw, 2.8rem);
  font-family: "Playfair Display", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #be9461;
}
@media (max-width: 768px) {
  .o_fgw h3 {
    width: 70%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.o_fgw h4 {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .o_fgw h4 {
    margin-bottom: 30px;
  }
}
.o_fgw_text {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .o_fgw_text {
    width: 70%;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 auto 40px;
  }
}
.o_fgw_content {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .o_fgw_content {
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .o_fgw_content > div {
    margin-bottom: 40px;
  }
}
.o_fgw_content .img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .o_fgw_content .img {
    width: 55%;
    margin: 0 auto 25px;
  }
}
.o_fgw_content h5 {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .o_fgw_content h5 {
    text-align: center;
    margin-bottom: 25px;
  }
}
.o_fgw_content p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.o_fgw_content p.adj {
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  .o_fgw_content p {
    width: 70%;
    margin: 0 auto;
  }
}
.o_fgw_content .img_cap {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .o_fgw_content .img_cap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

.o_mid {
  width: 70%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .o_mid {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .o_mid {
    padding: 100px 0 60px;
  }
}
.o_mid_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .o_mid_01 {
    display: block;
    margin-bottom: 50px;
  }
}
.o_mid_01_text {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2.5;
}
@media (max-width: 768px) {
  .o_mid_01_text {
    line-height: 2;
  }
}
.o_mid_01_images {
  width: 52%;
}
@media (max-width: 768px) {
  .o_mid_01_images {
    width: 85%;
    margin: 0 0 40px auto;
  }
}
.o_mid_01_images video {
  width: 100%;
}
.o_mid_01_images .img:nth-child(1) {
  margin-bottom: 25px;
}
.o_mid_01_images .img:nth-child(2) {
  width: 60%;
  margin: 0 0 0 auto;
}
.o_mid_02 {
  display: grid;
  grid-template-columns: 4fr 5fr;
  grid-template-rows: repeat(auto-fit);
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .o_mid_02 {
    display: block;
  }
}
.o_mid_02 > div:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  aspect-ratio: 2/1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .o_mid_02 > div:nth-child(1) {
    width: 65%;
    margin-bottom: 10px;
  }
}
.o_mid_02 > div:nth-child(1) video {
  width: 100%;
}
.o_mid_02 > div:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  aspect-ratio: 2/1;
  overflow: hidden;
  margin-left: 130px;
  margin-right: -130px;
}
@media (max-width: 768px) {
  .o_mid_02 > div:nth-child(2) {
    width: 65%;
    margin: 0 auto 25px;
  }
}
.o_mid_02 > div:nth-child(2) video {
  width: 100%;
}
.o_mid_02 > div:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .o_mid_02 > div:nth-child(3) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
.o_mid_02 > div:nth-child(3) p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2.5;
}
@media (max-width: 768px) {
  .o_mid_02 > div:nth-child(3) p {
    line-height: 2;
  }
}
.o_mid_02 > div:nth-child(3) p span {
  display: none;
}
@media (max-width: 768px) {
  .o_mid_02 > div:nth-child(3) p span {
    display: inline;
  }
}

.o_hama {
  padding: 75px 0 120px;
  background-color: #f1f0f8;
}
@media (max-width: 768px) {
  .o_hama {
    padding: 40px 0 20px;
  }
}
.o_hama h3 {
  width: 38%;
  max-width: 400px;
  margin: 0 auto 15px;
  padding-bottom: 20px;
  font-size: clamp(1.6rem, -1.815rem + 4.615vw, 2.8rem);
  font-family: "Playfair Display", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #be9461;
}
@media (max-width: 768px) {
  .o_hama h3 {
    width: 70%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.o_hama h4 {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .o_hama h4 {
    margin-bottom: 30px;
  }
}
.o_hama_text {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .o_hama_text {
    width: 70%;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 auto 40px;
  }
}
.o_hama_content {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .o_hama_content {
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .o_hama_content > div {
    margin-bottom: 40px;
  }
}
.o_hama_content .img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .o_hama_content .img {
    width: 55%;
    margin: 0 auto 20px;
  }
}
.o_hama_content h5 {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  margin-bottom: 30px;
}
.o_hama_content h5 span {
  font-size: clamp(1.1rem, 0.815rem + 0.385vw, 1.2rem);
}
.o_hama_content h5 .sp {
  display: none;
}
@media (max-width: 1280px) {
  .o_hama_content h5 .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .o_hama_content h5 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.o_hama_content p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.o_hama_content p.adj {
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  .o_hama_content p {
    width: 70%;
    margin: 0 auto;
  }
}
.o_hama_content .img_cap {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .o_hama_content .img_cap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

.o_map {
  margin-bottom: 70px;
}

.o_nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .o_nav {
    width: 90%;
    display: block;
  }
}
.o_nav_one {
  width: 400px;
  height: 168px;
}
@media (max-width: 1280px) {
  .o_nav_one {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .o_nav_one {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
  }
}
.o_nav_one a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (hover: hover) {
  .o_nav_one a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .o_nav_one a:hover .o_nav_one_text_in_vm::after {
    right: -15px;
  }
}
.o_nav_one_text {
  width: 200px;
  background-color: #566757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.o_nav_one_text_in {
  width: 182px;
  height: 130px;
  border: 1px solid #be9461;
  border-right: none;
  padding-top: 45px;
}
@media (max-width: 1280px) {
  .o_nav_one_text_in {
    width: 157px;
  }
}
@media (max-width: 768px) {
  .o_nav_one_text_in {
    width: 90%;
    max-width: 182px;
  }
}
.o_nav_one_text_in_en {
  color: #be9461;
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  margin-left: 35px;
  margin-bottom: 8px;
  border-bottom: 1px solid #be9461;
}
.o_nav_one_text_in_ja {
  color: #e8e2d7;
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
  text-align: center;
  margin-bottom: 25px;
}
.o_nav_one_text_in_vm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #e8e2d7;
  font-size: clamp(0.9rem, 0.331rem + 0.769vw, 1.1rem);
  position: relative;
}
.o_nav_one_text_in_vm:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #e8e2d7;
  border-right: 1px solid #e8e2d7;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: 3px;
  right: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o_nav_one_img {
  width: 200px;
  background-image: url(../images/oneday/o_link_01.webp);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o_nav_one_img.img2 {
  background-image: url(../images/oneday/o_link_02.webp);
}
.o_nav_one_img_in {
  width: 182px;
  height: 130px;
  border: 1px solid #be9461;
  border-left: none;
}
@media (max-width: 1280px) {
  .o_nav_one_img_in {
    width: 157px;
  }
}
@media (max-width: 768px) {
  .o_nav_one_img_in {
    width: 90%;
    max-width: 182px;
  }
}

.f_cap_oneday {
  display: block !important;
}/*# sourceMappingURL=oneday.css.map */