@charset "UTF-8";
.p-top #Mv .mv-pics {
  width: 100%;
  overflow: hidden;
}

.p-top #Mv .mv-pics div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.p-top #Mv .mv-pics div p span {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  opacity: 0;
}

@media print, screen and (min-width: 769px) {
  .p-top #Mv .mv-pics {
    height: 650px;
  }
  .p-top #Mv .mv-pics div {
    display: -webkit-flex;
    display: flex;
  }
  .p-top #Mv .mv-pics div p {
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .p-top #Mv .mv-pics div p span {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top #Mv .mv-pics .pic-1 p:nth-of-type(1) span {
    background-image: url("../img/top/mv-pic-1a-pc.jpg");
  }
  .p-top #Mv .mv-pics .pic-1 p:nth-of-type(2) span {
    background-image: url("../img/top/mv-pic-1b-pc.jpg");
  }
  .p-top #Mv .mv-pics .pic-2 p:nth-of-type(1) span {
    background-image: url("../img/top/mv-pic-2a-pc.jpg");
  }
  .p-top #Mv .mv-pics .pic-2 p:nth-of-type(2) span {
    background-image: url("../img/top/mv-pic-2b-pc.jpg");
  }
  .p-top #Mv .mv-pics .pic-3 p:nth-of-type(1) span {
    background-image: url("../img/top/mv-pic-3a-pc.jpg");
  }
  .p-top #Mv .mv-pics .pic-3 p:nth-of-type(2) span {
    background-image: url("../img/top/mv-pic-3b-pc.jpg");
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Mv .mv-pics {
    height: 137.066vw;
  }
  .p-top #Mv .mv-pics div {
    opacity: 0;
  }
  .p-top #Mv .mv-pics div.pic-1 {
    background-image: url("../img/top/mv-pic-1-sp.jpg");
  }
  .p-top #Mv .mv-pics div.pic-2 {
    background-image: url("../img/top/mv-pic-2-sp.jpg");
  }
  .p-top #Mv .mv-pics div.pic-3 {
    background-image: url("../img/top/mv-pic-3-sp.jpg");
  }
  .p-top #Mv .mv-pics div.pic-4 {
    background-image: url("../img/top/mv-pic-4-sp.jpg");
  }
  .p-top #Mv .mv-pics div.pic-5 {
    background-image: url("../img/top/mv-pic-5-sp.jpg");
  }
  .p-top #Mv .mv-pics div.pic-6 {
    background-image: url("../img/top/mv-pic-6-sp.jpg");
  }
}

.p-top #Mv .mv-logo {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .p-top #Mv .mv-logo {
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .p-top #Mv .mv-logo h2 {
    width: 198px;
    height: 198px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Mv .mv-logo {
    right: 5.333vw;
    bottom: -5.334vw;
  }
  .p-top #Mv .mv-logo h2 {
    width: 34.133vw;
    height: 34.133vw;
  }
}

.p-top #Concept {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-top #Concept {
    width: 1020px;
    margin-top: 100px;
    margin-bottom: 150px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Concept {
    width: 78.666vw;
    margin-top: 21.333vw;
    margin-bottom: 32vw;
  }
}

.p-top #Concept .concept-1 .catch {
  color: #D7C3B5;
}

.p-top #Concept .concept-1 .desc h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-top #Concept .concept-1 .desc p {
  line-height: 1.8;
}

.p-top #Concept .concept-1 .desc p:nth-of-type(n + 2) {
  margin-top: 1em;
}

@media print, screen and (min-width: 769px) {
  .p-top #Concept .concept-1 .pic {
    width: 432px;
    padding-top: 30px;
  }
  .p-top #Concept .concept-1 .catch {
    position: absolute;
    top: 0;
    left: 345px;
    width: 520px;
  }
  .p-top #Concept .concept-1 .catch p {
    margin-top: 10px;
    text-align: right;
    font-size: 18px;
  }
  .p-top #Concept .concept-1 .desc {
    position: absolute;
    top: 150px;
    left: 535px;
    font-size: 12px;
  }
  .p-top #Concept .concept-1 .desc h3 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Concept .concept-1 {
    margin-bottom: 16vw;
  }
  .p-top #Concept .concept-1 .catch {
    margin-bottom: 5.866vw;
  }
  .p-top #Concept .concept-1 .catch h2 {
    margin-top: -4.267vw;
  }
  .p-top #Concept .concept-1 .catch h2 img {
    margin-left: -5.334vw;
  }
  .p-top #Concept .concept-1 .catch p {
    margin-top: 3.2vw;
    text-align: right;
    font-size: 2.933vw;
  }
  .p-top #Concept .concept-1 .desc h3 {
    margin-bottom: 4.266vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .p-top #Concept .concept-1 .desc p {
    font-size: 3.2vw;
  }
}

.p-top #Concept .concept-2 .pic h3 {
  position: absolute;
  top: 49%;
  margin: auto;
  color: white;
  font-family: 'Cormorant', serif;
  overflow: hidden;
  text-indent: -0.3em;
}

.p-top #Concept .concept-2 .desc {
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .p-top #Concept .concept-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 120px;
  }
  .p-top #Concept .concept-2 .pic {
    width: 460px;
    margin-top: -300px;
    margin-right: 15px;
  }
  .p-top #Concept .concept-2 .pic h3 {
    font-size: 38px;
  }
  .p-top #Concept .concept-2 .desc {
    margin-right: 115px;
    font-size: 12px;
    text-align: right;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Concept .concept-2 .pic {
    margin-bottom: 4.266vw;
  }
  .p-top #Concept .concept-2 .pic h3 {
    text-indent: -0.2em;
    font-size: 10.666vw;
  }
  .p-top #Concept .concept-2 .desc {
    font-size: 3.2vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-top #Bride {
    margin-bottom: 125px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Bride {
    margin-bottom: 21.333vw;
  }
}

.p-top #Bride .bride-title {
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .p-top #Bride .bride-title {
    position: absolute;
    top: -2px;
    left: 44%;
    margin: auto;
  }
  .p-top #Bride .bride-title h2 {
    width: 570px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Bride .bride-title {
    background: #F4F0ED;
    padding-left: 5.333vw;
    padding-bottom: 14.666vw;
  }
}

.p-top #Bride .bride-group {
  background: #F4F0ED;
  overflow: hidden;
}

.p-top #Bride .bride-group .bride-summary::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #EFE9E4;
}

.p-top #Bride .bride-group .bride-summary dl dt {
  color: #C9B593;
}

.p-top #Bride .bride-group .bride-summary dl dt h3 {
  font-family: 'Cormorant', serif;
}

.p-top #Bride .bride-group .bride-summary dl .desc {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 769px) {
  .p-top #Bride .bride-group {
    display: -webkit-flex;
    display: flex;
    height: 800px;
  }
  .p-top #Bride .bride-group .bride-pic {
    width: 44%;
    height: 100%;
  }
  .p-top #Bride .bride-group .bride-pic picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top #Bride .bride-group .bride-pic picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-top #Bride .bride-group .bride-summary {
    width: 56%;
  }
  .p-top #Bride .bride-group .bride-summary dl {
    position: absolute;
    top: 245px;
    left: 23%;
    width: 425px;
    font-size: 12px;
  }
  .p-top #Bride .bride-group .bride-summary dl dt {
    margin-bottom: 18px;
  }
  .p-top #Bride .bride-group .bride-summary dl dt h3 {
    margin-left: -0.08em;
    font-size: 50px;
  }
  .p-top #Bride .bride-group .bride-summary dl .desc {
    margin-bottom: 30px;
  }
  .p-top #Bride .bride-group .bride-summary::before {
    left: calc(23% - 40px);
    width: 430px;
    height: 680px;
    border-top-left-radius: 215px;
    border-top-right-radius: 215px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Bride .bride-group .bride-pic {
    margin-bottom: 18.666vw;
  }
  .p-top #Bride .bride-group .bride-summary {
    margin: auto;
    width: 89.333vw;
    padding-bottom: 190px;
  }
  .p-top #Bride .bride-group .bride-summary::before {
    right: -5.334vw;
    width: 80vw;
    height: 124.8vw;
    border-top-left-radius: 40vw;
    border-top-right-radius: 40vw;
  }
  .p-top #Bride .bride-group .bride-summary dl {
    font-size: 3.2vw;
  }
  .p-top #Bride .bride-group .bride-summary dl dt {
    margin-bottom: 4.266vw;
  }
  .p-top #Bride .bride-group .bride-summary dl dt h3 {
    margin-bottom: 2.666vw;
    font-size: 10.666vw;
  }
  .p-top #Bride .bride-group .bride-summary dl .desc {
    margin-bottom: 4.266vw;
  }
}

.p-top #Bride .bride-types {
  margin: auto;
}

.p-top #Bride .bride-types li picture {
  display: block;
}

.p-top #Bride .bride-types li .brands {
  position: absolute;
  color: white;
  font-family: 'Karla', "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  line-height: 1.8;
}

.p-top #Bride .bride-types li .brands dd {
  margin-left: 2em;
}

.p-top #Bride .bride-types li .link {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .p-top #Bride .bride-types {
    width: 1100px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: -210px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  .p-top #Bride .bride-types li {
    width: 32%;
  }
  .p-top #Bride .bride-types li .pic {
    margin-bottom: 16px;
  }
  .p-top #Bride .bride-types li .pic .brands {
    left: 20px;
    bottom: 20px;
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .p-top #Bride .bride-types {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Bride .bride-types {
    width: 78.666vw;
    margin-top: -29.334vw;
  }
  .p-top #Bride .bride-types li:nth-of-type(n + 2) {
    margin-top: 5.333vw;
  }
  .p-top #Bride .bride-types li .pic .brands {
    left: 5.333vw;
    bottom: 5.333vw;
    font-size: 3.2vw;
  }
  .p-top #Bride .bride-types li .link {
    margin-top: 5.333vw;
  }
}

.p-top #Groom {
  background-color: #F4F0ED;
}

@media print, screen and (min-width: 769px) {
  .p-top #Groom {
    padding-bottom: 110px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Groom {
    padding-bottom: 18.666vw;
  }
}

.p-top #Groom .groom-pics {
  display: -webkit-flex;
  display: flex;
}

.p-top #Groom .groom-pics p {
  background: center center no-repeat;
  background-size: cover;
}

.p-top #Groom .groom-pics p.pic-1 {
  width: 68%;
  border-right: solid 1px transparent;
  background-image: url("../img/top/groom-pic-1.jpg");
}

.p-top #Groom .groom-pics p.pic-2 {
  width: 32%;
  background-image: url("../img/top/groom-pic-2.jpg");
}

@media print, screen and (min-width: 769px) {
  .p-top #Groom .groom-pics {
    position: absolute;
    left: calc(50% - 90px);
    width: 58%;
    height: 590px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Groom .groom-pics {
    padding-left: 10.666vw;
    height: 70.666vw;
  }
}

.p-top #Groom .groom-summary dl dt {
  color: #C9B593;
}

.p-top #Groom .groom-summary dl dt h3 {
  font-family: 'Cormorant', serif;
}

.p-top #Groom .groom-summary dl .desc {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 769px) {
  .p-top #Groom .groom-summary {
    height: 590px;
  }
  .p-top #Groom .groom-summary dl {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 480px);
    width: 310px;
    font-size: 12px;
  }
  .p-top #Groom .groom-summary dl dt {
    margin-bottom: 18px;
  }
  .p-top #Groom .groom-summary dl dt h3 {
    margin-left: -0.08em;
    font-size: 50px;
  }
  .p-top #Groom .groom-summary dl .desc {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Groom .groom-summary {
    padding-left: 10.666vw;
  }
  .p-top #Groom .groom-summary dl {
    width: 78.666vw;
    margin-top: -5.334vw;
    font-size: 3.2vw;
  }
  .p-top #Groom .groom-summary dl dt {
    margin-bottom: 4.266vw;
  }
  .p-top #Groom .groom-summary dl dt h3 {
    margin-bottom: 2.666vw;
    font-size: 10.666vw;
  }
  .p-top #Groom .groom-summary dl .desc {
    margin-bottom: 4.266vw;
  }
}

.p-top #Blog {
  background-color: #D7C3B5;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .p-top #Blog {
    padding: 110px 0;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Blog {
    padding: 18.666vw 0;
  }
  .p-top #Blog .link-arr {
    margin-left: 10.666vw;
  }
}

.p-top #Blog .blog-in {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-top #Blog .blog-in {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-top #Blog .blog-nav {
    width: 300px;
  }
  .p-top #Blog .blog-nav .link-arr {
    position: absolute;
    left: 40px;
    bottom: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Blog .blog-nav {
    width: 78.666vw;
    margin: auto;
  }
  .p-top #Blog .blog-nav::before {
    content: "";
    display: block;
    position: absolute;
    top: -18.667vw;
    width: 1px;
    height: 58.666vw;
    background-color: #E5DDD8;
  }
}

.p-top #Blog .blog-nav .title {
  color: white;
}

.p-top #Blog .blog-nav .title span {
  font-family: 'Karla', "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}

.p-top #Blog .blog-nav .title h2 {
  font-family: 'Cormorant', serif;
}

@media print, screen and (min-width: 769px) {
  .p-top #Blog .blog-nav .title {
    margin-bottom: 36px;
    text-align: center;
  }
  .p-top #Blog .blog-nav .title span {
    font-size: 16px;
  }
  .p-top #Blog .blog-nav .title h2 {
    margin-top: 12px;
    font-size: 50px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Blog .blog-nav .title {
    margin-left: 8vw;
    margin-bottom: 5.333vw;
  }
  .p-top #Blog .blog-nav .title span {
    font-size: 4.266vw;
  }
  .p-top #Blog .blog-nav .title h2 {
    margin-top: 3.2vw;
    font-size: 9.6vw;
  }
}

.p-top #Blog .blog-nav .nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #E5DDD8;
}

.p-top #Blog .blog-nav .nav ul {
  font-family: 'Karla', "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}

.p-top #Blog .blog-nav .nav ul li a {
  display: inline-block;
  color: white;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-top #Blog .blog-nav .nav ul li a:hover {
  opacity: 0.7;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

@media print, screen and (min-width: 769px) {
  .p-top #Blog .blog-nav .nav::before {
    height: 450px;
  }
  .p-top #Blog .blog-nav .nav ul {
    padding-left: 40px;
    font-size: 12px;
  }
  .p-top #Blog .blog-nav .nav ul li {
    margin-bottom: 18px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-top #Blog .blog-nav .nav {
    padding-left: 8vw;
    margin-bottom: 10.666vw;
  }
  .p-top #Blog .blog-nav .nav ul {
    font-size: 3.2vw;
  }
  .p-top #Blog .blog-nav .nav ul li {
    margin-bottom: 3.2vw;
  }
}

.p-bride #Mv .mv-pic {
  width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .p-bride #Mv .mv-pic img {
    width: 100%;
    height: 645px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-bride #Mv .mv-catch .desc dd {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-bride #Mv .mv-catch h1 {
  padding-bottom: 20px;
    color: #fff;
}

.p-bride #Mv .mv-catch h1 img {
  padding-bottom: 10px;
}
.p-bride #Mv .mv-catch h1 p {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-bride #Mv .mv-catch {
    position: absolute;
    top: 265px;
    left: calc(50% + 30px);
    width: 40%;
    max-width: 490px;
    font-size: 13px;
    color: white;
  }
  .p-bride #Mv .mv-catch .title h2 {
    width: 238px;
    margin-bottom: 20px;
  }
  .p-bride #Mv .mv-catch .desc dt {
    margin-bottom: 20px;
  }
    
}

@media print, screen and (max-width: 768px) {
  .p-bride #Mv .mv-catch .title {
    position: absolute;
    top: -66.667vw;
    left: 5.333vw;
  }
  .p-bride #Mv .mv-catch .title h2 {
    width: 175px;
  }
  .p-bride #Mv .mv-catch .desc {
    padding: 10.666vw 10.666vw 0;
  }
  .p-bride #Mv .mv-catch .desc dt {
    margin-bottom: 2.666vw;
    font-size: 3.466vw;
    color: #D7C3B5;
  }
  .p-bride #Mv .mv-catch .desc dd {
    font-size: 3.2vw;
  }
}

.p-bride .l-dress {
  overflow: hidden;
}

.p-bride .l-dress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  background-color: #DEDAD7;
}

@media print, screen and (min-width: 769px) {
  .p-bride .l-dress {
    height: 750px;
    padding-top: 285px;
  }
  .p-bride .l-dress::before {
    height: 622px;
    margin-left: -278px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-bride .l-dress {
    padding-top: 18.666vw;
    padding-bottom: 18.666vw;
  }
  .p-bride .l-dress::before {
    top: 18.666vw;
    left: 10.666vw;
    height: 170.666vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-bride .l-dress .dress-pic {
    position: absolute;
    overflow: hidden;
  }
  .p-bride .l-dress .dress-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
  }
  .p-bride .l-dress .dress-pic.pic-1 {
    right: 0;
    bottom: 0;
    width: 33%;
    height: 670px;
  }
  .p-bride .l-dress .dress-pic.pic-2 {
    left: 0;
    bottom: 0;
    width: 25%;
    height: 526px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-bride .l-dress .dress-pic.pic-1 {
    width: 77.333vw;
  }
  .p-bride .l-dress .dress-pic.pic-2 {
    width: 61.333vw;
    margin-top: -32vw;
    margin-left: 38.666vw;
    margin-bottom: 10.666vw;
  }
}

.p-bride .l-dress .dress-summary .title img {
  width: auto;
  height: 100%;
}

.p-bride .l-dress .dress-summary .summary dl dt {
  color: #D7C3B5;
}

.p-bride .l-dress .dress-summary .summary dl dd {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .p-bride .l-dress .dress-summary {
    width: 1100px;
    margin: auto;
  }
  .p-bride .l-dress .dress-summary .title {
    margin-left: 270px;
    margin-bottom: 60px;
    height: 58px;
  }
  .p-bride .l-dress .dress-summary .title img {
    margin-left: -110px;
  }
  .p-bride .l-dress .dress-summary .summary {
    width: 400px;
    margin-left: 270px;
    padding-left: 40px;
  }
  .p-bride .l-dress .dress-summary .summary dl dt {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .p-bride .l-dress .dress-summary .summary dl dd {
    margin-bottom: 30px;
    font-size: 12px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-bride .l-dress .dress-summary {
    width: 78.666vw;
    margin: auto;
  }
  .p-bride .l-dress .dress-summary .title {
    margin-bottom: 9.333vw;
    height: 21.333vw;
  }
  .p-bride .l-dress .dress-summary .summary dl dt {
    margin-bottom: 3.2vw;
    font-size: 3.466vw;
  }
  .p-bride .l-dress .dress-summary .summary dl dd {
    margin-bottom: 8vw;
    font-size: 3.2vw;
  }
}

.p-bride #Color.l-dress {
  background-color: #F4F0ED;
}

@media print, screen and (min-width: 769px) {
  .p-bride #Kimono.l-dress {
    margin-bottom: 160px;
  }
}

.p-bride #Info {
  border-top: solid 1px #EFE9E4;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Mv {
    display: -webkit-flex;
    display: flex;
    height: 670px;
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Mv {
    margin-bottom: 24vw;
  }
}

.p-dress #Mv .mv-pic {
  overflow: hidden;
}

.p-dress #Mv .mv-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Mv .mv-pic {
    width: 50%;
  }
}

.p-dress #Mv .mv-catch .title img {
  height: 100%;
}

.p-dress #Mv .mv-catch .desc dt {
  color: #CEA4A3;
}

.p-dress #Mv .mv-catch .desc dd {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Mv .mv-catch {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50%;
  }
  .p-dress #Mv .mv-catch .title {
    height: 50px;
    margin-left: -40px;
    margin-bottom: 45px;
  }
  .p-dress #Mv .mv-catch .desc {
    width: 66%;
    max-width: 490px;
    margin-left: 14%;
    font-size: 12px;
  }
  .p-dress #Mv .mv-catch .desc dt {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Mv .mv-catch {
    padding: 18.666vw 5.333vw 0;
  }
  .p-dress #Mv .mv-catch .title {
    margin-bottom: 8vw;
  }
  .p-dress #Mv .mv-catch .title h2 {
    height: 24vw;
  }
  .p-dress #Mv .mv-catch .title.-min h2 {
    height: 9.6vw;
  }
  .p-dress #Mv .mv-catch .desc {
    padding: 0 5.333vw;
  }
  .p-dress #Mv .mv-catch .desc dt {
    margin-bottom: 4.266vw;
    font-size: 3.466vw;
  }
  .p-dress #Mv .mv-catch .desc dd {
    font-size: 3.2vw;
  }
}

.p-dress #Gallery {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Gallery {
    width: calc(100vw - 9.516vw);
    margin-left: 9.516vw;
    margin-bottom: 130px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Gallery {
    margin-bottom: 26.666vw;
  }
}

.p-dress #Gallery .gallery-container li .code {
  margin-top: 0.8em;
  text-align: right;
  color: #CEA4A3;
}

.p-dress #Gallery .gallery-container .nav-arrow {
  position: absolute;
  z-index: 1;
  background: center center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Gallery .gallery-container ul {
    padding-bottom: 30px;
  }
  .p-dress #Gallery .gallery-container li {
    width: 415px;
    padding-bottom: 12px;
  }
  .p-dress #Gallery .gallery-container li .code {
    font-size: 12px;
  }
  .p-dress #Gallery .gallery-container .slick-slide {
    width: 460px;
    padding-right: 45px;
  }
  .p-dress #Gallery .gallery-container .nav-arrow {
    bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/common/nav-arr-pink.png");
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-dress #Gallery .gallery-container .nav-arrow.nav-prev {
    left: 3px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .p-dress #Gallery .gallery-container .nav-arrow.nav-prev:hover {
    -webkit-transform: scaleX(-1) translateX(3px);
    transform: scaleX(-1) translateX(3px);
  }
  .p-dress #Gallery .gallery-container .nav-arrow.nav-next {
    left: 43px;
  }
  .p-dress #Gallery .gallery-container .nav-arrow.nav-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Gallery .gallery-container li {
    width: 78.666vw;
  }
  .p-dress #Gallery .gallery-container li .code {
    font-size: 3.2vw;
  }
  .p-dress #Gallery .gallery-container .slick-slide {
    width: 84vw;
    padding-right: 5.333vw;
  }
  .p-dress #Gallery .gallery-container .nav-arrow {
    top: 53.333vw;
    width: 8vw;
    height: 8vw;
    background-image: url("../img/common/nav-arr-white.png");
  }
  .p-dress #Gallery .gallery-container .nav-arrow.nav-prev {
    left: 5.333vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .p-dress #Gallery .gallery-container .nav-arrow.nav-next {
    right: 5.333vw;
  }
}

.p-dress #Brands {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Brands {
    width: 96%;
    min-width: 1100px;
    max-width: 1200px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Brands {
    padding: 0 5.333vw;
  }
}

.p-dress #Brands .brands-title img {
  width: auto;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Brands .brands-title h2 {
    height: 156px;
    margin-left: -100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  .p-dress #Brands .brands-title h2 {
    margin-left: -2%;
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Brands .brands-title h2 {
    height: 29.333vw;
    margin-left: -8vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-dress #Brands .brands-container {
    margin-top: -16px;
    margin-bottom: 160px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Brands .brands-container {
    margin-top: -5.334vw;
    margin-bottom: 26.666vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-dress #Brands .brands-list {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 80px;
  }
  .p-dress #Brands .brands-list > li:nth-of-type(n + 2) {
    margin-left: 45px;
  }
  .p-dress #Brands .brands-list.-even {
    -webkit-justify-content: right;
    justify-content: right;
  }
}

.p-dress #Brands .brands-item .name {
  color: #C9B593;
}

.p-dress #Brands .brands-item .name h4 {
  font-family: 'Cormorant', serif;
}

.p-dress #Brands .brands-item .desc {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Brands .brands-item {
    width: 415px;
    font-size: 12px;
  }
  .p-dress #Brands .brands-item .pic {
    margin-bottom: 24px;
  }
  .p-dress #Brands .brands-item .summary .name {
    margin-bottom: 10px;
  }
  .p-dress #Brands .brands-item .summary .name h4 {
    margin-bottom: 4px;
    font-size: 24px;
  }
  .p-dress #Brands .brands-item .summary .desc {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Brands .brands-item {
    margin-bottom: 21.333vw;
    font-size: 3.2vw;
  }
  .p-dress #Brands .brands-item .pic {
    margin-bottom: 6.4vw;
  }
  .p-dress #Brands .brands-item .summary {
    padding: 0 5.333vw;
  }
  .p-dress #Brands .brands-item .summary .name {
    margin-bottom: 2.666vw;
  }
  .p-dress #Brands .brands-item .summary .name h4 {
    margin-bottom: 1.066vw;
    font-size: 6.4vw;
  }
  .p-dress #Brands .brands-item .summary .desc {
    margin-bottom: 5.333vw;
  }
}

.p-dress #Products {
  margin: auto;
}

@media print, screen and (max-width: 768px) {
  .p-dress #Products > div:nth-of-type(n + 2) {
    margin-top: 40vw;
  }
}

.p-dress #Products .product .product-title h3 img {
  width: auto;
  height: 100%;
}

.p-dress #Products .product .product-summary {
  line-height: 1.75;
}

.p-dress #Products .product .product-summary dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-dress #Products .product .product-summary dd {
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-dress #Products .product .product-items .text {
  line-height: 1.75;
}

@media print, screen and (min-width: 769px) {
  .p-dress #Products .product {
    margin-bottom: 170px;
  }
  .p-dress #Products .product .product-title {
    position: absolute;
    top: 4px;
    margin-bottom: 60px;
  }
  .p-dress #Products .product .product-title h3 {
    height: 38px;
  }
  .p-dress #Products .product .product-summary {
    width: 1100px;
    margin: 0 auto 60px;
  }
  .p-dress #Products .product .product-summary dt {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .p-dress #Products .product .product-summary dd {
    font-size: 12px;
  }
  .p-dress #Products .product .product-items {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-dress #Products .product .product-items li {
    width: 400px;
  }
  .p-dress #Products .product .product-items .pic {
    margin-bottom: 20px;
  }
  .p-dress #Products .product .product-items .text dt {
    font-size: 13px;
  }
  .p-dress #Products .product .product-items .text dd {
    font-size: 12px;
  }
  .p-dress #Products .product.-odd .product-title {
    left: 0;
  }
  .p-dress #Products .product.-odd .product-summary,
  .p-dress #Products .product.-odd .product-items {
    padding-left: 280px;
  }
  .p-dress #Products .product.-even .product-title {
    right: 0;
  }
  .p-dress #Products .product.-even .product-summary,
  .p-dress #Products .product.-even .product-items {
    padding-right: 280px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .p-dress #Products .product .product-summary {
    padding-top: 50px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-dress #Products .product .product-title {
    margin-bottom: 16vw;
  }
  .p-dress #Products .product .product-title h3 {
    height: 9.066vw;
  }
  .p-dress #Products .product .product-summary {
    padding: 0 5.333vw;
    margin-bottom: 16vw;
  }
  .p-dress #Products .product .product-summary dt {
    margin-bottom: 6.666vw;
    font-size: 4.8vw;
  }
  .p-dress #Products .product .product-summary dd {
    font-size: 3.2vw;
  }
  .p-dress #Products .product .product-items {
    width: 89.333vw;
    margin: auto;
  }
  .p-dress #Products .product .product-items li {
    margin-bottom: 16vw;
  }
  .p-dress #Products .product .product-items .pic {
    margin-bottom: 8vw;
  }
  .p-dress #Products .product .product-items .text dt {
    font-size: 3.466vw;
  }
  .p-dress #Products .product .product-items .text dd {
    font-size: 3.2vw;
  }
}

.p-dress #Info {
  border-top: solid 1px #EFE9E4;
}

.p-brand #Gallery {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-brand #Gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
    padding: 110px 0 130px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Gallery {
    padding: 34.666vw 0 18.666vw;
  }
}

.p-brand #Gallery .brand-title .name {
  z-index: 1;
  color: #D7C3B5;
}

.p-brand #Gallery .brand-title .name h2 {
  display: inline-block;
  font-family: 'Cormorant', serif;
  font-size: 2em;
}

.p-brand #Gallery .brand-title .name span {
  display: inline-block;
}

.p-brand #Gallery .brand-title .brand {
  z-index: 0;
}

.p-brand #Gallery .brand-title .brand img {
  width: auto;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-brand #Gallery .brand-title {
    margin-bottom: 20px;
  }
  .p-brand #Gallery .brand-title .name {
    z-index: 2;
    font-size: 12px;
  }
  .p-brand #Gallery .brand-title .name span {
    margin-left: 0.5em;
  }
  .p-brand #Gallery .brand-title .brand {
    position: absolute;
    top: 16px;
    left: 60px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Gallery .brand-title {
    margin-bottom: 5.333vw;
    z-index: 2;
  }
  .p-brand #Gallery .brand-title .name {
    margin-left: 5.333vw;
    font-size: 3.2vw;
    z-index: 2;
  }
  .p-brand #Gallery .brand-title .name span {
    display: block;
  }
  .p-brand #Gallery .brand-title .brand {
    position: absolute;
    top: 1.066vw;
    right: 0;
  }
}

.p-brand #Gallery .gallery-info .desc {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 769px) {
  .p-brand #Gallery .gallery-info {
    position: absolute;
    left: calc(50% + 100px);
    width: 460px;
  }
  .p-brand #Gallery .gallery-info .artist {
    width: 196px;
    margin-bottom: 25px;
  }
  .p-brand #Gallery .gallery-info .desc {
    margin-bottom: 35px;
    font-size: 12px;
  }
  .p-brand #Gallery .gallery-info .links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .p-brand #Gallery .gallery-info .links a {
    width: 225px;
  }
  .p-brand #Gallery .gallery-info.is-fixed {
    position: fixed !important;
    top: 150px !important;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Gallery .gallery-info {
    width: 78.666vw;
    margin: auto;
  }
  .p-brand #Gallery .gallery-info .artist {
    width: 89.333vw;
    margin-left: -10.667vw;
    margin-bottom: 25px;
  }
  .p-brand #Gallery .gallery-info .desc {
    margin-bottom: 10.666vw;
    font-size: 3.2vw;
  }
  .p-brand #Gallery .gallery-info .links {
    margin-bottom: 35px;
  }
  .p-brand #Gallery .gallery-info .links a {
    display: block;
    margin-top: 5.333vw;
  }
  .p-brand #Gallery .gallery-info .nav {
    text-align: center;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Gallery .gallery-container .nav-arrow {
    position: absolute;
    z-index: 1;
    background: url("../img/common/nav-arr-white.png") center center no-repeat;
    background-size: contain;
    top: 50.666vw;
    width: 8vw;
    height: 8vw;
  }
  .p-brand #Gallery .gallery-container .nav-arrow.nav-prev {
    left: 5.333vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .p-brand #Gallery .gallery-container .nav-arrow.nav-next {
    right: 5.333vw;
  }
}

.p-brand #Gallery .gallery-pics .pic figcaption {
  margin-top: 1em;
  color: #D4C6AA;
}

@media print, screen and (min-width: 769px) {
  .p-brand #Gallery .gallery-pics {
    margin-left: -20px;
    width: 600px;
  }
  .p-brand #Gallery .gallery-pics .pic {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .p-brand #Gallery .gallery-pics .gallery-nav {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Gallery .gallery-pics {
    margin-bottom: 13.333vw;
  }
  .p-brand #Gallery .gallery-pics .pic {
    width: 78.666vw;
    height: 116vw;
    font-size: 3.2vw;
  }
  .p-brand #Gallery .gallery-pics .pic figcaption {
    text-align: right;
  }
  .p-brand #Gallery .gallery-pics .gallery-nav {
    margin-top: 2.666vw;
    font-family: 'Cormorant', serif;
    text-align: center;
    font-size: 5.333vw;
  }
  .p-brand #Gallery .gallery-pics .gallery-nav .current {
    font-size: 8vw;
  }
  .p-brand #Gallery .gallery-pics .slick-slide {
    width: 84vw !important;
    padding-right: 20px;
  }
}

.p-brand #Other {
  background-color: #F4F0ED;
}

@media print, screen and (min-width: 769px) {
  .p-brand #Other {
    padding: 120px 0 90px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Other {
    padding: 24vw 0 13.333vw;
  }
}

.p-brand #Other .other-title {
  z-index: 2;
}

.p-brand #Other .other-title img {
  width: auto;
}

@media print, screen and (min-width: 769px) {
  .p-brand #Other .other-title {
    margin: auto;
    max-width: 1450px;
  }
  .p-brand #Other .other-title img {
    height: 60px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Other .other-title img {
    height: 21.333vw;
  }
}

.p-brand #Other .other-container {
  margin: auto;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .p-brand #Other .other-container {
    width: 1100px;
    margin-top: -24px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Other .other-container {
    margin-top: -2.134vw;
    z-index: 3;
  }
}

@media print, screen and (min-width: 769px) {
  .p-brand #Other .other-pics {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Other .other-pics .slick-slide {
    width: 100vw;
    padding: 0 10.666vw;
  }
  .p-brand #Other .other-pics .slick-slide img {
    width: 100% !important;
  }
  .p-brand #Other .other-pics .nav-arrow {
    display: block;
    position: absolute;
    z-index: 2;
    top: calc(50% - 18.666vw);
    width: 8.533vw;
    height: 8.533vw;
    background: url("../img/common/nav-arr-pink.png") center center no-repeat;
    background-size: contain;
    opacity: 0.8;
  }
  .p-brand #Other .other-pics .nav-arrow.nav-next {
    right: 6.4vw;
  }
  .p-brand #Other .other-pics .nav-arrow.nav-prev {
    left: 6.4vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

.p-brand #Other .other-item {
  padding-bottom: 0.5em;
}

.p-brand #Other .other-item .name {
  color: #CEA4A3;
}

.p-brand #Other .other-item .name h4 {
  font-size: 2em;
  font-family: 'Cormorant', serif;
}

.p-brand #Other .other-item .name span {
  display: block;
  margin-top: 0.5em;
}

@media print, screen and (min-width: 769px) {
  .p-brand #Other .other-item {
    width: 340px;
  }
  .p-brand #Other .other-item .name {
    margin: 26px auto 16px;
    font-size: 12px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-brand #Other .other-item .name {
    margin: 6.933vw auto 4.266vw;
    font-size: 3.2vw;
  }
}

.p-groom #Main {
  background-color: #F4F0ED;
}

.p-groom #Gallery {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-groom #Gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
    padding: 110px 0 130px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-groom #Gallery {
    padding: 34.666vw 0 53.333vw;
  }
}

.p-groom #Gallery .page-title {
  color: #D7C3B5;
}

.p-groom #Gallery .page-title img {
  width: auto;
  height: 100%;
}

.p-groom #Gallery .page-title span {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .p-groom #Gallery .page-title {
    margin-bottom: 26px;
  }
  .p-groom #Gallery .page-title h2 {
    height: 56px;
    margin-bottom: 16px;
  }
  .p-groom #Gallery .page-title span {
    font-size: 13px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-groom #Gallery .page-title {
    margin-bottom: 10.666vw;
    padding: 0 5.333vw;
  }
  .p-groom #Gallery .page-title h2 {
    height: 9.6vw;
    margin-bottom: 3.2vw;
  }
  .p-groom #Gallery .page-title span {
    font-size: 3.466vw;
  }
}

.p-groom #Gallery .gallery-info .desc {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 769px) {
  .p-groom #Gallery .gallery-info {
    position: absolute;
    left: calc(50% + 100px);
    width: 460px;
  }
  .p-groom #Gallery .gallery-info .desc {
    margin-bottom: 35px;
    font-size: 12px;
  }
  .p-groom #Gallery .gallery-info .links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-groom #Gallery .gallery-info .links a {
    width: 225px;
  }
  .p-groom #Gallery .gallery-info.is-fixed {
    position: fixed !important;
    top: 220px !important;
  }
}

@media print, screen and (max-width: 768px) {
  .p-groom #Gallery .gallery-info {
    width: 78.666vw;
    margin: auto;
  }
  .p-groom #Gallery .gallery-info .desc {
    margin-bottom: 17.066vw;
    font-size: 3.2vw;
  }
  .p-groom #Gallery .gallery-info .links a {
    display: block;
    margin-top: 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .p-groom #Gallery .gallery-container .nav-arrow {
    position: absolute;
    z-index: 1;
    background: url("../img/common/nav-arr-white.png") center center no-repeat;
    background-size: contain;
    top: 50.666vw;
    width: 8vw;
    height: 8vw;
  }
  .p-groom #Gallery .gallery-container .nav-arrow.nav-prev {
    left: 5.333vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .p-groom #Gallery .gallery-container .nav-arrow.nav-next {
    right: 5.333vw;
  }
}

.p-groom #Gallery .gallery-pics .pic figcaption {
  margin-top: 1em;
  color: #D4C6AA;
}

@media print, screen and (min-width: 769px) {
  .p-groom #Gallery .gallery-pics {
    margin-left: -20px;
    width: 600px;
  }
  .p-groom #Gallery .gallery-pics .pic {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .p-groom #Gallery .gallery-pics .gallery-nav {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .p-groom #Gallery .gallery-pics {
    margin-bottom: 13.333vw;
  }
  .p-groom #Gallery .gallery-pics .pic {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 78.666vw;
    height: 107.733vw;
  }
  .p-groom #Gallery .gallery-pics .pic figure {
    display: block;
    height: 107.733vw;
  }
  .p-groom #Gallery .gallery-pics .pic figcaption {
    text-align: right;
  }
  .p-groom #Gallery .gallery-pics .gallery-nav {
    margin-top: 5.333vw;
    font-family: 'Cormorant', serif;
    text-align: center;
    font-size: 5.333vw;
  }
  .p-groom #Gallery .gallery-pics .gallery-nav .current {
    font-size: 8vw;
  }
  .p-groom #Gallery .gallery-pics .slick-slide {
    width: 84vw !important;
    padding-right: 20px;
  }
}

.p-shop #Mv {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-shop #Mv {
    width: 96%;
    min-width: 1100px;
    max-width: 1200px;
    margin-top: 200px;
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #Mv {
    margin-top: 30vw;
    margin-bottom: 21.333vw;
  }
}

.p-shop #Mv .mv-title {
  z-index: 2;
  color: #D7C3B5;
}

.p-shop #Mv .mv-title span {
  display: block;
  font-family: 'Karla', "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}

@media print, screen and (min-width: 769px) {
  .p-shop #Mv .mv-title {
    width: 522px;
    margin: 0 auto;
  }
  .p-shop #Mv .mv-title h2 {
    margin-bottom: 16px;
  }
  .p-shop #Mv .mv-title span {
    margin-right: -30px;
    text-align: right;
    font-size: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #Mv .mv-title {
    padding: 0 5.333vw 5vw;
  }
  .p-shop #Mv .mv-title h2 {
    width: 58.133vw;
    margin-bottom: 3.2vw;
  }
  .p-shop #Mv .mv-title span {
    font-size: 4.266vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-shop #Mv .mv-pic {
    position: absolute;
    top: 40px;
    left: 0;
    width: 56%;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #Mv .mv-pic {
    margin-bottom: 10.666vw;
  }
}

.p-shop #Mv .mv-summary dl dt {
  color: #C9B593;
}

.p-shop #Mv .mv-summary dl dt strong {
  font-size: 2em;
  font-family: 'Cormorant', serif;
}

.p-shop #Mv .mv-summary dl dt span {
  display: inline-block;
}

.p-shop #Mv .mv-summary dl dd {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 769px) {
  .p-shop #Mv .mv-summary {
    margin-top: 150px;
    margin-left: 62%;
  }
  .p-shop #Mv .mv-summary dl {
    font-size: 12px;
  }
  .p-shop #Mv .mv-summary dl dt {
    margin-bottom: 18px;
  }
  .p-shop #Mv .mv-summary dl dt span {
    margin-left: 1em;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #Mv .mv-summary {
    width: 89.333vw;
    margin: 0 auto 16vw;
  }
  .p-shop #Mv .mv-summary dl {
    font-size: 3.2vw;
  }
  .p-shop #Mv .mv-summary dl dt {
    margin-bottom: 7.466vw;
  }
  .p-shop #Mv .mv-summary dl dt span {
    display: block;
    margin-top: 4vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-shop #Mv .mv-links {
    position: absolute;
    bottom: 0.3em;
    right: 44%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 460px;
  }
  .p-shop #Mv .mv-links a {
    width: 225px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #Mv .mv-links {
    padding: 0 5.333vw;
  }
  .p-shop #Mv .mv-links a {
    width: 100%;
    margin-bottom: 5.333vw;
  }
}

.p-shop #Pictures {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-shop #Pictures {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 130px;
  }
  .p-shop #Pictures .pic {
    width: 27%;
    min-width: 350px;
    height: 250px;
    margin-right: 6px;
  }
  .p-shop #Pictures .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #Pictures {
    padding: 0 10.666vw 24vw;
    margin-bottom: 24vw;
    border-bottom: solid 1px #EFE9E4;
  }
  .p-shop #Pictures .pic {
    margin-bottom: 2.666vw;
  }
}

.p-shop #About {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-shop #About {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #About {
    width: 89.333vw;
  }
}

.p-shop #About .about-shop dl dt {
  color: #C9B593;
}

.p-shop #About .about-shop dl dt h4 {
  display: inline-block;
  font-family: 'Cormorant', serif;
}

.p-shop #About .about-shop dl dt span {
  display: inline-block;
}

.p-shop #About .about-shop dl dd {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-shop #About .about-shop dl dd p:nth-of-type(n + 2) {
  margin-top: 1em;
}

@media print, screen and (min-width: 769px) {
  .p-shop #About .about-shop {
    width: 400px;
  }
  .p-shop #About .about-shop dl {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .p-shop #About .about-shop dl dt {
    margin-bottom: 8px;
  }
  .p-shop #About .about-shop dl dt h4 {
    font-size: 20px;
  }
  .p-shop #About .about-shop dl dt span {
    margin-left: 0.5em;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #About .about-shop dl {
    margin-bottom: 10.666vw;
    font-size: 3.2vw;
  }
  .p-shop #About .about-shop dl dt {
    margin-bottom: 2.133vw;
  }
  .p-shop #About .about-shop dl dt h4 {
    font-size: 5.333vw;
  }
  .p-shop #About .about-shop dl dt span {
    margin-left: 0.5em;
  }
}

.p-shop #About .about-map #map {
  background: #eee;
  margin-bottom: 0.5em;
}

.p-shop #About .about-map a {
  padding-bottom: 0.2em;
  padding-left: 1em;
  background: url("../img/shop/map-pin.svg") 0 bottom no-repeat;
  background-size: auto 90%;
  color: #C9B593;
}

.p-shop #About .about-map a span {
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #C9B593;
}

@media print, screen and (min-width: 769px) {
  .p-shop #About .about-map {
    width: 600px;
    font-size: 12px;
  }
  .p-shop #About .about-map #map {
    width: 100%;
    height: 380px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #About .about-map {
    margin-bottom: 24vw;
    font-size: 3.2vw;
  }
  .p-shop #About .about-map #map {
    width: 100%;
    height: 53.333vw;
  }
}

.p-shop #About .about-place {
  text-align: center;
  color: #C9B593;
}

.p-shop #About .about-place h4 {
  font-size: 2em;
  font-family: 'Cormorant', serif;
}

@media print, screen and (min-width: 769px) {
  .p-shop #About .about-place {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 80px;
    font-size: 12px;
  }
  .p-shop #About .about-place h4 {
    margin-bottom: 12px;
  }
  .p-shop #About .about-place .links {
    margin-top: 30px;
  }
  .p-shop #About .about-place .links a {
    display: inline-block;
    width: 150px;
  }
  .p-shop #About .about-place .links a:nth-of-type(n + 2) {
    margin-left: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-shop #About .about-place {
    width: 89.333vw;
    margin-bottom: 24vw;
    font-size: 3.2vw;
  }
  .p-shop #About .about-place h4 {
    margin-bottom: 3.2vw;
  }
  .p-shop #About .about-place .links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    margin: 8vw auto 0;
  }
  .p-shop #About .about-place .links a {
    width: 34.666vw;
  }
}

.p-shop #Info {
  border-top: solid 1px #EFE9E4;
}

.p-archive #Main {
  background-color: #D7C3B5;
}

.p-archive #Archive {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-archive #Archive {
    width: 1100px;
    min-height: 500px;
    padding: 110px 0 130px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-archive #Archive {
    width: 89.333vw;
    padding: 34.666vw 0 40vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-archive #Archive .archive-list li:nth-of-type(n + 3) {
    margin-top: 36px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-archive #Archive .archive-list li .pic {
    width: 75.466vw;
    height: 75.466vw;
    margin: auto;
  }
  .p-archive #Archive .archive-list li:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}

.p-article #Main {
  background-color: #D7C3B5;
}

.p-article #Article {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-article #Article {
    width: 1100px;
    padding: 110px 0 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-article #Article {
    padding: 34.666vw 5.333vw 10.666vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-article #Article .article {
    width: 770px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-article #Article .article {
    margin: auto;
    width: 89.333vw;
  }
}

.p-article #Article .article .article-entry {
  background-color: white;
}

.p-article #Article .article .article-entry .entry-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.8;
}

.p-article #Article .article .article-entry .entry-data {
  color: #D7C3B5;
  font-family: 'Karla', "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  line-height: 1.8;
}

.p-article #Article .article .article-entry .entry-data .category a {
  color: #D7C3B5;
}

.p-article #Article .article .article-entry .entry-body {
  line-height: 1.75;
}

.p-article #Article .article .article-entry .entry-body a {
  color: #CEA4A3;
  text-decoration: underline;
}

.p-article #Article .article .article-entry .entry-body img {
  width: 100%;
  margin: 2em 0 2em 0;
}
.p-article #Article .article .article-entry .entry-body h2 {
        font-size: 16px;
    margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .p-article #Article .article .article-entry {
    padding: 70px 60px;
  }
  .p-article #Article .article .article-entry .entry-title {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .p-article #Article .article .article-entry .entry-data {
    margin-bottom: 40px;
    font-size: 12px;
  }
  .p-article #Article .article .article-entry .entry-body {
    font-size: 12px;
  }
  .p-article #Article .article .article-entry .entry-body a:hover {
    text-decoration: none !important;
  }
}

@media print, screen and (max-width: 768px) {
  .p-article #Article .article .article-entry {
    padding: 13.333vw 5.333vw;
  }
  .p-article #Article .article .article-entry .entry-title {
    margin-bottom: 5.333vw;
    font-size: 4.266vw;
  }
  .p-article #Article .article .article-entry .entry-data {
    margin-bottom: 10.666vw;
    font-size: 3.2vw;
  }
  .p-article #Article .article .article-entry .entry-body {
    font-size: 3.2vw;
  }
}

.p-contact .wpcf7c-conf {
  background-color: #EFE9E4 !important;
  border-color: #EFE9E4 !important;
}

.p-contact .wpcf7-not-valid-tip {
  margin-top: 0.5em;
  color: red !important;
  font-weight: bold;
}

.p-contact .wpcf7-response-output {
  display: block;
  text-align: center;
  border: none !important;
  line-height: 1.8;
  font-weight: bold;
  color: white !important;
  background-color: red;
  padding: 0.3em;
  border-radius: 0.2em;
}

.p-contact input[type="button"],
.p-contact input[type="text"],
.p-contact input[type="email"],
.p-contact input[type="tel"],
.p-contact textarea {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ccc;
  background-color: white;
}

.p-contact input[type="button"]::-webkit-input-placeholder, .p-contact input[type="text"]::-webkit-input-placeholder, .p-contact input[type="email"]::-webkit-input-placeholder, .p-contact input[type="tel"]::-webkit-input-placeholder, .p-contact textarea::-webkit-input-placeholder {
  font-size: 1em;
  color: #ccc;
}

.p-contact input[type="button"]::-moz-placeholder, .p-contact input[type="text"]::-moz-placeholder, .p-contact input[type="email"]::-moz-placeholder, .p-contact input[type="tel"]::-moz-placeholder, .p-contact textarea::-moz-placeholder {
  font-size: 1em;
  color: #ccc;
}

.p-contact input[type="button"]:-ms-input-placeholder, .p-contact input[type="text"]:-ms-input-placeholder, .p-contact input[type="email"]:-ms-input-placeholder, .p-contact input[type="tel"]:-ms-input-placeholder, .p-contact textarea:-ms-input-placeholder {
  font-size: 1em;
  color: #ccc;
}

.p-contact input[type="button"]::-ms-input-placeholder, .p-contact input[type="text"]::-ms-input-placeholder, .p-contact input[type="email"]::-ms-input-placeholder, .p-contact input[type="tel"]::-ms-input-placeholder, .p-contact textarea::-ms-input-placeholder {
  font-size: 1em;
  color: #ccc;
}

.p-contact input[type="button"]::placeholder,
.p-contact input[type="text"]::placeholder,
.p-contact input[type="email"]::placeholder,
.p-contact input[type="tel"]::placeholder,
.p-contact textarea::placeholder {
  font-size: 1em;
  color: #ccc;
}

@media print, screen and (min-width: 769px) {
  .p-contact input[type="button"],
  .p-contact input[type="text"],
  .p-contact input[type="email"],
  .p-contact input[type="tel"],
  .p-contact textarea {
    padding: 12px 7px;
    font-size: 13px;
  }
  .p-contact input[type="button"].size-s,
  .p-contact input[type="text"].size-s,
  .p-contact input[type="email"].size-s,
  .p-contact input[type="tel"].size-s,
  .p-contact textarea.size-s {
    width: 130px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact input[type="button"],
  .p-contact input[type="text"],
  .p-contact input[type="email"],
  .p-contact input[type="tel"],
  .p-contact textarea {
    padding: 7px;
    font-size: 16px;
  }
  .p-contact input[type="button"].size-s,
  .p-contact input[type="text"].size-s,
  .p-contact input[type="email"].size-s,
  .p-contact input[type="tel"].size-s,
  .p-contact textarea.size-s {
    width: 34.666vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-contact textarea {
    min-height: 175px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact textarea {
    min-height: 74.666vw;
  }
}

.p-contact select {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ccc;
  background: url("../img/common/form-select-arr.png") no-repeat;
  background-position: 90% center;
  background-size: 0.8em;
}

@media print, screen and (min-width: 769px) {
  .p-contact select {
    height: 40px;
    padding: 12px 7px;
    font-size: 13px;
  }
  .p-contact select.size-4 {
    width: 130px;
  }
  .p-contact select.size-8 {
    width: 160px;
  }
  .p-contact select.size-2 {
    width: 90px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact select {
    width: auto;
    height: 10.666vw;
    padding: 3.2vw 1.866vw;
    padding-right: 3em;
    font-size: 3.466vw;
  }
  .p-contact select.size-2 {
    width: 21.333vw;
  }
  .p-contact select.size-4 {
    width: 21.333vw;
  }
}

.p-contact input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.2em;
  box-sizing: border-box;
  border: solid 1px #ccc;
}

.p-contact input[type="checkbox"]:checked {
  background-color: #CEA4A3;
}

.p-contact input[type="submit"],
.p-contact input[type="button"] {
  background-color: #CEA4A3;
  color: white;
}

.p-contact input[type="submit"]:disabled,
.p-contact input[type="button"]:disabled {
  background-color: #ccc;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .p-contact input[type="submit"],
  .p-contact input[type="button"] {
    width: 280px;
    height: 60px;
    font-size: 12px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  .p-contact input[type="submit"]:hover,
  .p-contact input[type="button"]:hover {
    background-color: rgba(206, 164, 163, 0.7);
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact input[type="submit"],
  .p-contact input[type="button"] {
    width: 78.666vw;
    height: 16vw;
    font-size: 3.466vw;
  }
}

.p-contact input[type="button"] {
  background-color: #ccc;
}

.p-contact #Contact {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .p-contact #Contact {
    width: 626px;
    padding: 170px 0 130px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact #Contact {
    padding: 34.666vw 0 18.666vw;
  }
}

.p-contact #Contact span.attention {
  display: inline;
  padding: 0 0.2em;
  color: #CEA4A3;
}

.p-contact #Contact .contact-title {
  text-align: center;
  color: #C9B593;
}

.p-contact #Contact .contact-title h2 {
  font-family: 'Cormorant', serif;
}

.p-contact #Contact .contact-title span {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .p-contact #Contact .contact-title {
    margin-bottom: 75px;
  }
  .p-contact #Contact .contact-title h2 {
    font-size: 30px;
  }
  .p-contact #Contact .contact-title span {
    font-size: 12px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact #Contact .contact-title {
    margin-bottom: 10.666vw;
  }
  .p-contact #Contact .contact-title h2 {
    margin-bottom: 2.666vw;
    font-size: 8vw;
  }
  .p-contact #Contact .contact-title span {
    font-size: 3.2vw;
  }
}

.p-contact #Contact .contact-message {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 10em;
}

@media print, screen and (min-width: 769px) {
  .p-contact #Contact .contact-message {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact #Contact .contact-message {
    font-size: 5.333vw;
  }
}

.p-contact #Contact .contact-step .step {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  background-color: #dadada;
}

.p-contact #Contact .contact-step .step.is-current {
  background-color: #CEA4A3;
  color: white;
}

.p-contact #Contact .contact-step .arrow {
  background: url("../img/common/nav-arr-black.png") center center no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 769px) {
  .p-contact #Contact .contact-step {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .p-contact #Contact .contact-step .step {
    width: 180px;
    height: 45px;
    font-size: 12px;
  }
  .p-contact #Contact .contact-step .arrow {
    width: 20px;
    height: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact #Contact .contact-step {
    margin: 0 auto 18.666vw;
    width: 78.666vw;
  }
  .p-contact #Contact .contact-step .step {
    display: none;
    height: 12vw;
    font-size: 3.2vw;
  }
  .p-contact #Contact .contact-step .step.is-current {
    display: -webkit-flex;
    display: flex;
  }
}

.p-contact #Contact .contact-form {
  margin: auto;
}

.p-contact #Contact .contact-form .caution {
  margin-top: 0.6em;
  line-height: 1.5;
  font-size: 0.95em;
}

.p-contact #Contact .contact-form .privacy {
  line-height: 1.8;
  text-align: center;
}

.p-contact #Contact .contact-form .privacy a {
  color: #CEA4A3;
  text-decoration: underline;
}

.p-contact #Contact .contact-form .form-button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.p-contact #Contact .contact-form .form-button .ajax-loader {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-contact #Contact .contact-form .form-button input {
  margin: 3px;
}

.p-contact #Contact .contact-form dl dt.required::after {
  content: "*";
  padding: 0 0.2em;
  color: #CEA4A3;
}

.p-contact #Contact .contact-form dl dd.col-2 {
  display: -webkit-flex;
  display: flex;
}

.p-contact #Contact .contact-form dl dd.col-3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-contact #Contact .contact-form dl dd.col-3.wrap {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.p-contact #Contact .contact-form .note {
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .p-contact #Contact .contact-form {
    font-size: 13px;
  }
  .p-contact #Contact .contact-form .note {
    margin-bottom: 20px;
  }
  .p-contact #Contact .contact-form .privacy {
    margin-bottom: 50px;
  }
  .p-contact #Contact .contact-form .privacy p {
    margin-bottom: 15px;
  }
  .p-contact #Contact .contact-form .holiday {
    margin-top: 0.5em;
    width: 100%;
  }
  .p-contact #Contact .contact-form dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  .p-contact #Contact .contact-form dl dt {
    padding-top: 13px;
  }
  .p-contact #Contact .contact-form dl dd {
    width: 402px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-contact #Contact .contact-form {
    width: 89.333vw;
    font-size: 3.466vw;
  }
  .p-contact #Contact .contact-form .note {
    margin-bottom: 12vw;
  }
  .p-contact #Contact .contact-form .privacy {
    margin-bottom: 13.333vw;
  }
  .p-contact #Contact .contact-form .privacy p {
    margin-bottom: 4vw;
  }
  .p-contact #Contact .contact-form .holiday {
    margin-top: 0.5em;
  }
  .p-contact #Contact .contact-form dl {
    margin-bottom: 13.333vw;
  }
  .p-contact #Contact .contact-form dl dt {
    margin-bottom: 4.266vw;
  }
}

.p-contact #Info {
  border-top: solid 1px #EFE9E4;
}
