@charset "UTF-8";
/*------------------------------------------------------- */
/* !Variable
/*------------------------------------------------------- */
/* !アニメーションキーフレーム設定
/*------------------------------------------------------- */
@-webkit-keyframes slideshow_5 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideshow_5 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideshow_4 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideshow_4 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideSnap_1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideSnap_1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideSnap_2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slideSnap_2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* !Contents共通
/*------------------------------------------------------- */
html {
  /* font-size: 1.041667vw; */
  /* 計算式：　10(px) / 960(px) * 100 = 1.041667 	画面幅960pxの時に "font-size: 10px" 相当になる	*/
  display: block;
  font-size: 62.5%;
}
@media (min-width: 1920px) {
  html {
    font-size: 75%;
  }
}
@media (max-width: 599px) {
  html {
    font-size: 2.666vw;
    /*
    計算式：　10(px) / 375(px) * 100 = 2.666667
    画面幅375pxの時に "font-size: 10px" 相当になる
    */
  }
}

body {
  /* html要素で指定されたfont-sizeの1.6倍になる */
  position: relative;
  font-size: 1.6rem;
}
@media (max-width: 599px) {
  body {
    font-size: 1.6rem;
  }
}

#content {
  overflow: initial;
  font-family: "YakuHanJP", "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444444;
}

br.spOnly {
  display: none;
}
@media (max-width: 599px) {
  br.spOnly {
    display: block;
  }
}

em {
  font-style: normal;
}

.flexImg {
  width: 100%;
  height: auto;
}

.secPadding {
  padding-top: 10rem;
}
@media (max-width: 599px) {
  .secPadding {
    padding-top: 3rem;
  }
}

@media (max-width: 599px) {
  .secPadding-s {
    padding-top: 1rem;
  }
}

.column {
  position: relative;
  width: 75vw;
  min-width: 960px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .column {
    min-width: inherit;
    width: 100vw;
  }
}
@media (max-width: 599px) {
  .column {
    width: 100%;
    min-width: inherit;
  }
}
.column .columnInner {
  display: block;
}

.column-full {
  width: 100%;
  overflow: hidden;
}

.columnPadding {
  padding: 7.2rem 0 11.2rem;
}
@media (max-width: 960px) {
  .columnPadding {
    padding: 7.2rem 0 7.2rem;
  }
}
@media (max-width: 599px) {
  .columnPadding {
    padding: 1.5rem 0 4.2rem;
  }
}

.secTit {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: -0.5em;
  margin-top: 2.2rem;
}
@media (max-width: 599px) {
  .secTit {
    font-size: 1.8rem;
    width: 84%;
    margin: 1.8em auto 0;
    text-align: left;
  }
}
.secTit .secNum {
  font-size: 4.8rem;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ad9972;
  font-weight: 300;
  display: inline-block;
  margin-right: 0.25em;
  font-feature-settings: "palt";
}
@media (max-width: 599px) {
  .secTit .secNum {
    position: absolute;
    font-size: 3.6rem;
    width: 7rem;
    height: 7rem;
    display: flex;
    top: -6.5rem;
    left: 2rem;
    z-index: 1;
    background-color: #FFF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .secTit .secInner {
    position: relative;
    z-index: 2;
  }
}

.secTxt {
  width: 71.4rem;
  margin: 2em auto 0;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media (max-width: 820px) {
  .secTxt {
    width: 71.4vw;
  }
}
@media (max-width: 599px) {
  .secTxt {
    width: 84%;
    margin: 0.8em auto 0;
    font-size: 1.4rem;
  }
}

.secTxt:first-child {
  margin: 0 auto;
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-fadeIn.current {
  opacity: 1;
}

.notTouch a {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.notTouch a:hover {
  opacity: 0.5;
  text-decoration: none;
}

footer {
  position: relative;
  z-index: 10;
}

/* !Contents共通上書き用
/*------------------------------------------------------- */
img {
  image-rendering: -webkit-optimize-contrast;
}

.marTop40 {
  margin-top: 40px;
}

.padTop00 {
  padding-top: 0;
}

.padBtm80 {
  padding-bottom: 80px;
}

.borderTop {
  border-top: 1px solid #e5e5e5;
}

.color--red {
  color: #ed1212;
}

.color--gold {
  color: #ad9972;
}

/* !メインビジュアル
/*------------------------------------------------------- */
.mainVisialGroup {
  width: 100%;
  position: relative;
  height: 37.243vw;
  overflow: hidden;
  margin: 0 auto;
  min-height: 60.6rem;
  min-width: 96rem;
}
@media (max-width: 960px) {
  .mainVisialGroup {
    min-width: inherit;
  }
}
@media (max-width: 599px) {
  .mainVisialGroup {
    height: 143.77vw;
    min-height: inherit;
    min-width: inherit;
  }
}
.mainVisialGroup .mainVisialGroup_image {
  height: 100%;
}
.mainVisialGroup .mainVisialGroup_image .flexImg {
  position: absolute;
  left: 50%;
  top: 74%;
  margin: -50% 0 0 -50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .mainVisialGroup .mainVisialGroup_image .flexImg {
    position: static;
    margin: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .mainVisialGroup .mainVisialGroup_image .flexImg {
    position: absolute;
    margin: -50% 0 0 -50%;
    top: 0;
    margin: 0;
    left: 0;
  }
}
.mainVisialGroup .mainVisialGroup_txt {
  position: absolute;
  width: 75vw;
  height: 100%;
  text-align: right;
  margin: -1.5rem 12.5vw 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 960px) {
  .mainVisialGroup .mainVisialGroup_txt {
    width: 80vw;
  }
}
@media (max-width: 599px) {
  .mainVisialGroup .mainVisialGroup_txt {
    top: 40px;
    display: block;
    left: 0%;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0;
  }
}
.mainVisialGroup .mainVisialGroup_txt01 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #FFF;
  background: #000;
  padding: 0 1rem 0.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 599px) {
  .mainVisialGroup .mainVisialGroup_txt01 {
    margin: 0 auto;
    font-size: 1.5rem;
    display: inline-block;
  }
}
.mainVisialGroup .mainVisialGroup_txt01 small {
  transform: translateY(-0.3rem);
  display: inline-block;
}
.mainVisialGroup .mainVisialGroup_txt02 {
  margin-top: 2.5rem;
  width: 53rem;
  height: 5.5rem;
  background: url(/assets/upload/imgupload/specialpage/wedding_bag/tit_main.svg) no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 599px) {
  .mainVisialGroup .mainVisialGroup_txt02 {
    width: 89.33%;
    height: 10vw;
    margin: 1.5rem auto 0;
    box-sizing: border-box;
  }
}
.mainVisialGroup .mainVisialGroup_txt02 > span {
  display: none;
}
@media (max-width: 599px) {
  .mainVisialGroup .mainVisialGroup_txt02 > span {
    display: none;
  }
}
.mainVisialGroup .mainVisialGroup_txt03 {
  margin-top: 1.5rem;
  background: url(/assets/upload/imgupload/specialpage/wedding_bag/tit_sab.svg) no-repeat center center;
  background-size: 100% auto;
  width: 37.4rem;
  height: 3.6rem;
}
@media (max-width: 599px) {
  .mainVisialGroup .mainVisialGroup_txt03 {
    width: 70.66%;
    height: 6.66vw;
    margin: 1.1rem auto 0;
    box-sizing: border-box;
  }
}
.mainVisialGroup .mainVisialGroup_txt03 > span {
  display: none;
}
@media (max-width: 599px) {
  .mainVisialGroup .mainVisialGroup_txt03 > span {
    display: none;
  }
}

/* !section Visual
/*------------------------------------------------------- */
.secVisualGroup .secVisualGroup_image {
  width: auto;
  height: 43vw;
  overflow: hidden;
  min-height: 640px;
}
@media (max-width: 820px) {
  .secVisualGroup .secVisualGroup_image {
    width: calc(100% - 8vw);
    height: auto;
    min-height: inherit;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .secVisualGroup .secVisualGroup_image {
    width: auto;
    height: 66.666vw;
  }
}
.secVisualGroup .secVisualGroup_image .flexImg {
  width: 100%;
}

.secVisualGroup_txt {
  display: block;
}
@media (max-width: 599px) {
  .secVisualGroup_txt {
    position: relative;
  }
}

.secTxt_flexColumn {
  display: flex;
  gap: 6rem;
  margin-top: 2em;
}
@media (max-width: 960px) {
  .secTxt_flexColumn {
    display: block;
  }
}
@media (max-width: 599px) {
  .secTxt_flexColumn {
    display: block;
    margin-top: 0;
  }
}
.secTxt_flexColumn .secTxt {
  flex-basis: calc(50% - 3rem);
  width: inherit;
  margin-top: 0;
}
@media (max-width: 820px) {
  .secTxt_flexColumn .secTxt {
    width: 71.4vw;
    margin: 2em auto 0;
  }
}
@media (max-width: 599px) {
  .secTxt_flexColumn .secTxt {
    width: 84%;
    margin: 0.5em auto 0;
  }
}

/* !section Visual
/*------------------------------------------------------- */
.secItemGroup {
  width: 100%;
  margin: 0 auto;
}
.secItemGroup .secItemGroup_image {
  width: 61.78%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_image {
    width: 92%;
    position: static;
    margin: 0 auto;
  }
}
.secItemGroup .secItemGroup_image .secItemGroup_imageInner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_image .secItemGroup_imageInner {
    height: auto;
    max-height: inherit;
  }
}
.secItemGroup .secItemGroup_image .secItemGroup_imageInner > .flexImg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_image .secItemGroup_imageInner > .flexImg {
    -o-object-fit: inherit;
       object-fit: inherit;
    opacity: 1;
    height: auto;
    position: static;
  }
}
.secItemGroup .secItemGroup_image .secItemGroup_imageInner > .itemNum01_image,
.secItemGroup .secItemGroup_image .secItemGroup_imageInner .itemNum04_image {
  z-index: 3;
}
.secItemGroup .secItemGroup_image .secItemGroup_imageInner > .itemNum02_image,
.secItemGroup .secItemGroup_image .secItemGroup_imageInner .itemNum05_image {
  z-index: 2;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_image .secItemGroup_imageInner > .itemNum02_image {
    display: none;
  }
}
.secItemGroup .secItemGroup_image .secItemGroup_imageInner > .itemNum03_image {
  z-index: 1;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_image .secItemGroup_imageInner > .itemNum03_image {
    display: none;
  }
}
.secItemGroup .secItemGroup_image .secItemGroup_imageInner > .current.itemNum01_image,
.secItemGroup .secItemGroup_image .secItemGroup_imageInner .current.itemNum04_image {
  z-index: 3;
  opacity: 1;
}
.secItemGroup .secItemGroup_image .secItemGroup_imageInner > .current.itemNum02_image,
.secItemGroup .secItemGroup_image .secItemGroup_imageInner .current.itemNum05_image {
  z-index: 2;
  opacity: 1;
}
.secItemGroup .secItemGroup_image .secItemGroup_imageInner > .current.itemNum03_image {
  z-index: 1;
  opacity: 1;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_image .secItemGroup_imageInner > .itemNum05_image {
    display: none;
  }
}
.secItemGroup .secItemGroup_image-sp {
  display: none;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_image-sp {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
}
.secItemGroup .secItemGroup_description {
  width: 38.22%;
  margin-left: auto;
  padding-top: 5vh;
  padding-bottom: 25vh;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_description {
    width: 100%;
    margin-left: 0;
    padding-bottom: 8rem;
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  .secItemGroup .secItemGroup_description {
    padding-bottom: 4rem;
    margin-top: -1.5rem;
  }
}
.secItemGroup .secItemGroup_description.itemNum01, .secItemGroup .secItemGroup_description.itemNum04 {
  padding-top: 10vh;
  margin-top: -50vh;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_description.itemNum01, .secItemGroup .secItemGroup_description.itemNum04 {
    padding-top: 0;
    margin-top: 0rem;
  }
}
@media (max-width: 599px) {
  .secItemGroup .secItemGroup_description.itemNum01, .secItemGroup .secItemGroup_description.itemNum04 {
    margin-top: -1.5rem;
  }
}
.secItemGroup .secItemGroup_description.itemNum03, .secItemGroup .secItemGroup_description.itemNum05 {
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .secItemGroup .secItemGroup_description::after {
    content: "";
    position: absolute;
    width: 84%;
    height: 3rem;
    margin: 0 auto;
    top: -3rem;
    z-index: 2;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 599px) {
  .secItemGroup .secItemGroup_description::after {
    top: -1.5rem;
    display: none;
  }
}
.secItemGroup .secItem {
  text-align: center;
}
@media (max-width: 960px) {
  .secItemGroup .secItem {
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 599px) {
  .secItemGroup .secItem {
    margin-top: 3.5rem;
  }
}
.secItemGroup .secItem .secItem_image {
  width: 14.853vw;
  height: 14.853vw;
  max-width: 38rem;
  max-height: 38rem;
  min-width: 19rem;
  min-height: 19rem;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .secItemGroup .secItem .secItem_image {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 599px) {
  .secItemGroup .secItem .secItem_image {
    display: none;
    width: 14.853vw;
    height: 14.853vw;
  }
}
.secItemGroup .secItem .secItem_name {
  font-size: 2.4rem;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 1rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.secItemGroup .secItem .secItem_name-kana {
  display: block;
  font-size: 1.2rem;
  color: #888888;
}
.secItemGroup .secItem .secItem_price {
  font-size: 2.4rem;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .secItemGroup .secItem .secItem_price {
    margin-top: 0.6rem;
  }
}
.secItemGroup .secItem .secItem_price-label {
  font-size: 1.2rem;
}
.secItemGroup .secItem .secItem_data {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 0.7rem;
}
.secItemGroup .secItem .secItem_dataInner {
  display: inline-block;
}
.secItemGroup .secItem .secItem_txt {
  width: 38.28125vw;
  max-width: 60rem;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  margin: 2rem auto 0;
  padding: 0 8rem;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .secItemGroup .secItem .secItem_txt {
    width: 84vw;
    padding: 0;
  }
}
.secItemGroup .secItem .secItem_point {
  text-align: left;
  width: calc(38.28125vw - 110px);
  max-width: 50rem;
  padding: 1.5rem 2.5rem 2rem;
  margin: 2.7rem auto 0;
  border: 2px solid #ad9972;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 960px) {
  .secItemGroup .secItem .secItem_point {
    max-width: inherit;
    width: 84vw;
  }
}
@media (max-width: 599px) {
  .secItemGroup .secItem .secItem_point {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.secItemGroup .secItem .secItem_pointTit {
  position: absolute;
  font-size: 1.6rem;
  top: 0;
  transform: translateY(-50%);
  color: #ad9972;
  font-weight: 500;
  background-color: #FFF;
  padding: 0 1em;
}
.secItemGroup .secItem .secItem_pointTxt {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
}
.secItemGroup .secItem .secItem_pointTxt::after {
  display: block;
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.secItemGroup .secItem .secItem_link {
  margin-top: 3rem;
}
.secItemGroup .secItem .secItem_linkBtn {
  display: inline-block;
  margin: 0 auto;
  width: 30rem;
  background-color: #000;
  color: #FFF;
  font-size: 1.8rem;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 2;
  padding: 1.1rem 0 1.3rem;
  letter-spacing: 0.1em;
}

/* !intro
/*------------------------------------------------------- */
@media (max-width: 599px) {
  .intro .columnInner {
    padding: 2.8rem 0 4.2rem;
  }
}

/* !find more
/*------------------------------------------------------- */
.findMore .secTit {
  font-size: 3.6rem;
  margin-bottom: 0;
  margin-top: 3rem;
  text-transform: uppercase;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.075em;
  font-weight: 300;
}
@media (max-width: 599px) {
  .findMore .secTit {
    text-align: center;
    font-size: 3rem;
    margin-top: 0.8rem;
  }
}
.findMore .secSub {
  font-size: 1.8rem;
  display: block;
  color: #ad9972;
  font-weight: 400;
  letter-spacing: 0.075em;
}
@media (max-width: 599px) {
  .findMore .secSub {
    font-size: 1.4rem;
  }
}
.findMore .stalkerLink {
  display: block;
}

.overSize {
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

/* !note
/*------------------------------------------------------- */
.note {
  margin: 0 auto;
}
.note .secVisualGroup {
  position: relative;
}
.note .secVisualGroup_image {
  height: 640px;
  max-height: 640px;
}
@media (max-width: 820px) {
  .note .secVisualGroup_image {
    width: 100%;
    max-height: 640px;
  }
}
@media (max-width: 599px) {
  .note .secVisualGroup_image {
    height: 147.733vw;
    min-height: inherit;
  }
}
@media (max-width: 820px) {
  .note .secVisualGroup_image .flexImg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 599px) {
  .note .secVisualGroup_image .flexImg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.note .secVisualGroup_txt {
  height: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 820px) {
  .note .secVisualGroup_txt {
    height: 100%;
  }
}
@media (max-width: 599px) {
  .note .secVisualGroup_txt {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
}
.note .secVisualGroup_txtInner {
  padding: 5.3rem 6rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0.5rem;
}
@media (max-width: 599px) {
  .note .secVisualGroup_txtInner {
    padding: 2.3rem 0;
  }
}
.note .secTit {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.note .secTxt {
  margin-top: 0.5em;
}

/* !news
/*------------------------------------------------------- */
.news .secTit {
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: -0.8em;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 599px) {
  .news .secTit {
    margin-top: 2rem;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: -0.5em;
  }
}
@media (max-width: 599px) {
  .news .secTxt.newsList {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.news .secTxt.newsList .newsList_child {
  display: block;
  line-height: 1.3;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (max-width: 599px) {
  .news .secTxt.newsList .newsList_child {
    line-height: 1.8;
  }
}
.news .secTxt.newsList .newsList_icon {
  transform: translateY(-50%);
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 0;
  color: #FFF;
  background-color: #000;
  border-radius: 1.6rem;
  padding: 0.66rem 3.24rem 0.66rem 2.24rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 599px) {
  .news .secTxt.newsList .newsList_icon {
    width: 2rem;
    height: 2rem;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .news .secTxt.newsList .newsList_icon > span {
    display: none;
  }
}
.news .secTxt.newsList .newsList_icon::after {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  content: "";
  width: 1.2rem;
  height: 1rem;
  background: url(/assets/upload/imgupload/specialpage/wedding_bag/ico_arrow-link.svg) no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 599px) {
  .news .secTxt.newsList .newsList_icon::after {
    margin-top: 0;
    width: 0.9rem;
    height: 0.8rem;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
.news .secTxt.newsList .newsList_link:hover + .newsList_icon {
  opacity: 0.5;
}
.news .secTxt.newsList .newsList_link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 2.1rem 15rem 2.1rem 0;
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .news .secTxt.newsList .newsList_link {
    padding: 1.5rem 2.5em 1.5rem 0;
  }
}

/* !swiper
/*------------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.swiper-button-next, .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  top: 0;
  right: 0;
  left: inherit;
  cursor: pointer;
  transition: opacity 0.5s ease;
  transform: translateY(-0.5rem);
}
@media (max-width: 599px) {
  .swiper-button-next, .swiper-button-prev {
    top: inherit;
    bottom: 0;
  }
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.5;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: transparent;
}

.swiper-button-next:after {
  background: url(/assets/upload/imgupload/specialpage/wedding_bag/ico_arrow-next.svg) no-repeat center center;
  background-size: 1.4rem 2.4rem;
  width: 6rem;
  height: 6rem;
}

.swiper-button-prev:after {
  background: url(/assets/upload/imgupload/specialpage/wedding_bag/ico_arrow-prev.svg) no-repeat center center;
  background-size: 1.4rem 2.4rem;
  width: 6rem;
  height: 6rem;
}

.swiper-pagination-progressbar {
  background: #f3f3f3;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000000;
}

.sliderMain {
  width: 59rem;
  height: 56rem;
  overflow: visible;
  margin-top: 4.8rem;
}
@media (max-width: 599px) {
  .sliderMain {
    width: 35.5rem;
    height: 46.9rem;
    margin-top: 0rem;
    padding-bottom: 6.8rem;
    padding-top: 2rem;
  }
}
.sliderMain .swiper-slide {
  flex-basis: 59rem;
  align-self: center;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .sliderMain .swiper-slide {
    flex-basis: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-size: cover;
    border-radius: 5px;
  }
}
.sliderMain .swiper-slideContent {
  height: 100%;
  box-sizing: border-box;
  padding: 5.3rem 6rem;
  background-color: #f3f3f3;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .sliderMain .swiper-slideContent {
    padding: 2rem 2rem;
    box-sizing: border-box;
  }
}
.sliderMain .swiper-slideTit {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
}
@media (max-width: 599px) {
  .sliderMain .swiper-slideTit {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
.sliderMain .swiper-slideTxt {
  font-size: 1.4rem;
  line-height: 2.25;
  letter-spacing: 0.025em;
  margin-top: 0.7rem;
}
@media (max-width: 599px) {
  .sliderMain .swiper-slideTxt {
    font-size: 1.4rem;
    line-height: 1.85;
    margin-top: 0.8rem;
    overflow: scroll;
  }
}
@media (max-width: 599px) {
  .sliderMain .swiper-slide:nth-child(1) {
    background: url(/assets/upload/imgupload/specialpage/wedding_bag/img_slider01.jpg) no-repeat center center;
    background-size: cover;
  }
  .sliderMain .swiper-slide:nth-child(1) > .swiper-slideContent {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 599px) {
  .sliderMain .swiper-slide:nth-child(2) {
    background: url(/assets/upload/imgupload/specialpage/wedding_bag/img_slider02.jpg) no-repeat center center;
    background-size: cover;
  }
  .sliderMain .swiper-slide:nth-child(2) > .swiper-slideContent {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 599px) {
  .sliderMain .swiper-slide:nth-child(3) {
    background: url(/assets/upload/imgupload/specialpage/wedding_bag/img_slider03.jpg) no-repeat center center;
    background-size: cover;
  }
  .sliderMain .swiper-slide:nth-child(3) > .swiper-slideContent {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 599px) {
  .sliderMain .swiper-slide:nth-child(4) {
    background: url(/assets/upload/imgupload/specialpage/wedding_bag/img_slider04.jpg) no-repeat center center;
    background-size: cover;
  }
  .sliderMain .swiper-slide:nth-child(4) > .swiper-slideContent {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 599px) {
  .sliderMain .swiper-slide:nth-child(5) {
    background: url(/assets/upload/imgupload/specialpage/wedding_bag/img_slider05.jpg) no-repeat center center;
    background-size: cover;
  }
  .sliderMain .swiper-slide:nth-child(5) > .swiper-slideContent {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.sliderMain .swiper-pagination-progressbar {
  width: 15rem;
  left: inherit;
  right: 50%;
  height: 2px;
  transform: translateX(50%);
  top: 2px;
}
@media (max-width: 599px) {
  .sliderMain .swiper-pagination-progressbar {
    top: inherit;
    bottom: 3.4rem;
    right: 7rem;
    transform: translateX(0%);
  }
}
.sliderMain .swiper-button-next {
  right: 25%;
}
@media (max-width: 599px) {
  .sliderMain .swiper-button-next {
    right: inherit;
    left: 6rem;
  }
}
.sliderMain .swiper-button-prev {
  right: inherit;
  left: 25%;
}
@media (max-width: 599px) {
  .sliderMain .swiper-button-prev {
    right: inherit;
    left: 0;
  }
}

.sliderSub {
  width: 660px;
  height: 36px;
  margin: 5.2rem auto 0;
}
@media (max-width: 599px) {
  .sliderSub {
    width: 84%;
    height: 2.7rem;
    margin: 2.2rem auto 0;
    overflow: visible;
  }
}
.sliderSub .swiper-slide {
  width: 120px;
  flex-basis: 120px;
  height: 36px;
  text-align: center;
  background-color: transparent;
  border-radius: 18px;
  color: #CCC;
  padding-top: 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: color 0.3s linear;
}
.sliderSub .swiper-slide:hover {
  color: #444;
  font-weight: 500;
}
@media (max-width: 599px) {
  .sliderSub .swiper-slide {
    font-size: 1.2rem;
    width: 90px;
    flex-basis: 90px;
    height: 100%;
  }
}
.sliderSub .swiper-slide.swiper-slide-thumb-active {
  background-color: #000;
  color: #FFF;
}
.sliderSub .swiper-slide.swiper-slide-thumb-active:hover {
  font-weight: 400;
}

.swiper-counter {
  position: absolute;
  top: inherit;
  right: 50%;
  transform: translate(51%, -50%);
  font-size: 2.4rem;
  color: #acacac;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  bottom: -1.5rem;
}
@media (max-width: 599px) {
  .swiper-counter {
    bottom: 0.95rem;
    font-size: 1.8rem;
    right: 0.5rem;
    transform: translateY(-50%);
  }
}
.swiper-counterNum {
  color: #222;
}

.swiper-visual {
  position: absolute;
  width: 37.3rem;
  height: 56rem;
  top: 0;
  left: calc(-37.3rem + 60px);
}
@media (max-width: 599px) {
  .swiper-visual {
    display: none;
  }
}
.swiper-visual-fir::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  background: #fff;
  transform: translateX(-99.5%);
  transition: transform 0.3s linear;
}
.swiper-visual-fir.current::after {
  transform: translateX(0%);
}
.swiper-visual-sec {
  left: inherit;
  right: calc(-37.3rem + 60px);
}
.swiper-visual-sec::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  background: #fff;
  transform: translateX(-99.5%);
  transition: transform 0.3s linear;
}
.swiper-visual-sec.current::after {
  transform: translateX(-200%);
}

.sliderMore {
  height: 30rem;
  padding: 0 5rem 9.5rem;
}
@media (max-width: 599px) {
  .sliderMore {
    height: 22.5rem;
    padding: 0 5rem 7rem;
  }
}
.sliderMore .swiper-slide:nth-child(1) {
  width: 21.2rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(1) {
    width: 15.9rem;
  }
}
.sliderMore .swiper-slide:nth-child(2) {
  width: 21.2rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(2) {
    width: 15.9rem;
  }
}
.sliderMore .swiper-slide:nth-child(3) {
  width: 21.2rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(3) {
    width: 15.9rem;
  }
}
.sliderMore .swiper-slide:nth-child(4) {
  width: 22.6rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(4) {
    width: 16.95rem;
  }
}
.sliderMore .swiper-slide:nth-child(5) {
  width: 27.7rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(5) {
    width: 20.775rem;
  }
}
.sliderMore .swiper-slide:nth-child(6) {
  width: 27.7rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(6) {
    width: 20.775rem;
  }
}
.sliderMore .swiper-slide:nth-child(7) {
  width: 27.7rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(7) {
    width: 20.775rem;
  }
}
.sliderMore .swiper-slide:nth-child(8) {
  width: 25.1rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(8) {
    width: 18.825rem;
  }
}
.sliderMore .swiper-slide:nth-child(9) {
  width: 26.5rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(9) {
    width: 19.875rem;
  }
}
.sliderMore .swiper-slide:nth-child(10) {
  width: 25.4rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(10) {
    width: 19.05rem;
  }
}
.sliderMore .swiper-slide:nth-child(11) {
  width: 25.9rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(11) {
    width: 19.425rem;
  }
}
.sliderMore .swiper-slide:nth-child(12) {
  width: 25.7rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(12) {
    width: 19.275rem;
  }
}
.sliderMore .swiper-slide:nth-child(13) {
  width: 25.5rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(13) {
    width: 19.125rem;
  }
}
.sliderMore .swiper-slide:nth-child(14) {
  width: 25.5rem;
}
@media (max-width: 599px) {
  .sliderMore .swiper-slide:nth-child(14) {
    width: 19.125rem;
  }
}
.sliderMore .flexImg-dbd {
  width: 100%;
  height: auto;
}
.sliderMore .swiper-pagination {
  width: 75%;
  top: inherit;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
}
.sliderMore .swiper-button-next {
  right: inherit;
  left: 50%;
  margin-left: calc(37.5% - 6rem);
  transform: translateX(100%);
  bottom: 0;
  top: inherit;
}
.sliderMore .swiper-button-prev {
  right: inherit;
  left: 50%;
  margin-left: -37.5%;
  transform: translateX(-100%);
  bottom: 0;
  top: inherit;
}

/* !mouse
/*------------------------------------------------------- */
#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #efefef;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.15s;
  transition-timing-function: ease-out;
  z-index: 999;
  color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 14px;
  font-family: "YakuHanJP", futura-pt, "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#stalker.hov_ {
  display: flex;
  align-items: center;
  top: -50px;
  left: -50px;
  width: 60px;
  height: 60px;
  transition: 0.3s linear;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
#stalker span {
  align-self: center;
}
#stalker span.slideArrow {
  width: 17px;
  height: 30px;
}
#stalker span.slideArrow > img {
  width: 100%;
  height: auto;
}

.touch #stalker {
  display: none;
}

.notTouch #stalker {
  display: flex;
}

/* Tab */
@media screen and (max-width: 835px) {
  /* !Contents共通
  /*------------------------------------------------------- */
  /* !メインビジュアル
  /*------------------------------------------------------- */
  /* !aboutCollection
  /*------------------------------------------------------- */
  /* !collectionNewItems
  /*------------------------------------------------------- */
  /* !collectionCatalog
  /*------------------------------------------------------- */
}
/* SP */
@media screen and (max-width: 599px) {
  /* !Contents共通
  /*------------------------------------------------------- */
  /* !Contents共通上書き用
  /*------------------------------------------------------- */
  /* !ナビ表示（PC時左に表示）
  /*------------------------------------------------------- */
  /* !メインビジュアル
  /*------------------------------------------------------- */
  /* !Banner
  /*------------------------------------------------------- */
  /* !aboutCollection
  /*------------------------------------------------------- */
  /* !collectionNewItems
  /*------------------------------------------------------- */
  /* !collectionCatalog
  /*------------------------------------------------------- */
  /* !modal
  /*------------------------------------------------------- */
}
/*# sourceMappingURL=css-c_index.css.map */