@charset "UTF-8";
@font-face {
  font-family: "vivaldi";
  font-display: none;
  src: url("../font/VIVALDII.woff") format("woff"), url("../font/VIVALDII.woff2") format("woff2");
}

@font-face {
  font-family: "source";
  font-display: none;
  src: url("../font/SourceHanCodeJP.woff") format("woff");
}

@font-face {
  font-family: "antro";
  font-display: none;
  src: url("../font/Antro_Vectra.woff") format("woff"), url("../font/Antro_Vectra.woff2") format("woff");
}

/*===============================================
# font-size
=================================================*/
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

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

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  -webkit-appearance: none;
}

iframe {
  border: none;
}

/*===============================================
# common
=================================================*/
html {
  scroll-behavior: initial !important;
  font-size: 16px;
  background-color: #F5F5F5;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #787777;
  font-family: 'Noto Sans JP', serif;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #787777;
}

@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }
}

* {
  padding: 0;
  margin: 0;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a {
  color: #787777;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header-mt {
    margin-top: 55px;
  }
}

/* color
================================*/
.main-color {
  color: #0679AC;
}

/* font
================================*/
.vivaldi {
  font-family: "vivaldi" , 'Noto Sans JP', serif;
}

.source {
  font-family: "source-han-sans-japanese", sans-serif;
}

.futura {
  font-family: "futura-pt", sans-serif;
}

/*===============================================
# header
=================================================*/
.header {
  position: fixed;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 7px 0;
  padding-left: 60px;
  padding-right: 50px;
  z-index: 30;
}

@media screen and (max-width: 767px) {
  .header {
    height: 85px;
    padding: 5px 15px;
  }
}

.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_logo {
  width: 125px;
}

@media screen and (max-width: 767px) {
  .header_logo {
    width: 100px;
  }
}

.header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .header_menu {
    padding: 50px 0;
  }
}

.header_menu_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .header_menu_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header_btn {
  font-size: 17px;
  font-size: 1.0625rem;
}

.header_btn + .header_btn {
  margin-left: 35px;
}

@media screen and (max-width: 1279px) {
  .header_btn + .header_btn {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .header_btn + .header_btn {
    margin: auto;
    margin-top: 20px;
  }
}

.header_btn a {
  color: #787777;
}

.header_contact_btn {
  margin-left: 35px;
  padding: 8px 19px;
  background-color: #DFC3C3;
}

@media screen and (max-width: 1300px) {
  .header_contact_btn {
    margin: auto;
    margin-top: 20px;
  }
}

.header_contact_btn a {
  color: #FFFFFF;
}

@media screen and (max-width: 1300px) {
  .drawer-hamburger,
  .drawer-hamburger:hover {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 25px;
  }
}

@media screen and (max-width: 1300px) and (max-width: 560px) {
  .drawer-hamburger,
  .drawer-hamburger:hover {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .drawer-hamburger-icon {
    background-color: #DFC3C3;
    width: 30px;
    height: 3px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background-color: #DFC3C3;
    width: 30px;
    height: 3px;
  }
  .drawer-hamburger-icon::after {
    top: 8px;
  }
  .drawer-hamburger-icon::before {
    top: -8px;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    position: absolute;
    z-index: 50;
  }
  .drawer-open .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon:before {
    position: absolute;
    background: #DFC3C3;
  }
  .drawer-nav {
    z-index: 30;
  }
}

/*===============================================
# mv
=================================================*/
.mv {
  margin-top: 110px;
  padding: 0 60px;
  padding-top: 25px;
  padding-bottom: 35px;
}

@media screen and (max-width: 1450px) {
  .mv {
    padding: 0 15px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    margin-top: 85px;
  }
}

.mv_inner {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .mv_inner {
    margin: 0 auto;
    padding: 0px;
  }
}

.mv_maika {
  position: absolute;
  width: 100%;
  bottom: 75px;
  left: 0;
  z-index: 8;
}

@media screen and (max-width: 1279px) {
  .mv_maika {
    bottom: 50px;
  }
}

.mv_body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 39%;
      grid-template-columns: auto 39%;
  padding-right: 100px;
  padding-bottom: 35px;
}

@media screen and (max-width: 1450px) {
  .mv_body {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mv_body {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    padding: 40px 0;
  }
}

.mv_contents {
  padding-left: 18%;
  position: relative;
  z-index: 8;
  padding-top: 18%;
}

@media screen and (max-width: 1279px) {
  .mv_contents {
    padding-left: 5%;
    padding-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .mv_contents {
    padding-left: 0;
    padding: 20px 0;
  }
}

.mv_flower01 {
  position: absolute;
  width: 26.8%;
  top: 47px;
  right: 8px;
  z-index: 7;
}

@media screen and (max-width: 767px) {
  .mv_flower01 {
    width: 40%;
    right: -15px;
    top: -50px;
  }
}

.mv_flower02 {
  position: absolute;
  width: 27.5%;
  bottom: 70px;
  left: 75px;
  z-index: 7;
}

@media screen and (max-width: 1279px) {
  .mv_flower02 {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mv_flower02 {
    bottom: 0;
    left: -30px;
  }
}

.mv_contents_bottom_bg {
  position: absolute;
  z-index: 6;
}

.mv_contact {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 430px;
  z-index: 10;
}

@media screen and (max-width: 1279px) {
  .mv_contact {
    width: 330px;
  }
}

.mv_contents_intro {
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 767px) {
  .mv_contents_intro {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mv_contents_main {
  margin-top: 50px;
  text-align: center;
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 767px) {
  .mv_contents_main {
    margin-top: 20px;
  }
}

.mv_contents_main p {
  font-size: 1.4vw;
  font-weight: 300;
  color: #A59F9F;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .mv_contents_main p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mv_contents_main p span {
  border: 1px solid #707070;
  padding: 7px 10px;
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
}

.mv_contents_main h1 {
  font-size: 7vw;
  color: #A59F9F;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .mv_contents_main h1 {
    font-size: 70px;
    font-size: 4.375rem;
    margin-top: 20px;
  }
}

.mv_contents_main h2 {
  letter-spacing: 1.1em;
  color: #A59F9F;
  font-size: 2vw;
}

@media screen and (max-width: 767px) {
  .mv_contents_main h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.mv_contents_bottom {
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 33px;
}

@media screen and (max-width: 767px) {
  .mv_contents_bottom {
    padding: 20px 10px;
  }
}

.mv_contents_bottom p {
  font-size: 0.9vw;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .mv_contents_bottom p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mv_contents_bottom_bg {
  position: absolute;
  z-index: 6;
  background-color: #fff;
  margin: auto;
  right: 10%;
  width: 60%;
  height: 75px;
  top: 30.5vw;
}

@media screen and (max-width: 1450px) {
  .mv_contents_bottom_bg {
    top: 32vw;
  }
}

@media screen and (max-width: 1279px) {
  .mv_contents_bottom_bg {
    right: 18%;
    height: 65px;
    top: 33vw;
    top: 28.5vw;
  }
}

@media screen and (max-width: 1023px) {
  .mv_contents_bottom_bg {
    height: 45px;
    top: 30.5vw;
  }
}

@media screen and (max-width: 767px) {
  .mv_contents_bottom_bg {
    top: initial;
    width: 100%;
    right: 0;
    bottom: 28px;
    height: 20%;
  }
}

@media screen and (max-width: 560px) {
  .mv_contents_bottom_bg {
    height: 30%;
  }
}

/*===============================================
# videos
=================================================*/
.video_item_contents {
  width: 356px;
  height: 636px;
}

.video_item_contents video {
  aspect-ratio: 356/636;
  width: 100%;
  height: 100%;
}

.video_wrap {
  max-width: 845px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .video_wrap {
    width: 95%;
  }
}

@media screen and (max-width: 560px) {
  .video_wrap {
    margin: auto;
    width: 100%;
  }
}

.video_item {
  width: 356px;
}

@media screen and (max-width: 1300px) {
  .video_item {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .video_item {
    margin: auto;
    width: 356px;
  }
}

.slider1 .swiper-slide {
  width: 356px;
}

.video_item_title {
  margin-top: 8px;
  padding: 7px 0;
  background-color: #fff;
  text-align: center;
  width: 356px;
}

.video_item_title h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 24px;
  width: 42px;
  background: none;
}

.swiper-button-prev {
  left: 75px;
}

@media screen and (max-width: 1279px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next {
  right: 75px;
}

@media screen and (max-width: 1279px) {
  .swiper-button-next {
    right: 0;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 24px;
  width: 42px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/arrow-l.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/arrow-r.png);
}

/*===============================================
# point
=================================================*/
.point {
  margin-top: 60px;
  padding-top: 170px;
  padding-bottom: 90px;
  position: relative;
}

.point::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 160px;
  background: #DFC3C3;
}

@media screen and (max-width: 767px) {
  .point::before {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .point {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.point_title {
  text-align: center;
}

.point_title h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .point_title h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.point_title h2 span {
  font-size: 58px;
  font-size: 3.625rem;
}

@media screen and (max-width: 767px) {
  .point_title h2 span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.point_wrap {
  max-width: 960px;
  margin: auto;
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}

@media screen and (max-width: 1023px) {
  .point_wrap {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .point_wrap {
    margin-top: 30px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.point_item {
  text-align: center;
}

.point_item img {
  max-width: 140px;
  margin: auto;
}

.point_item p {
  margin-top: 25px;
}

/*===============================================
# qa
=================================================*/
.qa_top {
  margin: auto;
  max-width: 625px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}

@media screen and (max-width: 767px) {
  .qa_top {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .qa_top_img {
    margin: auto;
    width: 80%;
  }
}

.qa_top_contents h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .qa_top_contents h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.qa_card {
  max-width: 1700px;
  margin: auto;
  margin-top: 60px;
  padding: 0 15px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .qa_card {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}

.qa_card_item {
  position: relative;
  padding: 22px 17px 45px 17px;
  background-color: #DFC3C3;
  height: 245px;
  font-weight: bold;
  overflow: initial;
}

@media screen and (max-width: 767px) {
  .qa_card_item {
    height: 200px;
    padding: 22px 12px 20px 12px;
  }
}

.qa_card_item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 26px solid #dfc3c3;
  border-bottom: 0;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.qa_card_item h3 {
  margin: 0 10px;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
}

.qa_card_item p {
  color: #272727;
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .qa_card_item p {
    margin-top: 20px;
  }
}

.swiper-pagination {
  left: 45%;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    left: 40%;
  }
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #DFC3C3;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
}

.swiper-pagination-bullet-active {
  background-color: transparent;
  border: #CCCCCC 1px solid;
}

/*===============================================
# about
=================================================*/
.about {
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.about_body {
  padding-bottom: 275px;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .about_body {
    padding: 0 50px;
    padding-bottom: 245px;
  }
}

@media screen and (max-width: 1279px) {
  .about_body {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .about_body {
    padding: 0 20px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .about_body {
    padding: 0;
    padding-bottom: 40px;
  }
}

.about_text {
  position: absolute;
  bottom: 220px;
  left: -40px;
  width: 35%;
}

@media screen and (max-width: 1450px) {
  .about_text {
    left: -10px;
    bottom: 180px;
  }
}

@media screen and (max-width: 1279px) {
  .about_text {
    bottom: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .about_text {
    bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about_text {
    width: 80%;
    bottom: 0;
  }
}

.about_flower {
  position: absolute;
  bottom: 0;
  right: -200px;
  width: 34%;
}

@media screen and (max-width: 1450px) {
  .about_flower {
    right: -150px;
  }
}

@media screen and (max-width: 1023px) {
  .about_flower {
    right: -70px;
  }
}

@media screen and (max-width: 767px) {
  .about_flower {
    bottom: initial;
    width: 40%;
    top: 400px;
    right: -20px;
    max-width: 242px;
  }
}

@media screen and (max-width: 560px) {
  .about_flower {
    bottom: initial;
    width: 40%;
    top: 444px;
    right: -20px;
    max-width: 242px;
  }
}

.about_wrap {
  background-color: #fff;
  padding: 40px 30px 30px 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 250px;
      grid-template-columns: auto 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1450px) {
  .about_wrap {
    padding: 40px 15px 30px 50px;
  }
}

@media screen and (max-width: 1279px) {
  .about_wrap {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about_wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 15px;
  }
}

@media screen and (max-width: 767px) {
  .about_contents {
    display: contents;
  }
}

.about_contents h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about_contents h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .about_contents h2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
}

.about_contents p {
  margin-top: 40px;
  line-height: 2.5;
}

@media screen and (max-width: 1279px) {
  .about_contents p {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .about_contents p {
    margin-top: 40px;
  }
}

.about_contents p span {
  background-color: #FFFF00;
}

@media screen and (max-width: 767px) {
  .about_img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    max-width: 400px;
  }
}

/*===============================================
# concierge
=================================================*/
.concierge {
  padding-top: 20px;
}

.concierge_body {
  position: relative;
}

@media screen and (max-width: 767px) {
  .concierge_body {
    padding-bottom: 50px;
  }
}

.concierge_body::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #000000;
  left: 50%;
  top: 17px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .concierge_body::after {
    left: 20px;
    width: 70%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.concierge_body::before {
  position: absolute;
  content: "";
  height: 81%;
  width: 1px;
  background-color: #000000;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 1279px) {
  .concierge_body::before {
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .concierge_body::before {
    left: 0;
    height: 90%;
    top: initial;
    bottom: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.concierge_body_inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% auto;
      grid-template-columns: 30% auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

@media screen and (max-width: 1279px) {
  .concierge_body_inner {
    padding: 40px 25px;
    gap: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .concierge_body_inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.concierge_body_inner::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #000000;
  right: 50%;
  bottom: 17px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (max-width: 767px) {
  .concierge_body_inner::after {
    right: 20px;
    width: 70%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.concierge_body_inner::before {
  position: absolute;
  content: "";
  height: 81%;
  width: 1px;
  background-color: #000000;
  right: 22px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 767px) {
  .concierge_body_inner::before {
    right: 0;
    height: 90%;
    top: 20px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 1023px) {
  .concierge_img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .concierge_img {
    width: 75%;
  }
}

@media screen and (max-width: 1023px) {
  .concierge_contents {
    display: contents;
  }
}

.concierge_text {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 61%;
}

@media screen and (max-width: 767px) {
  .concierge_text {
    width: 85%;
    bottom: 40px;
  }
}

.concierge_contents_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  color: #A59F9F;
}

@media screen and (max-width: 1023px) {
  .concierge_contents_title {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .concierge_contents_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.concierge_contents_title h3 {
  font-size: 33px;
  font-size: 2.0625rem;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 767px) {
  .concierge_contents_title h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.concierge_contents_title h3 span {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
  .concierge_contents_title h3 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.concierge_contents_title p {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.15em;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .concierge_contents_title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.concierge_contents_text {
  margin-top: 25px;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .concierge_contents_text {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .concierge_contents_text {
    padding: 0 10px;
  }
}

/* instagram
================================*/
.instagram {
  padding-top: 35px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .instagram {
    padding-bottom: 70px;
  }
}

.instagram_title {
  text-align: center;
  margin-bottom: 50px;
}

.instagram_title h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .instagram_title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.instagram_title h2::after {
  position: absolute;
  content: "";
  background: url(../img/insta.png) center center/contain no-repeat;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 767px) {
  .instagram_title h2::after {
    left: -50px;
    width: 40px;
    height: 40px;
  }
}

.instagram_btn {
  margin: auto;
  margin-top: 50px;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .instagram_btn {
    width: 200px;
  }
}

/*===============================================
# presents
=================================================*/
.presents {
  padding-top: 70px;
  padding-bottom: 270px;
}

@media screen and (max-width: 767px) {
  .presents {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.presents_title {
  text-align: center;
}

.presents_title h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}

.presents_title h2::after {
  position: absolute;
  content: "";
  background: url(../img/present_title01.png) center center/contain no-repeat;
  width: 40px;
  height: 37px;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.presents_title h2::before {
  position: absolute;
  content: "";
  background: url(../img/present_title02.png) center center/contain no-repeat;
  width: 43px;
  height: 55px;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.presents_body {
  margin-top: 50px;
  position: relative;
  background-color: #fff;
  padding: 26px 32px;
}

.presents_flower {
  position: absolute;
  width: 36%;
  max-width: 450px;
  top: -150px;
  left: -110px;
}

@media screen and (max-width: 1279px) {
  .presents_flower {
    width: 30%;
    left: -30px;
    top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .presents_flower {
    width: 40%;
    top: -90px;
  }
}

.presents_body_top {
  text-align: center;
}

.presents_body_top p {
  display: inline-block;
  background-color: #D59191;
  color: #FFFFFF;
  width: 325px;
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .presents_body_top p {
    width: 290px;
  }
}

.presents_body_top h3 {
  display: inline-block;
  margin-top: 20px;
  font-size: 54px;
  font-size: 3.375rem;
  color: #D59191;
  position: relative;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .presents_body_top h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.presents_body_top h3::after {
  position: absolute;
  content: "プレゼント！";
  right: -150px;
  bottom: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (max-width: 767px) {
  .presents_body_top h3::after {
    font-size: 16px;
    font-size: 1rem;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.presents_inner {
  margin-top: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 59% auto;
      grid-template-columns: 59% auto;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .presents_inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 45px;
  }
}

/*===============================================
# day
=================================================*/
.day {
  padding-top: 80px;
  padding-bottom: 140px;
  background: url(../img/day_bg.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .day {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.day_title {
  max-width: 1035px;
  width: 80%;
}

.day_top {
  margin-top: 45px;
  position: relative;
  background-color: #fff;
  background: -webkit-linear-gradient(355deg, #fff 93%, transparent 93%);
  background: linear-gradient(95deg, #fff 93%, transparent 93%);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .day_top {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: #fff;
  }
}

.day_top h3 {
  display: inline-block;
  color: #D59191;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  padding: 0 113px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .day_top h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .day_top h3 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 60px;
  }
}

.day_top h3::after, .day_top h3::before {
  position: absolute;
  content: "";
  background-color: #D59191;
  width: 85px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .day_top h3::after, .day_top h3::before {
    width: 50px;
    height: 2px;
  }
}

.day_top h3::after {
  right: 0;
}

.day_top h3::before {
  left: 0;
}

.day_top p {
  margin-top: 20px;
  font-size: 31px;
  font-size: 1.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 1279px) {
  .day_top p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .day_top p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.day_top p span {
  font-size: 62px;
  font-size: 3.875rem;
  font-weight: bold;
  color: #D59191;
}

@media screen and (max-width: 1279px) {
  .day_top p span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .day_top p span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.day_top_img {
  position: absolute;
  width: 365px;
  left: -50px;
  bottom: -50px;
}

@media screen and (max-width: 1450px) {
  .day_top_img {
    width: 300px;
  }
}

@media screen and (max-width: 1279px) {
  .day_top_img {
    width: 250px;
    left: -5px;
    bottom: -100px;
  }
}

@media screen and (max-width: 767px) {
  .day_top_img {
    bottom: -70px;
  }
}

.day_top_date {
  position: absolute;
  width: 277px;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1450px) {
  .day_top_date {
    width: 240px;
  }
}

@media screen and (max-width: 1279px) {
  .day_top_date {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .day_top_date {
    top: 0px;
    right: -10px;
    width: 120px;
  }
}

.day_wrap {
  margin-top: 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1279px) {
  .day_wrap {
    margin-top: 115px;
  }
}

@media screen and (max-width: 767px) {
  .day_wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.day_item {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 10px 20px 23px;
  position: relative;
}

.day_item dl {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .day_item dl {
    margin-top: 25px;
  }
}

.day_item_mask {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.day_item_mask p {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
}

.day_item_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .day_item_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.day_item_top h4 {
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 100;
  color: #D59191;
}

@media screen and (max-width: 767px) {
  .day_item_top h4 {
    line-height: 1.2;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.day_item_top h4 span {
  padding-left: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}

.day_item_top p {
  padding-right: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}

.day_item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.day_item_list dt {
  color: #D59191;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.day_item_list dt span {
  color: #787777;
}

.day_item_list dd {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.day_item_btn {
  margin-top: 40px;
  width: 220px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .day_item_btn {
    margin-top: 30px;
    width: 180px;
  }
}

/*===============================================
# form
=================================================*/
.body .l-form {
  background: none;
}

.l-form .container {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-form .container {
    margin: 0 15px;
    padding: 0;
  }
}

.l-form .container h2 {
  text-align: center;
  padding: 34px 0;
  color: #fff;
  background-color: #9B8A5B;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-form .container h2 {
    font-size: 32px;
    font-size: 2rem;
    padding: 18px 0;
  }
}

.l-form__content {
  padding-top: 30px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .l-form__content {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form_attend {
  text-align: center;
  margin-bottom: 70px;
}

.form_attend span {
  color: #FF0606;
}
/*# sourceMappingURL=style.css.map */