@charset "UTF-8";
/*
Theme Name: rdeel_lp_theme
Description: R:DeeL様LPテーマ
*/
/*============== Fonts ==============*/
/*============== Color ==============*/
/*============== ブレイクポイント ==============*/
/* =============================================
Fonts
============================================= */
/* =============================================
Border
============================================= */
/* =============================================
Position
============================================= */
/* =============================================
Background Image
============================================= */
/* =============================================
擬似要素
============================================= */
html {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 560px) {
  html {
    font-size: 16px;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
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, input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 960px) {
  body {
    overflow: hidden;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
  }
}
ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  color: #000;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* iphoneデフォルトのボタンcssを無効にする */
*:not(input[type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
}

input[type=submit] {
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  font: "Shippori Mincho", serif;
  color: #000;
  background: none;
  font-size: 16px;
}

img {
  vertical-align: middle;
  width: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

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

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

/* =============================================
ボタン
============================================= */
.el_btn {
  width: 100%;
  padding: 20px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .el_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .el_btn {
    padding: 10px;
  }
}
.el_btn_subTtl {
  font-size: 15px;
}
.el_btn_ttl {
  font-size: 26px;
}
.el_btn.line {
  background: linear-gradient(to left, #C6A038 0%, #F2DF71 50%, #C6A038 100%);
}
.el_btn.tel {
  background-color: #fff;
}
.el_btn.tel .small {
  font-size: 21px;
}
.el_btn__center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* =============================================
CTA
============================================= */
.bl_cta_main {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .bl_cta_main {
    flex-direction: column;
  }
}
.bl_cta_item {
  padding: 20px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #A79256;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 960px) {
  .bl_cta_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .bl_cta_item {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .bl_cta_item {
    padding: 30px;
  }
}
.bl_cta_tel {
  gap: 20px;
}
.bl_cta_tel_ttl {
  font-size: 32px;
  letter-spacing: 2px;
}
@media screen and (max-width: 560px) {
  .bl_cta_tel_ttl {
    font-size: 20px;
  }
}
.bl_cta_tel_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  gap: 5px;
}
@media screen and (max-width: 960px) {
  .bl_cta_tel_link {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .bl_cta_tel_link {
    flex-direction: row;
  }
}
.bl_cta_tel_link img {
  width: 40px;
}
.bl_cta_tel_link p {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 5px;
}
@media screen and (max-width: 560px) {
  .bl_cta_tel_link p {
    font-size: 28px;
  }
}
.bl_cta_line {
  gap: 40px;
}
@media screen and (max-width: 560px) {
  .bl_cta_line {
    gap: 20px;
  }
}
.bl_cta_line_ttl {
  font-size: 24px;
}
@media screen and (max-width: 560px) {
  .bl_cta_line_ttl {
    font-size: 14px;
  }
}
.bl_cta_line_btn {
  padding: 20px 50px;
  color: #fff;
  display: inline-block;
  background-color: #06C755;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 50px;
}
@media screen and (max-width: 560px) {
  .bl_cta_line_btn {
    width: 90%;
    font-size: 16px;
  }
}
.bl_cta_caption {
  line-height: 1.4;
}

/* =============================================
ヘッダー
============================================= */
.ly_header {
  width: 100%;
  padding: 5px 10px;
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ly_header h1 {
  width: 21%;
}
.ly_header_cta {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 9px;
}
.ly_header_cta .tel {
  width: 54%;
}
.ly_header_cta .line {
  width: 41%;
}

/* =============================================
固定メニュー
============================================= */
.ly_fixedMenu {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 560px) {
  .ly_fixedMenu {
    display: block;
  }
}
.ly_fixedMenu li {
  width: 50%;
}
.ly_fixedMenu_cont {
  display: flex;
}
.ly_fixedMenu_cont .el_btn {
  max-width: inherit;
}

/* =============================================
フッター
============================================= */
.ly_footer .copyright {
  padding: 20px;
  color: #8F752E;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .ly_footer .copyright {
    font-size: 12px;
  }
}

/* =============================================
Wrapper
============================================= */
#wrapper {
  margin: 0 auto;
  max-width: 750px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 54px 0px;
  overflow-x: hidden;
  background: rgb(255, 255, 255);
}

/* =============================================
Section
============================================= */
/* =============================================
下層ページの共通レイアウト
============================================= */
.ly_lower_ttl {
  padding: 180px 0 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .ly_lower_ttl {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .ly_lower_ttl {
    padding: 110px 5% 50px;
    gap: 30px;
  }
}
.ly_lower_ttl.nikken {
  padding-top: 255px;
}
@media screen and (max-width: 960px) {
  .ly_lower_ttl.nikken {
    padding-top: 182px;
  }
}
.ly_lower_ttl h1 {
  font-size: 40px;
}
@media screen and (max-width: 960px) {
  .ly_lower_ttl h1 {
    font-size: 22px;
  }
}
.ly_lower_img {
  aspect-ratio: 3.7/1;
  background: center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .ly_lower_img {
    aspect-ratio: 2.15/1;
  }
}
/* =============================================
背景画像
============================================= */
.back1 {
  background: center center no-repeat;
  background-size: cover;
  background-image: url("/bridal-lp/wp-content/themes/rdeel_lp_theme/assets/img/back1.png");
  background-repeat: repeat;
}

/* =============================================
ボタンアニメーション
============================================= */
.shiny {
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
.shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 330ms;
  animation: shinyshiny 4s ease-in-out infinite;
}

/* =============================================
下部固定メニュー
============================================= */
.fixedMenu {
  width: 100%;
  max-width: 750px;
  aspect-ratio: 3.38/1;
  background: center center no-repeat;
  background-size: cover;
  background-image: url("/bridal-lp/wp-content/themes/rdeel_lp_theme/assets/img/cta_footer.png");
  background-size: contain;
  position: fixed;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  z-index: 10;
  transition: all 0.3s;
}
.fixedMenu.active {
  pointer-events: all;
  opacity: 1;
  animation: slideIn 0.3s linear both;
}
.fixedMenu.dis-active {
  animation: slideOut 0.3s linear both;
}
.fixedMenu_cont {
  width: 84.7%;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}
.fixedMenu .line {
  width: 54.6%;
}
.fixedMenu .tel {
  width: 42.3%;
}

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideOut {
  0% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
/* =============================================
FV下の内観スライド
============================================= */
.un_mvslide li {
  overflow: hidden;
  aspect-ratio: 1.41/1;
}
.un_mvslide img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================
レビュー
============================================= */
.un_review {
  padding: 26px 10% 30px 10%;
}
.un_review_slide {
  margin-top: 20px;
}
.un_review .prev-arrow,
.un_review .next-arrow {
  display: block;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  z-index: 2;
}
.un_review .prev-arrow {
  right: auto;
  left: -35px;
}
.un_review .prev-arrow::before,
.un_review .next-arrow::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  margin: auto;
  background: center center no-repeat;
  background-size: cover;
  background-image: url("/bridal-lp/wp-content/themes/rdeel_lp_theme/assets/img/review_arrow.svg");
}
.un_review .next-arrow::before {
  transform: rotate(180deg);
}

/* =============================================
section
============================================= */
.sec7 {
  padding: 30px 10%;
  background: center center no-repeat;
  background-size: cover;
  background-image: url("/bridal-lp/wp-content/themes/rdeel_lp_theme/assets/img/section_7.png");
  aspect-ratio: 0.674/1;
}
.sec7_inner {
  margin-top: 20px;
}
.sec7_inner iframe {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sec9 {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec9_ttl {
  margin-bottom: 30px;
}
.sec9 .flow1 {
  padding-top: 85%;
  aspect-ratio: 0.83/1;
  background: center center no-repeat;
  background-size: cover;
  background-image: url("/bridal-lp/wp-content/themes/rdeel_lp_theme/assets/img/flow/flow_1.png");
  background-size: contain;
}
.sec9 .flow1_cta {
  width: 87%;
  margin: 0 auto 10px;
}
.sec9_2shots {
  display: none;
}

.sec11 {
  padding-top: 86%;
  aspect-ratio: 0.642/1;
  background: center center no-repeat;
  background-size: cover;
  background-image: url("/bridal-lp/wp-content/themes/rdeel_lp_theme/assets/img/section_11.png");
  background-size: contain;
}
.sec11_map {
  width: 82%;
  aspect-ratio: 1.45/1;
  margin: 0 auto;
}

/* =============================================
CTA
============================================= */
.cta {
  padding: 30px 15px 0;
}
.cta a {
  display: block;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */