/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../scss/styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
a {
  text-decoration: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-ms-clear {
  visibility: hidden;
}

body {
  padding-top: 100px;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.yu-min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  color: #000;
}

a:hover {
  opacity: 0.7;
}

.t-color_b {
  color: #ac853e;
}

.fwb {
  font-weight: bold;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 750px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 751px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    padding-top: 120px;
    font-size: 26px;
  }
}
.w750 {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb220 {
  margin-bottom: 220px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  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;
  padding: 0 40px;
  background: #fff;
}
header .header__logo-wrap {
  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;
}
header .header__logo-wrap a {
  width: 220px;
  margin-right: 20px;
}
header .header__logo-wrap a:last-child {
  width: 170px;
}
header .header__humberger {
  position: relative;
  width: 40px;
  height: 30px;
}
header .header__humberger span {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ac853e;
}
header .header__humberger span:nth-of-type(1) {
  top: 0;
}
header .header__humberger span:nth-of-type(2) {
  top: 13px;
}
header .header__humberger span:nth-of-type(3) {
  bottom: 0;
}

.header-menu {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #fce2e1;
  overflow: auto;
  display: none;
}
.header-menu .menu-head {
  padding: 10px 0 30px;
  background-color: black;
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 100;
}
.header-menu .menu-head .small {
  font-size: 32px;
}
.header-menu .header-menu__close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 45px;
}
.header-menu .menu-list-wrap {
  width: 750px;
  margin: auto;
  padding: 160px 0;
}
.header-menu .menu-list-wrap ul li a {
  position: relative;
  color: #333;
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ac853e;
  text-align: center;
  font-size: 28px;
}
.header-menu .menu-list-wrap ul li a::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/common/arrow.svg") center center no-repeat;
  width: 20px;
  height: 20px;
}

@media (max-width: 751px) {
  header {
    height: 120px;
  }
  header .header__logo-wrap a {
    width: 250px;
    margin-right: 30px;
  }
  header .header__logo-wrap a:last-child {
    width: 200px;
  }
  header .header__humberger {
    position: relative;
    width: 50px;
    height: 40px;
  }
  header .header__humberger span {
    width: 50px;
    height: 4px;
    background-color: #ac853e;
  }
  header .header__humberger span:nth-of-type(1) {
    top: 0;
  }
  header .header__humberger span:nth-of-type(2) {
    top: 18px;
  }
  header .header__humberger span:nth-of-type(3) {
    bottom: 0;
  }
  header .menu-list-wrap {
    width: 750px;
    margin: auto;
    padding: 160px 0;
  }
  header .menu-list-wrap ul li a {
    font-size: 32px;
  }
}
footer {
  position: relative;
  padding: 60px 0 40px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
footer .footer__menu-wrap {
  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;
  margin-bottom: 30px;
}
footer .footer__menu-wrap .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .footer__menu-wrap .link ul {
  padding: 20px 50px 20px 0;
}
footer .footer__menu-wrap .link ul li {
  margin-bottom: 15px;
}
footer .footer__menu-wrap .contact {
  padding: 20px 0 20px 50px;
  text-align: center;
  border-left: 1px solid #999;
}
footer .footer__menu-wrap .contact p {
  margin-bottom: 20px;
  line-height: 1.5;
}
footer .footer__logo-wrap {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
footer .footer__logo-wrap a {
  width: 220px;
  margin-right: 20px;
}
footer .footer__logo-wrap a:last-child {
  width: 170px;
}
footer p.copy {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
footer #js-page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 98;
  cursor: pointer;
}

@media (max-width: 751px) {
  footer {
    padding: 60px 0;
  }
  footer .footer__menu-wrap {
    display: block;
    margin-bottom: 30px;
  }
  footer .footer__menu-wrap .link {
    display: block;
    padding: 30px 20px;
  }
  footer .footer__menu-wrap .link ul {
    padding: 0;
  }
  footer .footer__menu-wrap .link ul li {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footer__menu-wrap .link ul li a {
    font-size: 30px;
  }
  footer .footer__menu-wrap .contact {
    padding: 40px 20px;
    border-left: none;
    border-top: 1px solid #999;
  }
  footer .footer__menu-wrap .contact p {
    margin-bottom: 20px;
    font-size: 30px;
  }
  footer .footer__logo-wrap {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  footer .footer__logo-wrap a {
    width: 270px;
    margin-right: 40px;
  }
  footer .footer__logo-wrap a:last-child {
    width: 210px;
    margin-right: 0;
  }
  footer .copy {
    font-size: 14px;
  }
}
.page-title01 {
  margin-bottom: 100px;
  background-color: #fce2e1;
  padding: 40px;
  text-align: center;
}
.page-title01 img {
  margin: 0 auto;
}

.page-title02 {
  margin-bottom: 60px;
  padding: 0 40px;
  text-align: center;
}
.page-title02 img {
  margin: 0 auto;
}

.section_head01 h3 {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: normal;
  color: #e9545d;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9545d;
}
.section_head01 p {
  margin-top: 20px;
}

#js-slick-slider {
  padding: 0 130px;
}
#js-slick-slider .slick-slide {
  padding: 0 20px;
}
#js-slick-slider li a {
  font-size: 17px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#js-slick-slider li a:visited, #js-slick-slider li a:active {
  text-decoration: none !important;
}
#js-slick-slider li a p {
  margin: 10px 0 0;
  line-height: 1.4;
  word-break: break-all;
}
@media (max-width: 751px) {
  #js-slick-slider li a p {
    margin: 15px 0 0;
  }
}
#js-slick-slider li a p span {
  color: #ac853e;
}
#js-slick-slider li a .letter {
  text-indent: -10px;
}
@media (max-width: 751px) {
  #js-slick-slider li a .letter {
    margin: 15px 0 -5px;
  }
}
#js-slick-slider li a .letter__en {
  letter-spacing: 1px;
}
#js-slick-slider .slick-dots {
  margin: 30px 0;
  text-align: center;
}
#js-slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
#js-slick-slider .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: #ccc0aa;
}
#js-slick-slider .slick-dots li.slick-active button {
  background-color: #ac853e;
}
#js-slick-slider .slick-dots li:only-child {
  display: none;
}
@media (max-width: 751px) {
  #js-slick-slider {
    padding: 0;
  }
}

.p_top .page-title01 {
  display: none;
}
.p_top .head {
  margin-bottom: 50px;
  text-align: center;
}
.p_top .head .sub {
  display: block;
  font-weight: normal;
  font-size: 18px;
}
.p_top .sec_mv {
  visibility: hidden;
}
.p_top .sec_mv[data-show=true] {
  visibility: visible;
}
.p_top .sec_mv img {
  width: 100%;
}
.p_top .sec_mv .mv__text {
  padding: 100px 40px 110px;
  text-align: center;
}
.p_top .sec_mv .mv__text h1 {
  margin-bottom: 50px;
  font-weight: normal;
  font-size: 34px;
}
.p_top .sec_mv .mv__text p {
  line-height: 2;
}
.p_top .sec_mv .swiper-container .swiper-slide {
  width: 100%;
}
.p_top .sec_mv .swiper-container .slick-dots {
  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;
  gap: 0 8px;
  margin-top: 16px;
}
.p_top .sec_mv .swiper-container .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #dcdcdc;
  border-radius: 50%;
  overflow: hidden;
}
.p_top .sec_mv .swiper-container .slick-dots li.slick-active {
  background-color: #ac853e;
}
.p_top .sec_mv .swiper-container .slick-dots li.slick-active:only-child {
  display: none;
}
.p_top .sec_mv .swiper-container .slick-dots li button {
  display: block;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.p_top .sec_news {
  position: relative;
  margin-top: 20px;
  padding: 120px 0 80px;
  background-color: #fce2e1;
  will-change: transform;
}
.p_top .sec_news .head {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p_top .sec_bridal-club {
  margin: 50px 0 140px;
  position: relative;
  background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/top/bg_bridal-club.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 37%;
}
.p_top .sec_bridal-club .btn {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p_top .sec_menu {
  margin-bottom: 150px;
}
.p_top .sec_menu .sec_menu__link {
  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;
}
.p_top .sec_menu .sec_menu__link img {
  width: 100%;
  display: block;
}
.p_top .sec_menu .sec_menu__link .sec_menu__link__items {
  width: 50%;
  text-align: center;
}
.p_top .sec_menu .sec_menu__link .sec_menu__link__items a {
  position: relative;
  display: block;
  width: 100%;
  height: 342px;
}
.p_top .sec_menu .sec_menu__link .sec_menu__link__items .menu01 {
  height: 684px;
  background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/top/menu01.jpg") center center no-repeat;
  background-size: cover;
}
.p_top .sec_menu .sec_menu__link .sec_menu__link__items .menu02 {
  background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/top/menu02.jpg") center center no-repeat;
  background-size: cover;
}
.p_top .sec_menu .sec_menu__link .sec_menu__link__items .menu03 {
  background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/top/menu03.jpg") center center no-repeat;
  background-size: cover;
}
.p_top .sec_menu .sec_menu__link .sec_menu__link__items .menu04 {
  background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/top/menu04.jpg") center center no-repeat;
  background-size: cover;
}
.p_top .sec_menu .sec_menu__link .sec_menu__link__items .menu05 {
  background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/top/menu05.jpg") center center no-repeat;
  background-size: cover;
}
.p_top .sec_menu .sec_menu__link .sec_menu__link__items p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  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;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.p_top .sec_menu .sec_menu__link .flex {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p_top .sec_menu .sec_menu__link .flex .item {
  width: 50%;
}
.p_top .sec_catalog {
  position: relative;
}
.p_top .sec_catalog::after {
  content: "";
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
  height: 74%;
  background-color: #fce2e1;
  z-index: -1;
}
.p_top .sec_catalog ul {
  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;
  padding: 0px 0 70px;
}
.p_top .sec_catalog ul li {
  margin: 0 15px;
}
.p_top .sec_catalog .text-wrap {
  text-align: center;
}
.p_top .sec_catalog .text-wrap .head {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: 1px solid #ac853e;
}
.p_top .sec_catalog .text-wrap p {
  font-size: 20px;
  margin-bottom: 10px;
}
.p_top .sec_bridal {
  padding: 170px 0 120px;
}
.p_top .sec_bridal .sec_catalog__flex {
  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;
}
.p_top .sec_bridal .sec_catalog__flex .img {
  margin-right: 30px;
}
.p_top .sec_bridal .sec_catalog__flex .text {
  text-align: center;
}
.p_top .sec_bridal .sec_catalog__flex .text p {
  margin-bottom: 10px;
}
.p_top .sec_bridal .sec_catalog__flex .text p:nth-of-type(2) {
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
}
.p_top .sec_bridal .sec_catalog__flex .text p:nth-of-type(3) {
  padding-top: 20px;
}
.p_top .sec_bridal .sec_catalog__flex .text p:nth-of-type(4) {
  font-size: 24px;
}
.p_top .sec__company-logo {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_top .sec__company-logo div {
  margin: 40px;
}
@media (max-width: 751px) {
  .p_top .head .sub {
    padding-top: 10px;
    font-size: 30px;
  }
  .p_top .head img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .p_top .mv__text {
    padding: 100px 20px;
  }
  .p_top .mv__text h1 {
    margin-bottom: 50px;
    font-weight: normal;
    font-size: 34px;
  }
  .p_top .mv__text p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p_top .sec_mv .mv__text h1 {
    font-size: 40px;
  }
  .p_top .sec_mv .mv__text p {
    font-size: 30px;
  }
  .p_top .sec_news {
    padding: 100px 0 80px;
  }
  .p_top .sec_news .head {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .sec_bridal-club {
    margin: 50px 0 140px;
    padding-top: 500px;
    background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/top/bg_bridal-club-sp.jpg") center center no-repeat;
  }
  .p_top .sec_bridal-club .btn {
    top: 70%;
  }
  .p_top .sec_menu {
    margin-bottom: 150px;
  }
  .p_top .sec_menu .sec_menu__link {
    display: block;
  }
  .p_top .sec_menu .sec_menu__link img {
    width: 100%;
    display: block;
  }
  .p_top .sec_menu .sec_menu__link .sec_menu__link__items {
    width: 100%;
    text-align: center;
  }
  .p_top .sec_menu .sec_menu__link .sec_menu__link__items a {
    position: relative;
    display: block;
    width: 100%;
    height: 342px;
  }
  .p_top .sec_menu .sec_menu__link .sec_menu__link__items .menu01 {
    height: 700px;
  }
  .p_top .sec_menu .sec_menu__link .sec_menu__link__items p {
    font-size: 24px;
  }
  .p_top .sec_catalog {
    position: relative;
  }
  .p_top .sec_catalog::after {
    top: 25%;
    background-color: #fce2e1;
    z-index: -1;
  }
  .p_top .sec_catalog ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0px 0;
  }
  .p_top .sec_catalog ul li {
    width: 40%;
    margin: 0 0 50px;
    text-align: center;
  }
  .p_top .sec_catalog .text-wrap {
    padding: 0 50px 60px;
  }
  .p_top .sec_catalog .text-wrap .head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 34px;
  }
  .p_top .sec_catalog .text-wrap p {
    font-size: 20px;
  }
  .p_top .sec_bridal {
    padding: 150px 0;
  }
  .p_top .sec_bridal .sec_catalog__flex {
    display: block;
  }
  .p_top .sec_bridal .sec_catalog__flex .img {
    margin-bottom: 80px;
  }
  .p_top .sec_bridal .sec_catalog__flex .img img {
    width: 100%;
  }
  .p_top .sec_bridal .sec_catalog__flex .text {
    margin-left: 0;
  }
  .p_top .sec_bridal .sec_catalog__flex .text p {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .p_top .sec_bridal .sec_catalog__flex .text p:nth-of-type(2) {
    padding-bottom: 20px;
    font-size: 36px;
    border-bottom: 1px solid #ccc;
  }
  .p_top .sec_bridal .sec_catalog__flex .text p:nth-of-type(3) {
    padding-top: 20px;
  }
  .p_top .sec_bridal .sec_catalog__flex .text p:nth-of-type(4) {
    font-size: 36px;
  }
}

.p_ring .sec_lineup .page-title02 {
  margin-bottom: 75px;
}
.p_ring .sec_lineup .floor {
  font-size: 0;
}
.p_ring .sec_lineup ul {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 50px;
  margin-bottom: 50px;
}
.p_ring .sec_lineup ul li {
  font-size: 0;
}
@media (max-width: 751px) {
  .p_ring .sec_lineup .page-title02 p {
    font-size: 32px;
  }
}
.p_ring .sec_collection {
  position: relative;
  padding-top: 100px;
  margin-bottom: 120px;
  background-color: #f8f2ee;
}
.p_ring .sec_collection h2 {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p_ring .sec_collection .flex {
  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;
}
.p_ring .sec_collection .flex .img {
  margin-right: 50px;
}
.p_ring .sec_collection .flex .img img {
  display: block;
}
.p_ring .sec_ring-detail {
  margin-bottom: 120px;
  padding: 0 50px;
}
.p_ring .sec_ring-detail .body-text {
  margin-bottom: 180px;
  text-align: left;
}
.p_ring .sec_ring-detail .body-text p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.p_ring .sec_ring-detail .btn_wrapper {
  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;
  font-size: 28px;
}
.p_ring .sec_ring-detail .btn_wrapper .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 751px) {
  .p_topics p {
    font-size: 32px;
  }
}
.p_topics .page-title02 {
  margin-bottom: 120px;
}
.p_topics .sec_item {
  padding: 0 50px 100px;
  margin-bottom: 160px;
  border-bottom: 1px solid #ccc;
}
.p_topics .sec_item h3 {
  color: #ac853e;
  margin-bottom: 70px;
}
.p_topics .sec_item p {
  margin-bottom: 70px;
  text-align: left;
}
.p_topics .sec_item .body-text p {
  line-height: 1.8;
  margin-bottom: 30px;
}

.p_dress .page-title02 {
  padding: 0 50px;
  margin-bottom: 120px;
}
.p_dress .page-title02 p {
  text-align: left;
}
@media (max-width: 751px) {
  .p_dress .page-title02 p {
    font-size: 32px;
  }
}
.p_dress .sec_01 {
  margin-bottom: 150px;
}
.p_dress .sec_01 h3 .sub {
  display: block;
  margin: 20px 0 40px;
  font-weight: normal;
}
.p_dress .sec_01 .img {
  position: relative;
  margin-bottom: 100px;
}
.p_dress .sec_01 .img .btn {
  position: absolute;
  width: 650px;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 110px;
  background-color: #fcf1f0;
  font-size: 26px;
}
.p_dress .sec_01 .img .btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("https://www.jr-takashimaya.co.jp/cn/en/bridal/img/common/arrow_grey.svg") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
}
.p_dress .sec_01 .img .btn a {
  display: block;
}
.p_dress .sec_01 .text {
  padding: 0 50px;
}
.p_dress .sec_01 .text h4 {
  margin-bottom: 30px;
  color: #ac853e;
  font-size: 38px;
  font-weight: normal;
}
@media (max-width: 751px) {
  .p_dress .sec_01 .text h4 {
    font-size: 42px;
  }
}
.p_dress .sec_01 .text p {
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 751px) {
  .p_dress .sec_01 .text p {
    font-size: 30px;
  }
}
.p_dress .sec_01.bg {
  padding: 100px 0;
  background-color: #f8f2ee;
}
.p_dress .sec_01.bg .btn {
  background: #fff;
}
.p_dress .contact p {
  margin-bottom: 10px;
}
.p_dress .contact p:last-child,
.p_dress .contact p:nth-of-type(2) {
  font-size: 22px;
}
@media (max-width: 751px) {
  .p_dress .contact p,
.p_dress .contact p:last-child,
.p_dress .contact p:nth-of-type(2) {
    font-size: 30px;
  }
}

.p_club .content-wrapper {
  position: relative;
  padding-block: 100px;
  margin-bottom: 100px;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/bridal/img/club/bg.png) no-repeat top center / cover;
}
.p_club .content-wrapper::before,
.p_club .content-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 150/11;
}
.p_club .content-wrapper::before {
  top: 0;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/bridal/img/club/bg-upper-lace.png);
}
.p_club .content-wrapper::after {
  bottom: 0;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/bridal/img/club/bg-rower-lace.png);
}
.p_club .intro p {
  margin-top: 60px;
}
.p_club .intro a {
  display: block;
}
.p_club .intro a:first-of-type {
  margin-top: 100px;
}
.p_club .intro a:last-of-type {
  margin-top: 80px;
}
.p_club .special {
  margin-top: 90px;
}
.p_club .special ul li {
  margin-inline: auto;
  width: 650px;
  background-color: #fff;
  border-radius: 30px;
}
.p_club .special ul li + li {
  margin-top: 60px;
}
.p_club .special ul li h3 {
  position: relative;
  top: -16px;
}
.p_club .special ul li:nth-of-type(1) h3 {
  left: -46px;
}
.p_club .special ul li:nth-of-type(2) h3 {
  left: -63px;
}
.p_club .special ul li:nth-of-type(3) h3 {
  left: -22px;
}
.p_club .special .accordion-button {
  margin: 20px auto 0;
  width: fit-content;
  cursor: pointer;
}
.p_club .special .accordion-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.p_club .special .accordion-wrapper.is-open {
  grid-template-rows: 1fr;
  padding-bottom: 60px;
}
.p_club .special .accordion-inner {
  margin-top: 20px;
  overflow: hidden;
}
.p_club .special .accordion-inner a {
  display: block;
  margin: 60px auto 0;
  width: fit-content;
}

@media (max-width: 751px) {
  .p_furniture .page-title02 p {
    font-size: 32px;
  }
}
.p_furniture .intro {
  margin-bottom: 60px;
  padding: 80px 50px;
  background-color: #f8f2ee;
}
.p_furniture .intro h3 {
  font-weight: normal;
  font-size: 26px;
}
.p_furniture .intro p {
  padding: 0 50px;
  text-align: left;
}
.p_furniture .shop ul {
  padding: 0 25px;
}
.p_furniture .shop li {
  margin-bottom: 120px;
  text-align: left;
}
.p_furniture .shop li .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-bottom: 30px;
}
.p_furniture .shop li .head .icon {
  margin-right: 20px;
}
.p_furniture .shop li .head .icon img {
  display: block;
}
.p_furniture .shop li .head h3 {
  margin: -5px 0 5px;
  font-size: 38px;
  font-weight: normal;
  color: #ac853e;
}
.p_furniture .shop li .head .sub {
  font-size: 24px;
}
.p_furniture .shop li .info {
  padding: 30px 0;
  border-top: 4px dotted #ac853e;
  border-bottom: 4px dotted #ac853e;
}
.p_furniture .shop li .info .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.p_furniture .shop li .info .row:last-child {
  margin-bottom: 0;
}
.p_furniture .shop li .info .row p:first-child {
  color: #ac853e;
  width: 100px;
}
.p_furniture .shop li .desc {
  margin-top: 40px;
}
.p_furniture .shop .caution {
  text-align: left;
  padding: 0 25px;
}
.p_furniture .shop .icon_desc {
  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;
}
.p_furniture .shop .icon_desc img {
  display: block;
}
.p_furniture .shop .icon_desc .text {
  padding-left: 20px;
  text-align: left;
}

.p_yuino {
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 751px) {
  .p_yuino .page-title02 p {
    font-size: 32px;
  }
}
.p_yuino .info {
  padding: 0 50px;
}
.p_yuino .info p {
  line-height: 1.8;
  padding: 30px;
  color: #e9545d;
  border: 1px solid #e9545d;
}
.p_yuino .yuinouhin01 {
  position: relative;
}
.p_yuino .yuinouhin01 img {
  display: block;
}
.p_yuino .yuinouhin01 .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 120px;
  width: 650px;
  color: #fff;
}
.p_yuino .yuinouhin01 .text .yu-min {
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 2;
}
.p_yuino .yuinouhin01 .text .name {
  font-size: 28px;
  margin-bottom: 10px;
}
.p_yuino .yuinouhin01 .text .detail {
  font-size: 24px;
}
.p_yuino .yuinouhin02 {
  padding: 0 50px;
}
.p_yuino .yuinouhin02 img {
  margin: 0 auto 30px;
  display: block;
}
.p_yuino .yuinouhin02 .text .name {
  font-size: 28px;
  margin-bottom: 10px;
}
.p_yuino .yuinouhin02 .text .detail {
  text-align: left;
  font-size: 24px;
}
.p_yuino .purpose {
  background-color: #f9f8f2;
  padding: 120px 50px;
}
.p_yuino .purpose ul {
  line-height: 1.8;
  text-align: left;
}
.p_yuino .purpose ul .square {
  padding-right: 10px;
  color: #e9545d;
}
.p_yuino .purpose p {
  text-align: left;
}
.p_yuino .notice {
  background-color: #f9f8f2;
  padding: 50px 100px;
}
.p_yuino .notice ul {
  line-height: 1.8;
  text-align: left;
}
.p_yuino .notice ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p_yuino .notice p {
  text-align: left;
}
.p_yuino .kitsuke-img {
  display: inline-block;
}
.p_yuino .kitsuke-img p {
  text-align: left;
}
.p_yuino .kitsuke-info {
  padding: 30px;
  margin: 0 50px;
  border: 1px solid #e9545d;
  text-align: left;
}
.p_yuino .kitsuke-info h4 {
  display: inline-block;
  color: #e9545d;
  font-weight: normal;
  color: #e9545d;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9545d;
}
.p_yuino .kitsuke-info ul {
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: left;
}
.p_yuino .kitsuke-info ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p_yuino .faq ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 15px 0;
}
.p_yuino .faq ul li .img {
  width: 120px;
}
.p_yuino .faq ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 50px;
}
.p_yuino .faq ul li:nth-child(odd) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbecec;
}
.p_yuino .faq .contact {
  width: 550px;
  margin: auto;
  padding: 50px;
  border-top: 1px solid #999;
}
.p_yuino .faq .contact p {
  font-size: 22px;
}
@media (max-width: 751px) {
  .p_yuino .faq .contact p {
    font-size: 30px;
  }
}
.p_yuino .hurisode .contact p {
  font-size: 22px;
}
@media (max-width: 751px) {
  .p_yuino .hurisode .contact p {
    font-size: 30px;
  }
}
.p_yuino .hurisode .contact p span {
  color: #e9545d;
}
.p_yuino .guide .box {
  padding: 0 50px;
}
.p_yuino .guide .box img {
  display: block;
  margin: 0 auto 60px;
}
.p_yuino .guide .box .price {
  font-size: 28px;
}
@media (max-width: 751px) {
  .p_yuino .guide .box .price {
    font-size: 40px;
  }
}
.p_yuino .guide .box .caption {
  font-size: 22px;
}
@media (max-width: 751px) {
  .p_yuino .guide .box .caption {
    font-size: 30px;
  }
}
.p_yuino .guide .logo p {
  font-size: 32px;
}
.p_yuino .guide p.caution {
  padding: 0 50px;
  text-align: left;
}
.p_yuino .guide .contact p {
  font-size: 22px;
}
@media (max-width: 751px) {
  .p_yuino .guide .contact p {
    font-size: 30px;
  }
}
@media (max-width: 751px) {
  .p_yuino .guide .logo img {
    width: 200px;
  }
}

.p_gift p {
  line-height: 1.8;
}
.p_gift .page-title02 {
  margin-bottom: 120px;
}
.p_gift .page-title02 h3 {
  font-size: 36px;
  font-weight: normal;
}
@media (max-width: 751px) {
  .p_gift .page-title02 h3 {
    font-size: 40px;
  }
}
.gift_top_description{
  text-align: left;
}
@media (max-width: 751px) {
  .p_gift .page-title02 p {
    font-size: 32px;
  }
}
.p_gift section {
  padding: 0 50px;
}
.p_gift section p {
  text-align: left;
}
@media (max-width: 751px) {
  .p_gift section p {
    font-size: 30px;
  }
}
.p_gift section ul {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p_gift section ul li {
  margin-bottom: 80px;
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
}
.p_gift section ul li img {
  display: block;
}
.p_gift section ul li .name {
  height: 110px;
  padding: 15px 0;
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #999;
  line-height: 1.4;
}
@media (max-width: 751px) {
  .p_gift section ul li .name {
    font-size: 30px;
  }
}
.p_gift section ul li .detail {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 751px) {
  .p_gift section ul li .detail {
    font-size: 30px;
  }
}
.p_gift section ul li .fz18 {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 751px) {
  .p_gift section ul li .fz18 {
    font-size: 22px;
  }
}
.p_gift .sec_towermall {
  margin-bottom: 120px;
  padding: 120px 50px 60px;
  background-color: #f9f8f2;
}
.p_gift .sec_towermall li .name {
  border-bottom: 1px solid #e9545d;
}
.p_gift .sec_delivery .sec_head02 h3 {
  font-weight: normal;
  font-size: 46px;
  width: auto;
  color: #333;
}
.p_gift .sec_delivery .sec_head02 h3 .brown {
  color: #ac853e;
}
.p_gift .sec_delivery .sec_head02 p {
  line-height: 1.4;
  text-align: center;
  font-size: 36px;
  color: #e9545d;
}
.p_gift .sec_delivery .inner {
  padding: 80px 20px;
  background-color: #fceded;
  border-radius: 20px;
}
.p_gift .sec_delivery .inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p_gift .sec_delivery .inner p {
  font-size: 26px;
  text-align: center;
}
.p_gift .sec_delivery .inner .caution {
  padding: 0 50px;
  text-align: left;
  font-size: 20px;
}
.p_gift .sec_delivery .inner table {
  width: 100%;
  border-spacing: 5px;
}
.p_gift .sec_delivery .inner table caption {
  font-size: 32px;
  padding-bottom: 20px;
}
.p_gift .sec_delivery .inner table th,
.p_gift .sec_delivery .inner table td {
  padding: 10px;
  background-color: #fff;
  font-weight: normal;
  font-size: 22px;
}
.p_gift .sec_delivery .inner table th {
  width: 140px;
}
.p_gift .sec_delivery .inner table tr td:nth-of-type(1) {
  text-align: left;
}
.p_gift .sec_delivery .inner table tr td:nth-of-type(2) {
  width: 100px;
}
@media (max-width: 751px) {
  .p_gift .sec_delivery .inner table tr td:nth-of-type(2) {
    width: 120px;
  }
}
.p_gift .accordion-button {
  margin: 20px auto 0;
  width: fit-content;
  cursor: pointer;
}
.p_gift .accordion-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.p_gift .accordion-wrapper.is-open {
  grid-template-rows: 1fr;
  padding-bottom: 60px;
}
.p_gift .accordion-inner {
  margin-top: 20px;
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map*/