/* mainVisual
==========================================*/
#ceremony .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/ceremony/ceremony__main-image.jpg);
}
#ceremony.modeSP .mainVisualWrap > div:nth-of-type(3) {
  background-position: -860px center;
}

#wedding_style .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/wedding_style/img01.jpg?20251223);
}
#wedding_style.modeSP .mainVisualWrap > div:nth-of-type(3) {
  background-position: -560px center;
}

#food .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/food/img01.jpg);
}
#food.modeSP .mainVisualWrap > div:nth-of-type(3) {
  background-position: -572px center;
  height: 1008px;
}

#dress .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/dress/img01.jpg);
}
#dress.modeSP .mainVisualWrap > div:nth-of-type(3) {
  background-position: -760px center;
}

#decoration .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/decoration/decoration__main-image.jpg?20201222);
}
#decoration.modeSP .mainVisualWrap > div:nth-of-type(3) {
  background-position: -1570px center;
}

#gift .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/gift/img01.jpg);
}
#venue .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/venue/venue__main-image-v2.jpg);
}
#venue.modeSP .mainVisualWrap > div:nth-of-type(3) {
  background-position: -700px center;
}

#estimate .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/estimate/estimate__main-image.jpg);
}
#estimate.modeSP .mainVisualWrap > div:nth-of-type(3) {
  background-position: -1400px center;
}

#wedding-story .mainVisualWrap > div:nth-of-type(3) {
  background-image: url(/img/wedding/story/img01.jpg);
}
#wedding-story .modeSP .mainVisualWrap > div:nth-of-type(3) {
  background-position: -500px center;
}

/* structure
==========================================*/
.wrap2Col,
.wide {
  background: url(/img/wedding/img01.jpg) top center;
  -webkit-background-size: 1200px auto;
  background-size: 1200px auto;
  padding-bottom: 160px;
}
.modePC .wide {
  margin-top: 40px;
}
.modeSP .wide {
  margin-top: 30px;
}

.modePC .wrap2Col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.modeSP .wrap2Col {
  margin-top: 30px;
  padding-bottom: 135px;
}

.modePC .wrap2Col .aWrap {
  width: 100%;
}
.modePC .wrap2Col .lWrap {
  width: 235px;
  margin-right: 50px;
  background-color: #ccc;
}
.modePC .wrap2Col .rWrap {
  width: 715px;
}

/* box01
------------------------------------------*/
.modePC .box01 {
  margin: 0 auto 95px;
  width: 960px;
  padding-top: 145px;
}
.modeSP .box01 {
  padding-top: 100px;
  width: 690px;
  margin: 0 auto 120px;
}
.modePC .box01 h2 {
  margin-bottom: 80px;
}
.modeSP .box01 h2 {
  margin-bottom: 70px;
}

/* box02
------------------------------------------*/
.modePC .box02 {
  margin: 0 auto 95px;
  width: 960px;
}
.modePC .box02 div {
  position: relative;
  margin-bottom: 120px;
}
.modeSP .box02 {
  margin: 0 auto 95px;
  width: 630px;
}
.modeSP .box02 div {
  position: relative;
  margin-bottom: 100px;
}
.box02 div:last-child {
  margin-bottom: 0;
}
/**
 * title
 **/
.modePC .box02 .title {
  height: 720px;
}
.modePC .box02 .title h2 {
  position: absolute;
  top: 0;
}
.modePC .box02 .title p.leadText {
  position: absolute;
  top: 300px;
  width: 300px;
}
.modePC .box02 .title p.imgWrap {
  position: absolute;
  top: 0;
}
.modePC .box02 .title img {
  width: 480px;
  height: 720px;
}
.modePC .box02 .title.left h2 {
  left: 0;
}
.modePC .box02 .title.left p.leadText {
}
 {
  left: 150px;
}
.modePC .box02 .title.left p.imgWrap {
  right: 0;
}
.modePC .box02 .title.right h2 {
  right: 0;
}
.modePC .box02 .title.right p.leadText {
  right: 150px;
}
.modePC .box02 .title.right p.imgWrap {
  left: 0;
}

.modeSP .box02 .title {
  padding-top: 350px;
  position: relative;
}
.modeSP .box02 .title h2 {
  position: absolute;
  top: 0;
}
.modeSP .box02 .title p.leadText {
  width: 310px;
}
.modeSP .box02 .title p.imgWrap {
  width: 300px;
  height: 450px;
  position: absolute;
  top: 0;
}
.modeSP .box02 .title img {
  width: 300px;
  height: auto;
}
.modeSP .box02 .title.left h2 {
  left: 0;
}
.modeSP .box02 .title.left p.imgWrap {
  right: 0;
}
.modeSP .box02 .title.right {
  padding-left: 335px;
}
.modeSP .box02 .title.right h2 {
  right: 0;
}
.modeSP .box02 .title.right p.imgWrap {
  left: 0;
}
/**
 * S__Wide
 **/
.modePC .box02 .S__Wide img {
  width: 500px;
  height: 335px;
}
.modePC .box02 .S__Wide.left {
  text-align: left;
}
.modePC .box02 .S__Wide.center {
  text-align: center;
}
.modePC .box02 .S__Wide.right {
  text-align: right;
}

.modeSP .box02 .S__Wide .imgWrap {
  width: 340px;
  height: 227px;
}
.modeSP .box02 .S__Wide img {
  width: 340px;
  height: auto;
}
.modeSP .box02 .S__Wide.left {
  text-align: left;
}
.modeSP .box02 .S__Wide.center {
  text-align: center;
}
.modeSP .box02 .S__Wide.right {
  text-align: right;
}
/**
 * S__Long
 **/
.modePC .box02 .S__Long img {
  width: 335px;
  height: 500px;
}
.modePC .box02 .S__Long.left {
  text-align: left;
}
.modePC .box02 .S__Long.center {
  text-align: center;
}
.modePC .box02 .S__Long.right {
  text-align: right;
}

.modeSP .box02 .S__Long .imgWrap {
  width: 227px;
  height: 340px;
}
.modeSP .box02 .S__Long img {
  width: 227px;
  height: auto;
}
.modeSP .box02 .S__Long.left {
  text-align: left;
}
.modeSP .box02 .S__Long.center {
  text-align: center;
}
.modeSP .box02 .S__Long.right {
  text-align: right;
}
/**
 * M__Wide
 **/
.modePC .box02 .M__Wide img {
  width: 630px;
  height: 420px;
}
.modePC .box02 .M__Wide.left {
  text-align: left;
}
.modePC .box02 .M__Wide.center {
  text-align: center;
}
.modePC .box02 .M__Wide.right {
  text-align: right;
}

.modeSP .box02 .M__Wide .imgWrap {
  width: 440px;
  height: 293px;
}
.modeSP .box02 .M__Wide img {
  width: 440px;
  height: auto;
}
.modeSP .box02 .M__Wide.left {
  text-align: left;
}
.modeSP .box02 .M__Wide.center {
  text-align: center;
}
.modeSP .box02 .M__Wide.right {
  text-align: right;
}

/**
 * L__Long
 **/
.modePC .box02 .L__Long img {
  width: 480px;
  height: auto;
}
.modePC .box02 .L__Long.left {
  text-align: left;
}
.modePC .box02 .L__Long.center {
  text-align: center;
}
.modePC .box02 .L__Long.right {
  text-align: right;
}

.modeSP .box02 .L__Long .imgWrap {
  width: 300px;
  height: auto;
}
.modeSP .box02 .L__Long img {
  width: 300px;
  height: auto;
}
.modeSP .box02 .L__Long.left {
  text-align: left;
}
.modeSP .box02 .L__Long.center {
  text-align: center;
}
.modeSP .box02 .L__Long.right {
  text-align: right;
}
/**
 * M__Long
 **/
.modePC .box02 .M__Long img {
  width: 420px;
  height: 630px;
}
.modePC .box02 .M__Long.left {
  text-align: left;
}
.modePC .box02 .M__Long.center {
  text-align: center;
}
.modePC .box02 .M__Long.right {
  text-align: right;
}

.modeSP .box02 .M__Long .imgWrap {
  width: 293px;
  height: 440px;
}
.modeSP .box02 .M__Long img {
  width: 293px;
  height: auto;
}
.modeSP .box02 .M__Long.left {
  text-align: left;
}
.modeSP .box02 .M__Long.center {
  text-align: center;
}
.modeSP .box02 .M__Long.right {
  text-align: right;
}
/**
 * L__Wide
 **/
.modePC .box02 .L__Wide {
  margin-left: -80px;
}
.modePC .box02 .L__Wide .imgWrap {
  width: 1120px;
}
.modePC .box02 .L__Wide .imgWrap img {
  width: 100%;
}

.modeSP .box02 .L__Wide {
  margin-left: -30px;
}
.modeSP .box02 .L__Wide .imgWrap {
  width: 690px;
}
.modeSP .box02 .L__Wide img {
  width: 100%;
}

/* box03
------------------------------------------*/
.modePC .box03 {
  width: 960px;
  margin-bottom: 125px;
  padding-top: 145px;
  position: relative;
}
.modeSP .box03 {
  padding-top: 100px;
  width: 690px;
  margin: 0 auto 150px;
}
.modePC .box03 p {
  margin-bottom: 40px;
}
.modeSP .box03 p {
  margin-bottom: 40px;
}

.modePC .box03 li {
  float: left;
}
.modePC .box03 li img {
  width: 310px;
}
.modePC .box03 li:nth-of-type(1) {
  margin-right: 15px;
}
.modePC .box03 li:nth-of-type(2) {
  margin-right: 15px;
}
.modeSP .box03 ul {
  text-align: center;
}
.modeSP .box03 li {
  margin-bottom: 15px;
}
.modeSP .box03 li img {
  width: 550px;
}

/* box04
------------------------------------------*/
.modePC .box04 {
  margin: 0 auto 95px;
  width: 960px;
  padding-top: 80px;
}
.modeSP .box04 {
  padding-top: 100px;
  width: 690px;
  margin: 0 auto 120px;
}
.box04 .disnon {
  display: none;
}

/**
 * p1
 **/
.modePC .box04 .p1 {
  margin: 0 auto 50px;
  width: 960px;
  overflow: hidden;
}
.modeSP .box04 .p1 {
  margin: 0 auto;
  width: 690px;
  overflow: hidden;
  margin-bottom: 60px;
}

.modePC .box04 .p1 ul {
  overflow: auto;
  margin-left: 209px;
}
.modeSP .box04 .p1 ul {
  overflow: auto;
  margin-left: 20px;
}

.modePC .box04 .p1 li {
  float: left;
  margin-right: 50px;
  font-size: 14px;
}
.modeSP .box04 .p1 li {
  float: left;
  margin-right: 50px;
}

.box04 .p1 li:last-child {
  margin-right: 0;
}
.box04 .p1 li:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  margin-top: 5px;
}

.box04 .p1 .current {
  font-weight: bold;
}
.box04 .p1 .current:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
}
.box04 .p1 span svg {
  width: 14px;
  height: 14px;
  margin-left: 20px;
  vertical-align: middle;
}
.box04 .p1 span:nth-of-type(1) {
  display: inline;
}
.box04 .p1 span:nth-of-type(2) {
  display: none;
}
.box04 .p1 .current span:nth-of-type(1) {
  display: none;
}
.box04 .p1 .current span:nth-of-type(2) {
  display: inline;
}

/**
 * p2
 **/
.modePC .box04 .p2 {
  width: 650px;
  background: #ffffff;
  margin: 0 auto 55px;
  padding: 25px 0;
}
.modeSP .box04 .p2 {
  width: 600px;
  background: #ffffff;
  margin: 0 auto 55px;
  padding: 25px 0;
}

.modePC .box04 .p2 h2 {
  padding: 0 35px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}
.modePC .box04 .p2 h2 svg {
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
}
.modePC .box04 .p2 h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  background-color: #000;
  margin-top: 2px;
}
.modeSP .box04 .p2 h2 {
  padding: 0 35px;
  font-weight: bold;
  margin-bottom: 25px;
}
.modeSP .box04 .p2 h2 svg {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
}
.modeSP .box04 .p2 h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  background-color: #000;
  margin-top: 5px;
}

.box04 .p2 p:nth-of-type(1) {
  padding: 0 35px;
}
.modePC .box04 .p2 p span:nth-of-type(n + 2) {
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
}
.modePC .box04 .p2 p:nth-of-type(2) {
  padding: 10px 35px 0 130px;
}
.modePC .box04 .p2 p svg {
  width: 24px;
  height: 24px;
  margin: -2px 2px 0 0;
}

.modeSP .box04 .p2 p span:nth-of-type(n + 2) {
  margin-left: 20px;
  font-size: 32px;
  font-weight: bold;
}
.modeSP .box04 .p2 p:nth-of-type(2) {
  padding: 0 35px;
  margin-top: 10px;
}
.modeSP .box04 .p2 p svg {
  width: 34px;
  height: 34px;
}

/**
 * p3
 **/
.modePC .box04 .p3 {
  width: 650px;
  margin: 0 auto 103px;
}
.modeSP .box04 .p3 {
  width: 690px;
  margin: 0 auto;
}

.box04 .p3 table {
  border-collapse: separate;
  border-spacing: 30px 0;
}
.modePC .box04 .p3 tr {
  height: 40px;
}
.modePC .box04 .p3 tr th {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 28px;
  text-align: left;
  height: 60px;
}
.modePC .box04 .p3 th:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
}
.modePC .box04 .p3 tr th svg {
  width: 20px;
  height: 20px;
}
.modePC .box04 .p3 tr th:nth-of-type(1),
.modePC .box04 .p3 tr td:nth-of-type(1) {
  width: 170px;
}
.modePC .box04 .p3 tr th:nth-of-type(2),
.modePC .box04 .p3 tr td:nth-of-type(2) {
  width: 150px;
}
.modePC .box04 .p3 tr th:nth-of-type(3),
.modePC .box04 .p3 tr td:nth-of-type(3) {
  width: 240px;
}
.modePC .box04 .p3 tr td:nth-of-type(2) {
  text-align: right;
}
.modePC .box04 .p3 tr:last-child {
  font-size: 14px;
  font-weight: bold;
}

.modeSP .box04 .p3 tr {
  height: 70px;
}
.modeSP .box04 .p3 tr th {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 28px;
  text-align: left;
  height: 60px;
}
.modeSP .box04 .p3 th:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
}
.modeSP .box04 .p3 tr th svg {
  width: 34px;
  height: 34px;
}
.modeSP .box04 .p3 tr td {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.modeSP .box04 .p3 tr th:nth-of-type(1),
.modeSP .box04 .p3 tr td:nth-of-type(1) {
  width: 170px;
}
.modeSP .box04 .p3 tr th:nth-of-type(2),
.modeSP .box04 .p3 tr td:nth-of-type(2) {
  width: 200px;
}
.modeSP .box04 .p3 tr th:nth-of-type(3),
.modeSP .box04 .p3 tr td:nth-of-type(3) {
  width: 290px;
}
.modeSP .box04 .p3 tr td:nth-of-type(2) {
  text-align: right;
}
.modeSP .box04 .p3 tr:last-child td {
  font-size: 23px;
  font-weight: bold;
}

/* page ceremony
==========================================*/
#ceremony.modePC .box02 div:nth-of-type(2) {
  margin-bottom: 40px;
  margin-top: 20px;
}
#ceremony.modePC .box02 div:nth-of-type(3) {
  /* margin-top: -30px; */
}
#ceremony.modePC .box02 div:nth-of-type(4) {
  margin-bottom: 40px;
}
/* #ceremony.modePC .box02 div:nth-of-type(5) {
  margin-top: 50px;
  margin-left: 35px;
} */
#ceremony.modePC .box02 div:nth-of-type(5) {
  margin-bottom: 200px;
}
#ceremony.modePC .box02 div:nth-of-type(8) {
  margin-left: 30px;
}
#ceremony.modePC .box02 div:nth-of-type(8) {
  margin-left: -100px;
}
#ceremony.modePC .box02 div:nth-of-type(10) {
  margin-bottom: 10px;
  margin-right: 0px;
}

#ceremony.modeSP .box02 div:nth-of-type(2) {
  margin-bottom: 50px;
}
#ceremony.modeSP .box02 div:nth-of-type(3) {
  margin-left: 20px;
  top: 20px;
}
#ceremony.modeSP .box02 div:nth-of-type(4) {
  margin-bottom: 45px;
}
/* #ceremony.modeSP .box02 div:nth-of-type(5) {
  margin-top: 50px;
  margin-left: 35px;
} */
#ceremony.modeSP .box02 div:nth-of-type(10) {
  margin-bottom: 20px;
  margin-left: -100px;
}


/* page wedding_style  natural - s01
==========================================*/
#wedding_style.modePC .box02 {
  margin-top: 150px;
}

#wedding_style.modePC .box02 .title.left p.leadText {
  top: 160px;
  left: 0;
}
#wedding_style.modePC .box02 .title.right p.leadText {
  top: 160px;
  right: 0;
}
#wedding_style .box02 .title.right p.leadText {
  text-align: right;
}
#wedding_style .box02 .title.right .barTitleA p:nth-of-type(2) {
  text-align: right;
}
#wedding_style .box02 .title.right .barTitleA:after {
  margin-left: auto;
}

#wedding_style.modePC .box02.natural .image-box div:nth-of-type(1) {
  margin-top: 100px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(2) {
  margin-top: -200px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(3) {
  margin-top: -300px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(4) {
  margin-top: 150px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(5) {
  margin-top: -70px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(6) {
  margin-top: -200px;
  margin-right: -150px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(7) {
  margin-top: -100px;
  margin-left: -100px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(8) {
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(9) {
  margin-top: -250px;
  margin-right: -40px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(10) {
  margin-right: 100px;
  margin-top: -50px;
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(11) {
}
#wedding_style.modePC .box02.natural .image-box div:nth-of-type(12) {
  margin-top: 80px;
}

#wedding_style.modeSP .box02.natural div:nth-of-type(1) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(2) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(3) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(4) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(5) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(6) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(8) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(10) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(11) {
}
#wedding_style.modeSP .box02.natural div:nth-of-type(12) {
}

/* page wedding_style  syabby
==========================================*/
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(1) {
  margin-right: 70px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(2) {
  margin-top: -240px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(3) {
  margin-top: -130px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(4) {
  margin-top: 200px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(5) {
  margin-top: -200px;
  margin-right: 50px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(6) {
  margin-top: -240px;
  margin-left: 120px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(7) {
  margin-top: 200px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(8) {
  margin-top: -80px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(9) {
  margin-top: -60px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(10) {
  margin-top: -120px;
  margin-right: 100px;
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(11) {
}
#wedding_style.modePC .box02.syabby .image-box div:nth-of-type(12) {
  margin-top: 220px;
}

#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(1) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(2) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(3) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(4) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(5) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(6) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(7) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(8) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(9) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(10) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(11) {
}
#wedding_style.modeSP .box02.syabby .image-box div:nth-of-type(12) {
}

/* page wedding_style  japanese
==========================================*/
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(1) {
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(2) {
  margin-top: -80px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(3) {
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(4) {
  margin-top: -190px;
  margin-right: 90px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(5) {
  margin-top: -80px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(6) {
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(7) {
  margin-left: -80px;
  margin-top: -220px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(8) {
  margin-top: -190px;
  margin-right: 60px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(9) {
  margin-top: 160px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(10) {
  margin-top: 180px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(11) {
  margin-top: -80px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(12) {
  margin-top: -50px;
}
#wedding_style.modePC .box02.japanese .image-box div:nth-of-type(13) {
  margin-top: 200px;
}

#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(1) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(2) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(3) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(4) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(5) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(6) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(7) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(8) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(9) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(10) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(11) {
}
#wedding_style.modeSP .box02.japanese .image-box div:nth-of-type(12) {
}

/* page food
==========================================*/
#food.modePC .box02 div:nth-of-type(2) {
  margin-right: 40px;
}
#food.modePC .box02 div:nth-of-type(3) {
  margin-left: 40px;
  margin-bottom: 40px;
}
#food.modePC .box02 div:nth-of-type(4) {
  margin-top: 150px;
}
#food.modePC .box02 div:nth-of-type(8) {
  margin-left: 100px;
}

#food.modeSP .box02 div:nth-of-type(2) {
  margin-right: 40px;
}
#food.modeSP .box02 div:nth-of-type(3) {
  margin-left: 40px;
  margin-bottom: 20px;
}
#food.modeSP .box02 div:nth-of-type(4) {
  margin-top: 120px;
}
#food.modeSP .box02 div:nth-of-type(8) {
  margin-left: 100px;
}

/* page dress
==========================================*/
#dress.modePC .box02 div:nth-of-type(1) {
}
#dress.modePC .box02 div:nth-of-type(2) {
  margin-top: -250px;
  margin-right: 50px;
}
#dress.modePC .box02 div:nth-of-type(3) {
  margin-left: 30px;
}
#dress.modePC .box02 div:nth-of-type(4) {
  margin-top: -250px;
}
#dress.modePC .box02 div:nth-of-type(5) {
  margin-left: 50px;
  margin-top: 220px;
}
#dress.modePC .box02 div:nth-of-type(6) {
}
#dress.modePC .box02 div:nth-of-type(7) {
  margin-top: 200px;
}

#dress.modeSP .box02 div:nth-of-type(1) {
}
#dress.modeSP .box02 div:nth-of-type(2) {
  margin-top: -100px;
  margin-right: 50px;
  margin-bottom: 150px;
}
#dress.modeSP .box02 div:nth-of-type(3) {
  margin-left: 5px;
}
#dress.modeSP .box02 div:nth-of-type(4) {
  margin-top: -270px;
}
#dress.modeSP .box02 div:nth-of-type(5) {
  margin-left: 50px;
  margin-top: 220px;
}
#dress.modeSP .box02 div:nth-of-type(6) {
}
#dress.modeSP .box02 div:nth-of-type(7) {
  margin-top: 160px;
}

/* .dress-photo */
.modePC .dress-photo {
  padding-top: 130px;
  margin-bottom: 300px;
}
.modeSP .dress-photo {
  padding-top: 100px;
}

.modePC .dress-photo__docs {
  margin: 80px 0;
  text-align: center;
}
.modeSP .dress-photo__docs {
  margin-top: 50px;
  margin-bottom: 40px;
}

/* mirror */
#dress.modePC .mirror {
  margin-bottom: 300px;
}
#dress.modeSP .mirror {
  margin-top: 260px;
}

#dress .mirror__list {
  margin-right: auto;
  margin-left: auto;
}
#dress.modePC .mirror__list {
  width: 700px;
  margin-top: 80px;
  margin-bottom: 80px;
}
#dress.modeSP .mirror__list {
  width: 630px;
}

#dress.modePC .mirror__image {
  margin-bottom: 50px;
}
#dress.modeSP .mirror__image {
  margin-top: 50px;
  margin-bottom: 40px;
}
#dress .mirror__image img {
  width: 100%;
}

#dress.modePC .mirror__disc {
  margin-bottom: 50px;
}

#dress.modePC .mirror__information {
  display: flex;
  align-items: center;
}

#dress.modePC .mirror__logo {
  width: 278px;
  margin-right: 27px;
}
#dress.modeSP .mirror__logo {
  background: #fff;
  margin: 35px 0;
}
#dress .mirror__logo img {
  width: 100%;
}

#dress .mirror__data span {
  font-weight: bold;
}

/* dress-shop */
#dress.modePC .dress-shop {
  margin-bottom: 80px;
}
#dress.modeSP .dress-shop {
  margin-top: 260px;
}

#dress .dress-shop__list {
  margin: 0 auto;
}
#dress.modePC .dress-shop__list {
  width: 1050px;
  margin-bottom: 150px;
}
#dress.modeSP .dress-shop__list {
  width: 630px;
  margin-bottom: 150px;
}
#dress .dress-shop__list:last-child {
  margin-bottom: 0;
}

#dress .dress-shop__information {
  display: flex;
}
#dress.modePC .dress-shop__information {
  margin-top: 70px;
  margin-left: 67px;
}
#dress.modeSP .dress-shop__information {
  flex-wrap: wrap;
}

#dress .dress-shop__logo {
}
#dress.modePC .dress-shop__logo {
  width: 480px;
  margin-top: -100px;
}
#dress.modeSP .dress-shop__logo {
  background: #fff;
  margin: 35px 0;
}
#dress .dress-shop__logo img {
  width: 100%;
}

#dress .dress-shop__text {
}

#dress.modePC .dress-shop__disc {
  width: 286px;
  margin-bottom: 60px;
}

#dress.modePC .dress-shop__data {
  width: 300px;
}
#dress.modeSP .dress-shop__data {
  margin-top: 50px;
}
#dress .dress-shop__data span {
  font-weight: bold;
}

/* .dress-shop__list.right */
#dress.modePC .right .dress-shop__logo {
  margin-right: 120px;
}
#dress.modeSP .right .dress-shop__information {
  flex-direction: column;
}
/* .dress-shop__list.left */
#dress.modePC .left .dress-shop__text {
  margin-right: 120px;
}
#dress.modeSP .left .dress-shop__information {
  flex-direction: column-reverse;
}

/* page venue
==========================================*/
/* #venue.modePC .box02 div:nth-of-type(2),
#venue.modePC .box02 div:nth-of-type(4),
#venue.modePC .box02 div:nth-of-type(7),
#venue.modePC .box02 div:nth-of-type(9) {
  margin-bottom: 200px;
} */
#venue.modePC .box02 div.section-end-image{
  margin-bottom: 200px;
}

#venue.modePC .left.title p.leadText {
  left: 80px;
}
#venue.modePC .right.title p.leadText {
  right: 60px;
}
#venue .supplement{
  position: absolute;
  right: 0;
}

#venue.modePC .box02 div:nth-of-type(7) {margin-top: 160px;}
#venue.modeSP .box02 div:nth-of-type(7) {margin-top: 160px;}
.modePC#venue .supplement{ bottom: -30px;font-size: 10px; }
.modeSP#venue .supplement{ bottom: -100px;font-size: 18px; }



/* page gift
==========================================*/
#gift.modeSP .box02 .title {
  padding-top: 190px;
}
#gift.modeSP .box02 .title p.leadText {
  width: 350px;
  margin-left: -20px;
}
#gift.modeSP .box02 .title.left p.imgWrap {
  right: -30px;
}
#gift.modeSP .box02 .title.right p.imgWrap {
  left: -30px;
}

/* page wedding story
==========================================*/
.modeSP#wedding-story .barTitleA48 p:nth-of-type(1) {
  font-size: 64px;
}
.modeSP#wedding-story .barTitleA p:nth-of-type(2) {
  font-size: 24px;
}

/**
 * link-same-level 横導線
 **/
.modePC .link-same-level {
  width: 960px;
  padding-top: 145px;
  position: relative;
}
.modeSP .link-same-level {
  width: 550px;
  padding-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
.modePC .link-same-level .link-same-level__disc {
  margin-bottom: 40px;
}
.modeSP .link-same-level .link-same-level__disc {
  margin-bottom: 120px;
}

.modePC .link-same-level .storyList {
  display: flex;
  justify-content: space-between;
}

.modeSP .storyList {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.storyList li {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  filter: grayscale(100%);
}
.modePC .storyList li {
  width: 310px;
  height: 120px;
  transition: opacity 0.3s ease;
}
.modeSP .storyList li {
  width: 550px;
  height: 212px;
  margin-bottom: 32px;
}

/* 背景 */
.storyList li.story1 {
  background-image: url("../img/wedding/story/link_story1.jpg");
}
.storyList li.story2 {
  background-image: url("../img/wedding/story/link_story2.jpg");
}
.storyList li.story3 {
  background-image: url("../img/wedding/story/link_story3.jpg");
}

/* リスト装飾 */
.storyList li::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7); /* 常時70& */
  transition: opacity 0.3s ease;
  z-index: 0;
  inset: 0;
}
.modeSP .storyList li::before {
  background: rgba(0, 0, 0, 0.3); /* 常時70& */
}

/* current*/
.storyList li.current {
  filter: none;
  pointer-events: none;
}
.modePC .storyList li.current {
  filter: none;
}

.modePC .storyList li:hover {
  filter: grayscale(70%);
}

.storyList li.current::before {
  opacity: 0.4;
}
.modePC .storyList li:not(.current):hover::before {
  opacity: 0.4;
}
.modePC .storyList li.current:hover a {
  opacity: 0.8;
}

.storyList li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.storyList li a p {
  position: absolute;
  transform: none;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.modePC .storyList li a p {
  bottom: 18px;
  left: 22px;
  font-size: 18px;
}
.modeSP .storyList li a p {
  bottom: 32px;
  left: 44px;
  font-size: 32px;
}

/**
 * schedule　スケジュール
 **/
.timeline {
  margin-right: auto;
  margin-left: auto;
}
.modePC .timeline {
  width: 1120px;
  margin-top: 180px;
}
.modeSP .timeline {
  width: 630px;
  margin-top: 200px;
}

.timeline__schedule {
  position: relative;
  margin: 0 auto;
}
.modePC .timeline__schedule {
  width: 1120px;
  margin-top: 140px;
  margin-bottom: 50px;
}
.modeSP .timeline__schedule {
  margin-top: 120px;
  margin-bottom: 120px;
}

/* 最後のドット */
.timeline__schedule::after {
  content: "";
  position: absolute;
}
.modePC .timeline__schedule::after {
  width: 1px;
  bottom: -74px;
  left: 77px;
  height: 74px;
  background-image: repeating-linear-gradient(to bottom, #000 0px, /*dot開始位置*/ #000 4px, /*dot終了＝長さ*/ transparent 4px, /*dot終了と同じ*/ transparent 8px /*次のdotの開始地点*/);
}
.modeSP .timeline__schedule::after {
  width: 2px;
  bottom: -130px;
  left: 10px;
  height: 130px;
  background-image: repeating-linear-gradient(to bottom, #000 0px, /*dot開始位置*/ #000 8px, /*dot終了＝長さ*/ transparent 8px, /*dot終了と同じ*/ transparent 16px /*次のdotの開始地点*/);
}

.schedule {
  position: relative;
}
.modePC .schedule {
  padding-top: 140px;
  display: flex;
  padding-bottom: 120px;
}
.modeSP .schedule {
  margin-top: 190px;
}

/* 縦に長に線 */
.modePC .schedule::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #000;
  top: 0;
  bottom: 0;
  left: 77px;
}
.modeSP .schedule::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #000;
  top: 128px;
  left: 10px;
  /* height: calc(100% - 148px); */
  height: 100%;
}
.modeSP .schedule:last-of-type::after {
  height: calc(100% - 138px);
}

/* 1つ目の .schedule にだけ適用 */
.modePC .schedule:first-of-type {
  padding-top: 0;
}
.modePC .schedule:first-of-type::after {
  top: 11px;
}

.modeSP .schedule:first-of-type {
  margin-top: 0;
}

.daytoday {
  position: relative;
  width: 100%;
}
.modeSP .daytoday {
  margin-top: 120px;
  margin-bottom: -200px;
}
/* 【横】100% ドット線 */
.daytoday::after {
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: repeat-x;
}
.modePC .daytoday::after {
  width: 100%;
  height: 1px;
  left: 0;
  background-image: repeating-linear-gradient(to right, #000 0px, /*dot開始位置*/ #000 4px, /*dot終了＝長さ*/ transparent 4px, /*dot終了と同じ*/ transparent 8px /*次のdotの開始地点*/);
}
.modeSP .daytoday::after {
  width: calc(100% + 96px);
  left: -51px;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #000 0px, /*dot開始位置*/ #000 8px, /*dot終了＝長さ*/ transparent 8px, /*dot終了と同じ*/ transparent 16px /*次のdotの開始地点*/);
}
/* 縦に長に線 */
.modePC .daytoday::before {
  content: "";
  position: absolute;
  top: 0;
  left: 77px;
  width: 1px;
  height: 100%;
  background: #000;
}

.daytoday__text {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}
.modePC .daytoday__text {
  width: 140px;
  height: 33px;
  padding-left: 18px;
  margin: 50px 0;
}
.modeSP .daytoday__text {
  width: 260px;
  height: 66px;
  padding-left: 32px;
  margin: 50px 0;
}

.daytoday__img {
}
.modePC .daytoday__img {
}
.modeSP .daytoday__img {
  margin-left: auto;
}
/* 月 */
.modePC .daytoday__img:first-child {
  width: 29px;
  margin-left: 5px;
}
.modeSP .daytoday__img:first-child {
  width: 58px;
  margin-right: 10px;
}
/* 太陽 */
.modePC .daytoday__img:last-of-type {
  width: 35px;
}
.modeSP .daytoday__img:last-of-type {
  width: 80px;
}

.daytoday__img img {
  width: 100%;
}
.modePC .daytoday__img img {
}
.modeSP .daytoday__img img {
}

.schedule__headline {
  position: relative;
}
.modePC .schedule__headline {
  padding-bottom: 120px;
  display: flex;
}
.modeSP .schedule__headline {
  padding-bottom: 60px;
}

/* タイトの間にある短い【横】横線 */
.schedule__headline::before {
  content: "";
  background: #000;
  position: absolute;
}
.modePC .schedule__headline::before {
  width: 13px;
  height: 1px;
  top: 11px;
  left: 71px;
}
.modeSP .schedule__headline::before {
  width: 21px;
  height: 2px;
  top: 128px;
  left: 0px;
}

.schedule__time {
  font-weight: bold;
}
.modePC .schedule__time {
  width: 94px;
  font-size: 16px;
}
.modePC.s3 .schedule__time {
  width: 104px;
  margin-left: -45px;
}
.modePC.s3 .schedule__headline {
  gap: 40px;
}
.modeSP .schedule__time {
  font-size: 32px;
  margin-bottom: 16px;
}
.modePC .schedule__time-pc {
  margin-top: -24px;
}

.schedule__title {
  font-weight: bold;
}
.modePC .schedule__title {
  width: 125px;
}
.modeSP .schedule__title {
  white-space: nowrap;
}

.schedule__body {
}
.modePC .schedule__body {
  margin-left: 40px;
}
.modeSP .schedule__body {
  margin-left: 77px;
}

.schedule__disc {
  font-weight: normal;
}
.modePC .schedule__disc {
  font-size: 15px;
  margin-bottom: 80px;
}
.modeSP .schedule__disc {
  padding-top: 30px;
  margin-bottom: 100px;
  font-size: 24px;
  line-height: 150%;
}

.schedule__imagebox {
}
.modePC .schedule__imagebox {
  width: 860px;
}
.modeSP .schedule__imagebox {
}

.schedule__imagebox p {
}
.modePC .schedule__imagebox p {
}
.modeSP .schedule__imagebox p {
}

.schedule__imagebox img {
}

/**
 * 3のSPだけデザイン調整
 */
.modeSP .schedule__into-before.schedule::after {
  height: calc(100% - 60px);
}

.modeSP .schedule__into {
  margin-top: 120px;
}

.modeSP .schedule__into .schedule__headline {
  padding-bottom: 30px;
}
.modeSP .schedule__into.schedule::after {
  top: 98px;
  height: calc(100% - 30px);
}
.modeSP .schedule__into.schedule:last-child {
  height: calc(100% + 60px);
}
.modeSP .schedule__include {
  padding-bottom: 76px;
}

.modeSP .schedule__into .schedule__time {
  display: none;
}

.modeSP .schedule__into.schedule .schedule__headline::before {
  top: 98px;
}
