@charset "utf-8";


/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 2.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 2em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.2em;
}

.boxPrivacy01 .boxCont01One .boxAddress {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}
/*##### Mv #####*/
.boxPostMv01Wrap {
  height: 579px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.boxPostMv01 {
  display: flex;
  align-items: center;
  width: 100%;
}
.boxPostMv01 .img {
  width: calc(100% - 690px);
  height: 579px;
  background: url("../../images/dress/img-mv.jpg") no-repeat center center;
}
.boxPostMv01 .cont {
  background-color: #fff;
  width: 690px;
  height: 100%;
  padding: 0 55px;
}
.boxPostMv01 .cont .ja {
  font-size: 2.25rem;
  letter-spacing: 0.18em;
}
.boxPostMv01 .cont .ja span {
  font-size: 0.83em;
  letter-spacing: 0.14em;
}
.boxPostMv01 .cont .ja small {
  font-size: 0.66em;
}
.boxPostMv01 .cont .en {
  letter-spacing: 0.12em;
  color: #ceaa5c;
  font-size: 0.875rem;
  margin-top: 1rem;
  font-family: "Times New Roman", serif;
}
.boxPostMv01 .cont .lead {
  font-weight: 400;
  color: #555555;
  margin-top: 2.2em;
  line-height: 1.625;
}

/*##### 取り扱い衣装 #####*/
.boxDressSearch {
  position: relative;
}
.boxDressSearch .ttl {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  background-color: #fff;
  padding: 1em 0;
  text-align: center;
  position: relative;
  display: block;
}
.boxDressSearch .ttl:after {
  content: "";
  width: 374px;
  height: 1px;
  background-color: #ceaa5c;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.boxDressSearch .ttl small {
  font-size: 0.923em;
}
.boxDressSearch .boxDressSearchBtn {
  width: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 72px;
  cursor: pointer;
  z-index: 2;
}
.boxDressSearch .boxDressSearchBtn img {
  width: 39px;
}
.boxDressSearch .boxDressSearchBtn span {
  color: #ceaa5c;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  font-family: "Times New Roman", serif;
}
.boxDressSearchCont {
  padding: 80px;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  display: none;
  z-index: 1;
  background-color: rgba(224,220,200,0.88);
}
.boxDressSearchContIn {
  display: flex;
}
.boxDressSearchContIn dl:not(:last-child) {
  margin-right: 1.5%;
}
.boxDressSearchContIn dl.cat01 dd {
  display: flex;
}
.boxDressSearchContIn dl.cat01 dd > ul {
  width: 50%;
}
.boxDressSearchContIn dl dt {
  background-color: #fff;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.12em;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.boxDressSearchContIn dl dd li {
  margin-bottom: 1em;
}
.boxDressSearchContIn dl.cat01 {
  width: 32%;
}
.boxDressSearchContIn dl.cat02 {
  width: 13%;
}
.boxDressSearchContIn dl.cat03 {
  width: 24%;
}
.boxDressSearchContIn dl.cat03 dd ul {
  display: flex;
  flex-wrap: wrap;
}
.boxDressSearchContIn dl.cat03 dd ul li {
  width: 50%;
}
.boxDressSearchContIn dl.cat04 {
  width: 14%;
}
.boxDressSearchContIn dl.cat05 {
  width: 15%;
}
.boxDressSearchContIn dl input {
  margin-right: 0.6rem;
}
.boxDressSearchContIn dl.cat01 dd > ul  ul {
  margin-top: 1em;
}
.boxDressSearchContIn dl label {
  display: flex;
  align-items: baseline;
}
.boxDressSearchContIn dl.cat03 .cat_bgcolor {
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}
.boxDressSearchContIn dl.cat03 label:not(.search-label-cat10) .checkbox01-parts span {
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  margin-right: 8px;
  
}
.boxDressSearchContIn dl.cat03 label:not(.search-label-cat10) .checkbox01-parts {
  display: flex;
  align-items: baseline;
}
.boxDressSearchContIn02 {
  display: flex;
}
.boxDressSearchContIn02 .p01 {
  width: 65.5%;
  padding-left: 138px;
  position: relative;
}
.boxDressSearchContIn02 .p01:before {
  content: "フリーワード";
  width: 139px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #b3b3b3;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.12em;
  line-height: 1;
}
.boxDressSearchContIn02 .p01 input {
  width: 100%;
  border: 1px solid #b3b3b3;
  height: 49px;
}
.boxDressSearchContIn02 .p02 {
  width: 33%;
  margin-left: 1.5%;
  position: relative;
}
.boxDressSearchContIn02 .p02:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../../images/common/search-w.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 28%;
  top: 7px;
}
.boxDressSearchContIn02 .p02 button {
  background-color: #b48ca6;
  width: 100%;
  border: none;
  height: 49px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.12em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 30px;
}
.boxDressList {
  display: flex;
  flex-wrap: wrap;
}
.boxDressList .item {
  width: 18.6%;
  margin-left: 1.75%;
}
.boxDressList .item:nth-of-type(5n+1) {
  margin-left: 0;
}
.boxDressList .item:nth-child(n+6) {
  margin-top: 35px;
}
.boxDressList .item .img {
  position: relative;
  width: 100%;
}
.boxDressList .item .img .cat {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
}
.boxDressList .item .img .cat li {
  color: #ceaa5c;
  border: 1px solid #e4d6b7;
  background-color: #fff;
  padding: 5px 0.8em;
  line-height: 1;  
}
.boxDressList .item .img .cat li:not(:last-child) {
  margin-right: 5px;
}
.boxDressList .item .ttl {
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
  margin: 0.5em 0;
  padding-left: 1.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
.boxDressList .item .ttl:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #d5becd;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-40%);
}
.boxDressList .item .cat {
  padding-left: 10px;
}
.boxDressList .item .cat span {
  display: block;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.boxDress01Wrap {
  margin-bottom: 80px;
}
.boxDressS01 .box_wrap {
  display: flex;
}
.boxDressS01 .box_wrap .img {
  width: 40%;
  display: flex;
}
.boxDressS01 .box_wrap .img .gallery {
  width: 78.6%;
}
.boxDressS01 .box_wrap .img .thumb {
  width: 22%;
  padding-left: 10px;
}
.boxDressS01 .box_wrap .img .thumb .slick-track {
  margin: 0!important;
  width: 100%!important;
}
.boxDressS01 .box_wrap .img .thumb .slick-slide {
  float: none;
  width: 100%!important;
}
.boxDressS01 .box_wrap .img .thumb .slick-slide:not(:last-child) {
  margin-bottom: 1rem;
}
.boxDressS01 .box_wrap .img .thumb .slick-current {
  position: relative;
}
.boxDressS01 .box_wrap .img .thumb .slick-current:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 6px solid #e9e5dc;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.boxDressS01 .box_wrap .cont {
  width: 60%;
  padding: 56px 0 0 5%;
}
.boxDressS01 .box_wrap .cont .p01 {
  font-size: 1.75rem;
  letter-spacing: 0.18em;
  margin-bottom: 1em;
}
.boxDressS01 .box_wrap .cont .p02 {
  color: #555555;
  font-size: 1.125rem;
  margin-bottom: 2.5em;
}
.boxDressS01 .box_wrap .cont .p03 {
  background-color: #fff;
  padding: 1rem 20px;
  display: flex;
  align-items: center;
}
.boxDressS01 .box_wrap .cont .p03 .s02 {
  font-size: 1.125rem;
  color: #ceaa5c;
  display: flex;
  align-items: center;
}
.boxDressS01 .box_wrap .cont .p03 .s02:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #e7d1a3;
  margin: 0 12px;
}
.boxDressS01 .box_wrap .cont .data {
  margin: 50px 0 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.boxDressS01 .box_wrap .cont .data dl {
  font-size: 1.125rem;
  display: flex;
  align-items: baseline;
  width: 52%;
}
.boxDressS01 .box_wrap .cont .data dl:nth-of-type(2n) {
  margin-left: auto;
  width: 48%;
}
.boxDressS01 .box_wrap .cont .data dl:nth-child(n+3) {
  margin-top: 1.875rem;
}
.boxDressS01 .box_wrap .cont .data dl dt {
  font-weight: 500;
  width: 7em;
  flex-shrink: 0;
  padding-left: 21px;
  position: relative;
}
.boxDressS01 .box_wrap .cont .data dl dt:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10em;
    background-color: #d5becd;
    position: absolute;
    left: 3px;
    top: 55%;
    transform: translateY(-50%);
}
.boxDressS01 .box_wrap .cont .data dl dd {
  width: calc(100% - 7em);
}
.boxDressS01 .box_wrap .cont .ttl_contact {
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  color: #b48ca6;
  position: relative;
  margin-bottom: 45px;
  font-weight: 400;
}
.boxDressS01 .box_wrap .cont .ttl_contact:before {
  content: "";
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
}
.boxDressS01 .box_wrap .cont .ttl_contact.font-alpha span {
  background-color: #f5f5f5;
  padding-right: 1em;
  position: relative;
  z-index: 1;
}
.boxDressS01 .box_wrap .cont .btn_contact {
  width: 320px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #b48ca6;
  font-weight: 500;
  margin-left: auto;
}
.boxDressS01 .box_wrap .cont .btn_contact img {
  width: 22px;
  margin-right: 10px;
}
.boxDressS01Wrap {
  padding-bottom: 110px;
}
.boxDressRecommend {
  display: flex;
}
.boxDressRecommend .ttl {
  width: 290px;
  flex-shrink: 0;
}
.boxDressRecommend .ttl .t01 {
  font-size: 1.625rem;
  letter-spacing: 0.16em;
  display: block;
}
.boxDressRecommend .ttl .t02 {
  letter-spacing: 0.16em;
  color: #555555;
  display: block;
  margin: 10px 0 20px 0;
}
.boxDressRecommend .ttl .t03 {
  display: block;
  color: #54374a;
  font-size: 0.875rem;
  margin-bottom: 25px;
}
.boxDressRecommend .ttl a {
  letter-spacing: 0.16em;
  padding-left: 40px;
  background: url(../../images/common/arrow_line_purple02.svg) no-repeat 3px center;
  background-size: 23px;
  font-weight: 500;
}
.boxDressRecommend .boxDressList {
  width: 100%;
}
.boxDressRecommend .boxDressList .item {
  width: 15.5%;
  margin: 0;
}
.boxDressRecommend .boxDressList .item:nth-child(n+2) {
  margin-left: 1.4%;
}
.boxDressRecommend .boxDressList .item .ttl {
  font-size: 1rem;
}
.boxDressRecommend .boxDressList .item .cat span {
  font-size: 1rem;
}
.boxDressRecommendWrap .btn_list {
  margin-top: 50px;
  height: 48px;
  display: flex;
}
.boxDressRecommendWrap .btn_list a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxDressRecommendWrap .btn_list a span {
  color: #54374a;
  padding-left: 35px;
  background: url(../../images/common/arrow_line_purple02.svg) no-repeat left 4px;
  background-size: 24px;
  font-weight: 500;
}
.boxMvDressResult .ttlJa span:not(.cat01) {
  font-size: 1.125rem;
}
.boxMvDressResult .ttlJa span:not(.cat01):before {
  content: "/";
  margin: 0 5px 0 -8px;
}
/*ロケ地*/
.pageLocation .boxPostMv01 .img {
  background-image: url("../../images/location/img-mv.jpg");
}
.boxLocationList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.boxLocationList .item {
  width: 24%;
  margin-left: 1.333%;
  height: 100%;
  position: relative;
}
.boxLocationList .item:nth-of-type(4n+1) {
  margin-left: 0;
}
.boxLocationList .item:nth-child(n+5) {
  margin-top: 40px;
}
.boxLocationList .item .img {
  position: relative;
  height: 21.5vw;
}
.boxLocationList .item .img a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.boxLocationList .item .img .cat {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
}
.boxLocationList .item .img .cat li {
  color: #ceaa5c;
  border: 1px solid #e4d6b7;
  background-color: #fff;
  padding: 5px 1em;
  line-height: 1;
}
.boxLocationList .item .img .cat li:not(:last-child) {
  margin-right: 5px;
}
.boxLocationList .item .ttl {
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  margin: 0.65em 0;
  padding-left: 1.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
.boxLocationList .item .ttl:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #d5becd;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-40%);
}
.boxLocationList .item .cat {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.boxLocationList .item .cat span {
  margin: 0 0.8em 0.8em 0;
}
.boxLocationList .item .cat a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.boxLocationList .item .spot a {
  display: flex;
  align-items: center;
  background: url("../../images/common/arrow_line_gold.svg") no-repeat right 10px center;
  background-size: 30px;
  background-color: #e9e5dc;
  padding: 0.5rem 1rem;
}
.boxLocationList .item .spot span:nth-of-type(1) {
  color: #a38941;
  letter-spacing: 0.12em;
  margin-right: 0.8em;
}
.boxLocationList .item .txt {
  min-height: 2.8em;
}
.boxLocationList .item .spot {
  margin-top: 0.5rem;
}
.boxLocationList {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 1;
    visibility: visible;
}
.boxLocationList.fade-out {
    opacity: 0;
    visibility: hidden;
}
.boxLocationCat01 {
  background-color: #fff;
  padding: 1em 30px;
  position: relative;
  min-height: 88.39px;
}
.boxLocationCat01 .ttl {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  display: flex;
  align-items: center;
}
.boxLocationCat01 .ttl .en {
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  color: #ceaa5c;
}
.boxLocationSearch01 {
  display: flex;
}
.boxLocationCat01 {
  display: flex;
  align-items: center;
  width: 32%;
}
.boxLocationCat01 ul {
  display: flex;
  margin-left: 3rem;
}
.boxLocationCat01 ul li:last-child {
  margin-left: 1.5em;
}
.boxLocationSearch01 .boxDressSearch {
  width: 66%;
  margin-left: auto;
}
.ul-location-keyword {
  display: flex;
  flex-wrap: wrap;
}
.ul-location-keyword li {
  font-size: 1.0625rem;
  margin: 0 1.5em 0.8em 0;
}
.ul-location-keyword li a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.boxLocationS01 .box_wrap {
  display: flex;
}
.boxLocationS01 .box_wrap .img {
  width: 59%;
}
.boxLocationS01 .box_wrap .cont {
  width: 41%;
  padding: 56px 0 0 5%;
}
.boxLocationS01 .box_wrap .cont .ttl span {
  font-size: 2.5rem;
  letter-spacing: 0.18em;
}
.boxLocationS01 .box_wrap .cont .ttl {
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  margin-bottom: 25px;
}
.boxLocationS01 .box_wrap .cont .boxBaseCom {
  font-size: 1.0625rem;
  color: #555555;
  margin-bottom: 30px;
}
.boxLocationS01 .box_wrap .cont .p03 {
  background-color: #fff;
  padding: 0.8rem 20px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.boxLocationS01 .box_wrap .cont .p03 .s01 {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.boxLocationS01 .box_wrap .cont .p03 .s02 {
  font-size: 1.125rem;
  color: #ceaa5c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.boxLocationS01 .box_wrap .cont .p03 .s01:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #e7d1a3;
  margin: 0 12px;
}
.boxLocationS01 .box_wrap .cont .p0302 {
  padding-top: 0;
}
.boxLocationS01 .box_wrap .cont .p0302 a {
  padding: 2px 43px 2px 0;
  background: url("../../images/common/arrow_line_gold.svg") no-repeat right center;
  background-size: 30px;
}
.boxLocationS01 .box_wrap .cont .p04 {
  display: flex;
  align-items: baseline;
  margin: 38px 0;
}
.boxLocationS01 .box_wrap .cont .p04 div:nth-of-type(1) {
  width: 165px;
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.boxLocationS01 .box_wrap .cont .p04 div:nth-of-type(1):before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #d5becd;
  position: absolute;
  left: 3px;
  top: 55%;
  transform: translateY(-50%);
}
.boxLocationS01 .box_wrap .cont .p04 div:nth-of-type(2)  {
  width: 100%;
  font-size: 1.125rem;
}
.boxLocationS01 .box_wrap .cont .p04 div img {
  max-width: 16px;
}
.boxLocationS01 .box_wrap .cont .p04 div a {
  margin-left: 0.8rem;
  position: relative;
  top: -3px;
}
.boxLocationS01 .box_wrap .cont .cat span {
  margin: 0 1em 0.8em 0;
}
.boxLocationS01 .box_wrap .cont .cat span a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.boxLocationS01Wrap {
  margin-bottom: 90px;
}
.ttlBase02 {
  font-weight: 400;
  margin-bottom: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ttlBase02 .ja {
  font-size: 1.875rem;
  letter-spacing: 0.18em;
  line-height: 1.73;
  display: block;
  flex-shrink: 0;
}
.ttlBase02 .en {
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  color: #ceaa5c;
  display: block;
  margin-left: 24px;
  flex-shrink: 0;
  margin-right: 2em;
}
.ttlBase02:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}
.boxLocationS02 .slide li {
  margin: 0 8px;
}
.slick-next {
  width: 44px!important;
  height: 44px!important;
  background: url("../../images/common/allow_gold.svg") no-repeat !important;
  background-size: contain!important;
}
.slick-next:before {
  content: none!important;
}
.slick-prev {
  width: 44px!important;
  height: 44px!important;
  background: url("../../images/common/allow_gold-prev.svg") no-repeat !important;
  background-size: contain!important;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  content: none!important;
}
.slick-next:before {
  content: none!important;
}
.boxLocationS02 .slide img {
    width: 100%;
    height: 14vw;
    object-fit: cover;
}
.boxLocationS02Wrap {
  margin-bottom: 100px;
}
.boxLocationS02Wrap .slick-track {
  margin-left: 0;
}
.boxIndex04 .ttl01 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.boxIndex04 .ttl01 .ja {
  font-size: 1.875rem;
  letter-spacing: 0.18em;
  line-height: 1.73;
  display: block;
}
.boxIndex04 .ttl01 .en {
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  color: #ceaa5c;
  display: block;
  margin-left: 24px;
}
.boxIndex04 .btnLocation {
  position: absolute;
  right: 0;
  top: 15px
}
.boxIndex04 .btnLocation a {
  padding: 9px 53px 9px 0;
  background: url("../../images/common/search.svg") no-repeat right center;
  background-size: contain;
}
.boxIndex04 .box_wrap {
  display: flex;
  justify-content: space-between;
}
.boxIndex04 .box_wrap:last-child {
  margin-top: 50px;
}
.boxIndex04 .box_wrap .ttl_area {
  width: 286px;
  height: 289px;
  background-color: #fff;
  border: 1px solid #e8ddc6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.boxIndex04 .box_wrap .ttl_area .t01 {
  font-size: 2.348125rem;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.boxIndex04 .box_wrap .ttl_area .t02 {
  font-size: 1.25rem;
  letter-spacing: 0.18em;
  color: #888888;
  text-align: center;
}
.boxIndex04 .box_wrap .ttl_area .t02:after {
  content: "";
  background-color: #ceaa5c;
  width: 55px;
  height: 1px;
  display: block;
  margin: 25px auto 30px auto;
}
.boxIndex04 .box_wrap .ttl_area a {
  color: #ceaa5c;
  padding-left: 45px;
  background: url("../../images/common/arrow_line_gold.svg") no-repeat left center;
  background-size: contain;
  font-size: 1.125rem;
  font-weight: 500;
}
.boxIndex04 .box_wrap .itemWrap {
  display: flex;
  width: calc(100% - 286px);
  padding-left: 25px;
  justify-content: space-between;
}
.boxIndex04 .box_wrap .itemWrap .item {
  position: relative;
  height: 289px;
}
.boxIndex04 .box_wrap .itemWrap .item a {
  display: block;
  height: 100%;
  width: 288px;
}
.boxIndex04 .box_wrap .itemWrap .item a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxIndex04 .box_wrap .itemWrap .item .name {
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  padding: 9px 12px;
}
.boxLocationContactWrap {
  padding: 40px 0;
  background: url("../../images/location/bg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  position: relative;
}
.boxLocationContactWrap:before {
  content: "";
  width: 480px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-color: #e7dbc2;
}
.boxLocationContact {
  max-width: 750px;
  margin: auto;
}
.boxLocationContact h2 {
  text-align: center;
  margin-bottom: 30px;
}
.boxLocationContact h2 .ja.font-mincho {
  font-size: 1.625rem;
  letter-spacing: 0.18em;
  display: block;
}
.boxLocationContact h2 .en.font-alpha {
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  color: #ceaa5c;
}
.boxLocationContact .lead {
  text-align: center;
  color: #555555;
  margin-bottom: 1.5em;
}
.boxLocationContact .name {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-bottom: 25px;
  background-color: #fff;
  letter-spacing: 0.1em;
}
.boxLocationContact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.boxLocationContact .tel .font-alpha {
  letter-spacing: 0.12em;
  font-size: 1.875rem;
}
.boxLocationContact .tel .sub {
  color: #555555;
  margin-left: 3em;
}
.boxLocationContact .btn_area {
  display: flex;
  justify-content: center;
}
.boxLocationContact .btn_area a {
  height: 53px;
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #b48ca6;
  font-size: 1.125rem;
}
.boxLocationContact .btn_area a img {
  width: 21px;
  margin-right: 10px;
}
.boxLocationContact .btn_area a:nth-of-type(2) {
    margin-left: auto;
    background-color: #65b65b;
}
.boxLocationContact .btn_area a:nth-of-type(2) img {
    width: 26px;
}
button.mfp-arrow:before,
button.mfp-arrow:after {
  content: none;
}
button.mfp-arrow-left {
  width: 44px;
  height: 44px;
  background: url("../../images/common/allow_gold-prev.svg") no-repeat !important;
  background-size: contain!important;
  opacity: 1!important;
  left: 15%;
}
button.mfp-arrow-right {
  width: 44px;
  height: 44px;
  background: url("../../images/common/allow_gold.svg") no-repeat !important;
  background-size: contain!important;
  opacity: 1!important;
  right: 15%;
}
.boxDressRecommendWrap {
  padding-top: 100px;
  position: relative;
}
.boxDressRecommend {
  position: relative;
  z-index: 1;
}
.boxDressRecommendWrap:before {
  content: "";
  width: 100vw;
  height: 370px;
  background-color: #fff;
  position: absolute;
  left: -80px;
  top: 0;
}
.boxDressRecommend .boxDressList {
  margin-top: -20px;
}
.boxDressSContact {
  display: flex;
}
.boxDressSContact p {
  color: #555;
  line-height: 1.625;
  padding-right: 1em;
}




/*##### プラン #####*/
body.pagePlan .boxPostMv01 .img {
  background-image: url("../../images/plan/img-mv.jpg");
}
.boxLead01Wrap {
  padding-left: 8%;
  margin-bottom: 80px;
}
.boxLead01 .ttl {
  color: #54374a;
  letter-spacing: 0.18em;
  font-size: 1.75rem;
  margin-bottom: 1em;
}
.boxLead01 p {
  color: #555;
}
.boxPlanList .item a {
  display: flex;
  position: relative;
}
.boxPlanList .item:nth-child(n+2) {
  margin-top: 40px;
}
.boxPlanList .item .img {
  min-height: 378px;
  min-width:600px;
  flex-shrink: 0;
  width: 33%;
}
.boxPlanList .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.boxPlanList .item .cont {
  width: 67%;
  background-color: #fff;
  padding: 54px 80px;
  position: relative;
}
.boxPlanList .item .cont .ttl {
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 0.7em;
  letter-spacing: 0.12em;
  padding-right: 90px;
}
.boxPlanList .item .cont .p01 {
  display: flex;
  align-items: center;
}
.boxPlanList .item .cont .p01 .cat {
  display: flex;
}
.boxPlanList .item .cont .p01 .cat li {
  color: #ceaa5c;
  border: 1px solid #e4d6b7;
  background-color: #fff;
  padding: 5px 1em 6px 1em;
  line-height: 1;
}
.boxPlanList .item .cont .p01 .cat li:nth-child(n+2) {
  margin-left: 3px;
}
.boxPlanList .item .cont .p01 {
  margin-bottom: 35px;
}
.boxPlanList .item .cont .p01 .price {
  color: #54374a;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.boxPlanList .item .cont .p01 .price span {
  font-size: 1.625rem;
  padding-left: 0.6em;
  position: relative;
  top: 2px;
}
.boxPlanList .item .cont .p01 .price small {
  font-size: 1.375rem;
  padding-left: 3px;
  position: relative;
  top: 2px;
}
.boxPlanList .item .cont .catch {
  font-size: 1.375rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.6em;
  font-weight: 500;
}
.boxPlanList .item .cont p {
  color: #555555;
  margin-bottom: 1.3rem;
}
.boxPlanList .item .cont .info {
  background-color: #f5f5f5;
  color: #54374a;
  display: flex;
  padding: 16px 23px;
}
.boxPlanList .item .cont .info span {
  font-weight: 500;
  width: 105px;
  border-right: 1px solid #b48ca6;
  display: flex;
  align-items: center;
}
.boxPlanList .item .cont .info ul {
  width: calc(100% - 105px);
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
}
.boxPlanList .item .cont .info ul li {
  margin: 0 0 0 0;
  line-height: 1.8;
}
.boxPlanList .item .cont .info ul li:nth-child(n+2):after {
  content: "/";
  margin: 0 3px;
}
.boxPlanList .item .cont .info ul li:last-child:after {
  content: none;
}
.boxPlanList .item .cont .detail {
  font-weight: 500;
  color: #54374a;
  padding-left: 37px;
  background: url(../../images/common/arrow_line_purple02.svg) no-repeat left center;
  background-size: 23px;
  padding-bottom: 2px;
  position: absolute;
  right: 80px;
  top: 65px;
}
.justified-gallery > a {
  pointer-events: none !important;
}
.justified-gallery {
  margin-bottom: 90px;
}
.boxPlanS01 {
  max-width: 1452px;
}
.boxPlanS01 .box_wrap {
  display: flex;
  margin-bottom: 55px;
}
.boxPlanS01 .box_wrap .cont {
  width: 61%;
  padding-right: 5%;
}
.boxPlanS01 .box_wrap .cont .p01 {
  display: flex;
  color: #54374a;
  letter-spacing: 0.12em;
  font-size: 1.125rem;
  background-color: #fff;
  padding: 30px 40px;
  align-items: baseline;
  margin-bottom: 50px;
}
.boxPlanS01 .box_wrap .cont .p01 .price {
  display: flex;
  align-items: center;
}
.boxPlanS01 .box_wrap .cont .p01 .price span {
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  padding-left: 0.8em;
  font-weight: 400;
}
.boxPlanS01 .box_wrap .cont .p01 .price small {
  font-size: 1.875rem;
  padding-left: 0.3em;
}
.boxPlanS01 .box_wrap .cont .p01 .cat {
  display: flex;
  margin-left: auto;
}
.boxPlanS01 .box_wrap .cont .p01 .cat li {
  color: #ceaa5c;
  border: 1px solid #ceaa5c;
  background-color: #f5f5f5;
  padding: 5px 1em 6px 1em;
  line-height: 1;
}
.boxPlanS01 .box_wrap .cont .p01 .cat li:nth-child(n+2) {
  margin-left: 3px;
}
.boxPlanS01 .box_wrap .cont .catch {
  letter-spacing: 0.18em;
  font-size: 1.625rem;
  margin-bottom: 1em;
}
.boxPlanS01 .box_wrap .cont p {
  color: #555555;
  margin-bottom: 35px;
}
.boxPlanS01 .box_wrap .cont .tag .cat {
  display: flex;
  flex-wrap: wrap;
}
.boxPlanS01 .box_wrap .cont .tag .cat li {
  margin: 0 1em 0.5em 0;
}
.boxPlanS01 .box_wrap .img {
  width: 39%;
}
.boxPlanS01 .service {
  color: #54374a;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding: 40px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.boxPlanS01 .service .ttl {
  font-weight: 500;
  width: 186px;
  text-align: center;
}
.boxPlanS01 .service ul {
  width: calc(100% - 186px);
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
}
.boxPlanS01 .service ul li {
  position: relative;
  padding-left: 1em;
  margin-left: 1.2em;
}
.boxPlanS01 .service ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #d5becd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
.boxPlanS02Wrap {
  padding: 80px 0 100px 0;
}
.ttlBase01 .en.purple {
  color: #b48ca6;
}
.boxPlanOption01 {
  max-width: 1220px;
  margin: 0 auto 90px auto;
}
.boxPlanOption01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.boxPlanOption01 .box {
  width: 49%;  
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  cursor: pointer;
}
.boxPlanOption01 .box:nth-of-type(2n) {
  margin-left: auto;
}
.boxPlanOption01 .box:nth-child(n+3) {
  margin-top: 2%;
}
.boxPlanOption01 .box .img {
  width: 43%;
}
.boxPlanOption01 .box .img img {
  object-fit: cover;
  height: 100%;
}
.boxPlanOption01 .box .ttl {
  width: 57%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  padding-left: 1.7rem;
  background: url("../../images/plan/ico-plus.png") no-repeat right 24px center;
}
.boxPlanOption01 .box.open .ttl {
  background-image: url("../../images/plan/ico-minus.png");
}
.boxPlanOption01 .box .option_cont {
  width: 57%;
  padding-left: 1.7rem;
  margin-left: auto;
  padding: 1.5rem 0 1.5rem 1.7rem;
      margin-top: -5rem;
  display: none;
}

.boxPlanShopInfo01 .ttl01 {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.boxPlanShopInfo01 .ttl01:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}
.boxPlanShopInfo01 .ttl01 .ja {
  font-size: 1.75rem;
  letter-spacing: 0.18em;
  flex-shrink: 0;
}
.boxPlanShopInfo01 .ttl01 .en {
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  color: #ceaa5c;
  display: block;
  margin-left: 24px;
  flex-shrink: 0;
  padding-right: 2em;
}
.boxPlanShopInfo01 .box_wrap .item {
  margin-right: 1rem;
}
.boxPlanShopInfo01 .box_wrap .item .img {
  height: 21vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.boxPlanShopInfo01 .box_wrap .item .img .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-filter: blur(30px);
  filter: blur(30px);
}
.boxPlanShopInfo01 .box_wrap .item .img img {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 1;
  margin: auto;
}
.boxPlanShopInfo01 .box_wrap .item .img .title {
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 9px 12px;
  z-index: 1;
}
.boxPlanShopInfo01 .box_wrap .item p {
  color: #555555;
  margin-top: 0.8em;
}
.boxPlanShopInfo02 {
  margin-top: 65px;
}
.boxPlanShopInfo01.few-items .box_wrap {
  display: flex;
}

.boxPlanShopInfo01.few-items .box_wrap .item {
  width: 24%;
  margin-right: 0;
}
.boxPlanShopInfo01.few-items .box_wrap .item:nth-child(n+2) {
  margin-left: 1.333%;
}

.boxPlanShopInfo01.few-items .box_wrap .item .img {
  width: 100%;
}
.boxPlanShopInfo01.plan03 {
  margin-top: 65px;
}
.boxPlanShopInfo01.plan03 .box_wrap.slide03 .item {
  width: 286px;
  height: 289px;
}
.boxPlanShopInfo01.plan03 .box_wrap.slide03 .item .img {
  width: 100%;
  height: 100%;
}
.boxPlanShopInfo01.plan03 .box_wrap.slide03 .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.boxPlanShopInfo01.plan03 .box_wrap.slide03 .item .img .title {
  left: auto;
  right: 0;
}
.boxPlanShopInfo01.plan03 .box_wrap.slide03 .item .img .cat {
  display: flex;
  position: absolute;
  right: 9px;
  bottom: 46px;
  z-index: 1;
}
.boxPlanShopInfo01.plan03 .box_wrap.slide03 .item .img .cat li {
  color: #ceaa5c;
  border: 1px solid #ceaa5c;
  background-color: #fff;
  padding: 5px 1em 6px 1em;
  line-height: 1;
}
.boxPlanShopInfo01.plan03 .box_wrap.slide03 .item .img .cat li:nth-child(n+2) {
  margin-left: 3px;
}
.boxPlanS03 .ttlBase01 .ja {
  color: #333333;
}
.boxPlanS03 .flow {
  max-width: 1080px;
  margin: auto;
}
.boxPlanS03 .flow dl {
  display: flex;
  align-items: baseline;
  padding-bottom: 16px;
}

.boxPlanS03 .flow dl dt {
  font-size: 1.1875rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-right: 2em;
  min-width: 10em;
  position: relative;
}
.boxPlanS03 .flow dl dt:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e9e5dc;
  position: absolute;
  left: 23px;
  bottom: -100%;
}
.boxPlanS03 .flow dl:last-child dt:after {
  content: none;
}
.boxPlanS03 .flow dl dt .num {
  color: #a38941;
  letter-spacing: 0.12em;
  line-height: 1;
  width: 46px;
  height: 46px;
  border-radius: 10em;
  background-color: #e9e5dc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  font-size: 1.25rem;
  margin-right: 1em;
}
.boxPlanS03 .flow dl dd {
  color: #555555;
}
.boxPlanS03Wrap {
  width: calc(100% + 160px);
  margin-left: -80px;
  background-color: #fff;
  padding: 80px 0;
}
.boxPlanS04Wrap {
  padding: 80px 0;
}
.boxPlanS04 {
  max-width: 1220px;
}
.boxPlanS04 .ttl01 {
  display: flex;
  align-items: baseline;
  margin-bottom: 55px;
}
.boxPlanS04 .ttl01 .en {
  font-size: 1.75rem;
  letter-spacing: 0.12em;
}
.boxPlanS04 .ja {
  color: #b48ca6;
  letter-spacing: 0.12em;
  font-size: 1.125rem;
  padding-left: 1.2em;
}
.boxPlanS04 .box_wrap .box {
  width: 292px;
  margin-right: 16px;
}
.boxPlanS04 .box_wrap .box .img {
  width: 100%;
  height: 292px;
}
.boxPlanS04 .box_wrap .box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.boxPlanS04 .box_wrap .box .ttl02 {
  padding: 25px 0 0 25px;
  position: relative;
}
.boxPlanS04 .box_wrap .box .ttl02:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 10em;
  background-color: #d5becd;
  position: absolute;
  left: 5px;
  top: 13px;
}
.boxPlanS04 .box_wrap .box .ttl02:after {
  content: "";
  width: 2px;
  height: calc(100% - 25px);
  background-color: #d5becd;
  position: absolute;
  left: 7px;
  bottom: 0;
}
.boxPlanS04 .box_wrap .box .ttl02 .t01 {
  letter-spacing: 0.14em;
  font-size: 1.125rem;
  color: #54374a;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.boxPlanS04 .box_wrap .box .ttl02 .t02 {
  color: #555555;
}
.boxPlanS05Wrap {
  width: calc(100% + 160px);
  margin-left: -80px;
  background-color: #fff;
  padding: 80px 0;
}
.boxPlanS05 {
  max-width: 1080px;
}
.boxPlanS05 .ttlBase01 .ja {
  color: #333333;
}
.boxPlanS05 .boxFaq01 dl:nth-child(n+2) {
  margin-top: 24px;
}
.boxPlanS05 .boxFaq01 dl dt {
  font-weight: 500;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.boxPlanS05 .boxFaq01 dl dt:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e9e5dc;
}
.boxPlanS05 .boxFaq01 dl dt .q {
  color: #a38941;
  letter-spacing: 0.12em;
  line-height: 1;
  width: 46px;
  height: 46px;
  border-radius: 10em;
  background-color: #e9e5dc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  font-size: 1.25rem;
  margin-right: 1em;
  flex-shrink: 0;
}
.boxPlanS05 .boxFaq01 dl dt .txt {
  flex-shrink: 0;
  margin-right: 1.5em;
}
.boxPlanS05 .boxFaq01 dl dd {
  color: #555555;
  padding-left: 40px;
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
.boxPlanS05 .boxFaq01 dl dd .a {
  font-size: 1.25rem;
  color: #a38941;
  margin-right: 1rem;
  flex-shrink: 0;
}
.boxLocationContact .box:last-child {
  margin-top: 60px;
}
.pagePlan .boxLocationContactWrap {
  margin-top: 80px;
  margin-bottom: 60px;
}
.btnPlanBottom a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnPlanBottom a span {
  color: #54374a;
  padding-left: 35px;
  background: url(../../images/common/arrow_line_purple02.svg) no-repeat left 4px;
  background-size: 24px;
  font-weight: 500;
}
.btnPlanBottom {
  height: 48px;
  display: flex;
}
.pageNews .ttlMv .ttlEn span:nth-of-type(1):after {
  content: none;
}
.boxIndexCampaignList {
  display: flex;
  flex-wrap: wrap;
}
.boxIndexCampaignList .box {
  width: 48.5%;
}
.boxIndexCampaignList .box:nth-of-type(2n) {
  margin-left: 3%;
}
.boxIndexCampaignList .box:nth-child(n+3) {
  margin-top: 3rem;
}
.boxIndexCampaignList .box .img {
  margin-bottom: 20px;
}
.boxIndexCampaignList .box .img img {
  object-fit: cover;
}
.boxIndexCampaignList .box .ttl02Wrap {
  display: flex;
  margin-bottom: 32px;
}
.boxIndexCampaignList .box .ttl02Wrap .num {
  font-size: 3.81rem;
  color: #b48ca6;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  width: 59px;
}
.boxIndexCampaignList .box .ttl02Wrap .num small {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.boxIndexCampaignList .box .ttl02Wrap .ttl02 {
  margin-left: 20px;
  font-size: 1.75rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
  padding-top: 0.3em;
  width: calc(100% - 59px);
  margin-top: 0;
}
.boxIndexCampaignList .box .ttl02Wrap .ttl02:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b48ca6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.boxIndexCampaignList .box .txt {
  color: #555555;
  margin-bottom: 2em;
}
.boxIndexCampaignList .box dl {
  display: flex;
  align-items: baseline;
}
.boxIndexCampaignList .box dl dt span {
  color: #ceaa5c;
  border: 1px solid #e4d6b7;
  background-color: #fff;
  padding: 5px 1em 6px 1em;
  line-height: 1;
  display: inline-block;
}
.boxIndexCampaignList .box dl dt span:nth-child(n+2) {
  margin-left: 3px;
}
.boxIndexCampaignList .box dl dd {
  color: #555555;
  padding-left: 1em;
  display: flex;
}
.boxIndexCampaignList .box dl dd span {
  flex-shrink: 0;
}
.boxIndexCampaignList dt {
  flex-shrink: 0;
}
.boxIndexCampaignList02 .box {
  width: 31.4%;
}
.boxIndexCampaignList03 {
  display: block;
}
.boxIndexCampaignList03 .box {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #b48ca6;
  margin-bottom: 65px;
}
.boxIndexCampaignList03 .box dl dd {
  font-weight: bold;
}
.boxNewsS01 {
  display: flex;
}
.boxNewsS01Sidebar {
  width: 440px;
}
.boxIndexCampaignList03 {
  width: calc(100% - 440px);
  padding-right: 5%;
}
.boxNewsS01Cont > p {
  margin-bottom: 0.5em;
}
.boxNewsS01Sidebar .box:nth-child(n+2) {
  margin-top: 55px;
}
.boxNewsS01Sidebar .box .ttl {
  display: flex;
  font-size: 1.375rem;
  letter-spacing: 0.22em;
  align-items: center;
  background-color: #fff;
  padding: 20px 26px;
  margin-bottom: 28px;
  line-height: 1;
}
.boxNewsS01Sidebar .box .ttl .en {
  color: #ceaa5c;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  padding-left: 2em;
}
.boxNewsS01Sidebar .box .news-cat-list {
  padding-left: 27px;
}
.boxNewsS01Sidebar .box .news-cat-list li {
  font-size: 1.125rem;
  padding-left: 1.1em;
  position: relative;
}
.boxNewsS01Sidebar .box .news-cat-list li:nth-child(n+2) {
  margin-top: 0.7em;
}
.boxNewsS01Sidebar .box .news-cat-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #ceaa5c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxNewsS01Sidebar .box .news_list .item a {
  display: flex;
}
.boxNewsS01Sidebar .box .news_list .item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.boxNewsS01Sidebar .box .news_list .item .img {
  width: 166px;
  height: 93px;
}
.boxNewsS01Sidebar .box .news_list .item .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxNewsS01Sidebar .box .news_list .item .cont {
  width: calc(100% - 166px);
  padding-left: 5%;
}
.boxNewsS01Sidebar .box .news_list .item .cont .title {
  letter-spacing: 0.12em;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.6em;
}
.boxNewsS01Sidebar .box .news_list .item .cont p {
  color: #555555;
}
.pageColumn .ttlMv .ttlEn span:nth-of-type(1):after {
  content: none;
}
.boxIndexNewsList {
  display: flex;
  flex-wrap: wrap;
}
.boxIndexNewsList .box {
  width: 31.8%;
  margin-left: 2.3%;
}
.boxIndexNewsList .box:nth-of-type(3n+1) {
  margin-left: 0;
}
.boxIndexNewsList .box:nth-child(n+4) {
  margin-top: 30px;
}
.boxIndexNewsList .box a {
  display: flex;
}
.boxIndexNewsList .box .img {
  /*width: 40%;*/
  height: 230px;
  width: 230px;
}
.boxIndexNewsList .box .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxIndexNewsList .box .cont {
  padding: 35px 3% 35px 5%;
  width: calc(100% - 230px);
  background-color: #f5f5f5;
}
.boxIndexNewsList .box .cont .date_cat {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.boxIndexNewsList .box .cont .date_cat .date {
  margin-top: 5px;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #3c3023;
}
.boxIndexNewsList .box .cont .date_cat .date:after {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #7d776c;
  display: inline-block;
  margin: 0 16px;
  position: relative;
  top: -1px;
}
.boxIndexNewsList .box .cont .date_cat .cat {
  letter-spacing: 0.2em;
  color: #54374a;
}
.boxIndexNewsList .box .cont .ttl { 
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.boxIndexNewsList .box .cont .txt {
  color: #555555;
  font-weight: 400;
}
.boxColumn01Wrap {
  width: calc(100% + 160px);
  margin-left: -80px;
  background-color: #fff;
  padding: 60px 80px 100px 80px;
}
.boxIndexNewsList .box.cat-kochi .cont,
.boxIndexNewsList .box.cat-matsuyama .cont {
  background-color: #e8ebf1;
}
.boxIndexNewsList .box.cat-column .cont {
  background-color: #f5f1e9;
}
.pageColumn .boxPagination {
  padding: 22px 55px;
}
.boxColumnTop {
  display: flex;
  margin-bottom: 60px;
}
.boxColumnTop .cont {
  width: 52.4%;
  background-color: #f5f1e9;
  padding: 0 3% 0 3%;
  display: flex;
  align-items: center;
}
.boxColumnTop .cont .date {
  display: flex;
  align-items: baseline;
  margin-bottom: 25px;
}
.boxColumnTop .cont .date .font-mincho {
  font-size: 1.125rem;
  line-height: 1;
}
.boxColumnTop .cont .date .cat {
  margin-left: 1rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  position: relative;
  line-height: 1;
}
.boxColumnTop .cont .date .cat:before {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #7d776c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-35%);
}
.boxColumnTop .cont .ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.65;
  margin-bottom: 1em;
}
.boxColumnTop .cont .tag {
  padding-top: 35px;
  margin-top: 45px;
  border-top: 1px solid #d0cdc6;
}
.boxColumnTop .cont .tag ul {
  display: flex;
  flex-wrap: wrap;
}
.boxColumnTop .cont .tag ul li {
  margin: 0 1em 0 0;
  line-height: 1.7;
}
.boxColumnTop .cont .tag ul li a {
  text-decoration: underline;
  text-decoration-color: #d0cdc6;
  text-underline-offset:2px;
}
.boxColumnTop .img {
  width: 47.6%;
  min-height: 556px;
  background-repeat: no-repeat;
  background-size: cover;
}
.boxColumnS01 .boxIndexCampaignList03 >p {
  margin-bottom: 1em;
}
.dlBaseCatMenu01 > dd .ul01 input {
  margin-right: 10px;
}
.pageGallery .boxPostMv01 .img {
  background-image: url("../../images/gallery/img-mv.jpg");
}
.pageGallery .ul-location-keyword li {
  position: relative;
  padding-left: 1em;
}
.pageGallery .ul-location-keyword li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
.pageGallery .ul-location-keyword li a {
  text-decoration-color: #c2bfb1;
}
.boxGallery01 {
  max-width: inherit;
  margin-top: 100px;
}
.boxGallery01 .img {
  position: relative;
}
.boxGallery01 .img .cat {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
}
.boxGallery01 .img .cat li {
  color: #ceaa5c;
  border: 1px solid #e4d6b7;
  background-color: #fff;
  padding: 5px 1em;
  line-height: 1;
}
.boxGallery01 .img .cat li:nth-child(n+2) {
  margin-left: 5px;
}
.boxGalleryS01 {
}
.boxGalleryS01 .box_wrap {
  display: flex;
}
.boxGalleryS01 .box_wrap .img {
  width: 52.6%;
}
.boxGalleryS01 .box_wrap .img .thumb {
  margin-top: 8px;
}
.boxGalleryS01 .box_wrap .img .thumb ul li {
  margin-right: 8px;
}
.boxGalleryS01 .box_wrap .cont {
  width: 47.4%;
  padding: 50px 0 0 05%;
}
.boxGalleryS01 .box_wrap .cont .ttl01 {
  font-size: 2.25rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.8em;
}
.boxGalleryS01 .box_wrap .cont .ttl02 {
  font-size: 1.5em;
  letter-spacing: 0.14em;
  color: #a38941;
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.boxGalleryS01 .box_wrap .cont .ttl02:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}
.boxGalleryS01 .box_wrap .cont .ttl02 span {
  padding-right: 0.8em;
  flex-shrink: 0;
}
.boxGalleryS01 .box_wrap .cont .dl_wrap dl:nth-child(n+2) {
  margin-top: 1rem;
}
.boxGalleryS01 .box_wrap .cont .dl_wrap dl {
  display: flex;
  font-size: 1.0625rem;
}
.boxGalleryS01 .box_wrap .cont .dl_wrap dl dt {
  width: 160px;
  position: relative;
  padding-left: 1em;
}
.boxGalleryS01 .box_wrap .cont .dl_wrap dl dt:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10em;
    background-color: #d5becd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-35%);
}
.boxGalleryS01 .box_wrap .cont .dl_wrap dl dd {
  width: calc(100% - 160px);
}
.boxGalleryS01 .box_wrap .cont .dl_wrap dl dd span {
}
.boxGalleryS01 .box_wrap .cont .dl_wrap dl dd .plan {
  padding: 3px 40px 3px 0;
  background: url("../../images/common/arrow_line_gold.svg") no-repeat right center;
  background-size: 30px;
}
.boxGalleryS01 .box_wrap .cont .dl_wrap dl dd .plan a {
  text-decoration: underline;
  text-decoration-color: #d0d0d0;
  text-underline-offset: 2px;
}
.boxGalleryS01 .slick-track {
  margin-left: 0;
}
.boxGalleryS01 .slick-prev {
  display: none!important;
}
.boxGalleryS01 .slick-next {
  background-image: url("../../images/common/allow_purple.svg") !important;
}
.boxGalleryS01 .slick-current {
  position: relative;
}
.boxGalleryS01 .thumb .slick-current:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 6px solid #a38941;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}
.boxGalleryS01Wrap {
  width: calc(100% + 160px);
  margin-left: -80px;
  padding: 0 80px 100px 80px;
}
.boxGalleryS02Wrap {
  padding: 100px 0;
  width: calc(100% + 160px);
  margin-left: -80px;
  background-color: #f1eee7;
}
.boxGalleryS02 {
  max-width: 1452px;
}
.boxGalleryS02 .box_wrap {
  display: flex;
}
.boxGalleryS02 .box_wrap .box {
  background-color: #fff;
  width: 49%;
  padding: 40px;
  position: relative;
}
.boxGalleryS02 .box_wrap .box:before {
  content: url("../../images/gallery/ico.jpg");
  position: absolute;
  left: 0;
  top: 0;
}
.boxGalleryS02 .box_wrap .box:nth-of-type(2n) {
  margin-left: auto;
}
.boxGalleryS02 .box_wrap .box .ttl01:after {
  content: "";
  background-color: #d0d0d0;
  width: 85px;
  height: 1px;
  display: block;
  margin: 30px 0;
}
.boxGalleryS02 .box_wrap .box .ttl01 .ja {
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  display: block;
}
.boxGalleryS02 .box_wrap .box .ttl01 .en {
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  display: block;
  color: #ceaa5c;
}
.boxGalleryS02 .box_wrap .box p {
  font-size: 1.125rem;
  color: #555555;
}
.boxGalleryS02 .box_wrap .box .img {
  width: 149px;
  height: 149px;
  border-radius: 10em;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: -25px;
}
.boxGalleryS02 .box_wrap .box .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxGalleryS03Wrap {
  padding: 80px 0 0 0;
}
.boxGallery01 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxGallery01 .box_wrap .box {
  width: 18.6%;
  margin-left: 1.75%;
  margin-right: 0;
}
.boxGallery01 .box_wrap .box:nth-of-type(5n+1) {
  margin-left: 0;
}
.boxGallery01 .box_wrap .box:nth-child(n+6) {
  margin-top: 30px;
}
.pageGallery .boxDressRecommendWrap:before {
  height: 240px;
}
.pageGallery .boxDressRecommend .ttl .t02 {
  margin-bottom: 63px;
}
.boxGallryLast {
  display: block;
}
.boxGallryLast .box_wrap .box .img {
      height: auto;
    aspect-ratio: 4 / 3.7;
}
.pageGallery .boxDressRecommendWrap .btn_list {
  margin-top: 90px;
}
.boxPostBody h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      color: #54374a;
    font-size: 1.875rem;
    letter-spacing: 0.18em;
    line-height: 1.73;
    display: block;
    margin-bottom: 0.7em;
}
.boxPostBody h2 strong {
  font-family: "Times New Roman", serif;
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  color: #ceaa5c;
  display: block;
}
.pageStudioMatsuyama a,
.pageStudioKochi a {
  text-decoration: none;
  color: inherit;
}
.pageStudioMatsuyama .boxPostBody li,
.pageStudioKochi .boxPostBody li {
  list-style: none;
  margin: 0;
}
.pageStudioMatsuyama .boxPostBody ul,
.pageStudioKochi .boxPostBody ul {
  padding: 0;
}
.boxPostBody .boxIndexNewsList .box .cont {
  background-color: #fff;
}
.pageReserveKochi .ttlMv .ttlEn span:nth-of-type(1):after,
.pageReserveMatsuyama .ttlMv .ttlEn span:nth-of-type(1):after {
  content: none;
}
.pageShopMargin01 {
  padding-left: 0.8em;
}
.boxPlanShopInfo01 .slick-next {
  right: -8px;
}
.pageLocation .boxDressRecommendWrap:before {
  content: none;
}
.pageLocation .boxIndex04 .box_wrap .itemWrap .item a {
  width: auto;
}
.pageLocation .boxIndex04 .slick-prev {
  display: none!important;
}
.pageLocation .boxIndex04 .slick-next {
  right: -9px;
}
.boxDressSearchCont .btnClose {
  width: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .boxPostBody h2 {
    font-size: 1.3rem;
    margin-bottom: 1.2em;
  }
  .boxIndexCampaignList {
    display: block;
  }
  .boxIndexCampaignList .box {
    width: 100%;
    margin: 0!important;
  }
  .boxIndexCampaignList .box:nth-child(n+2) {
    margin-top: 2rem!important;
  }
  .boxIndexCampaignList .box .ttl02Wrap .num {
    font-size: 2rem;
    width: 4rem;
  }
  .boxIndexCampaignList .box .ttl02Wrap .num small {
    font-size: 0.6rem;
  }
  .boxIndexCampaignList .box .ttl02Wrap .ttl02 {
    width: calc(100% - 4rem);
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .boxGallery01 .box_wrap {
    display: block;
  }
  .boxGallery01 .box_wrap .box {
    width: 100%;
    margin: 0!important;
  }
  .boxGallery01 .box_wrap .box:nth-child(n+2) {
    margin-top: 2rem!important;
  }
  .boxGallery01 {
    margin-top: 0;
  }
  .boxPlanList .item a {
    display: block;
  }
  .boxPlanList .item .img {
    min-width: inherit;
    min-height: inherit;
    width: 100%;
  }
  .boxPlanList .item .cont {
    width: 100%;
    padding: 1.5rem 1.5rem 3.5rem 1.5rem;
  }
  .boxPlanList .item .cont .ttl {
    font-size: 1.25rem;
    padding-right: 0;
  }
  .boxPlanList .item .cont .p01 {
    margin-bottom: 0.8rem;
    flex-wrap: wrap;
  }
  .boxPlanList .item .cont .catch {
    font-size: 1.1rem;
  }
  .boxPlanList .item .cont .info {
    display: block;
  }
  .boxPlanList .item .cont .info span {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #b48ca6;
    text-align: center;
    padding-bottom: 15px;
    display: block;
  }
  .boxPlanList .item .cont .info ul {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .boxPlanList .item .cont .detail {
    right: 1rem;
    top: auto;
    bottom: 1rem;
  }
  .boxPlanList .item .cont .p01 .price {
    width: 100%;
    margin-left: 0;
  }
  .boxPlanList .item .cont .p01 .cat {
    position: absolute;
    left: 3vw;
    top: -9vw;
}
  .boxDressList .item {
    width: 49%;
    margin: 0!important;
  }
  .boxDressList .item:nth-child(n+3) {
    margin-top: 2rem!important;
  }
  .boxDressList .item:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxDressList .item .ttl {
    font-size: 1rem;
  }
  .boxDressList .item .cat span {
    font-size: 0.8rem;
  }
  .boxLocationList .item {
    width: 100%;
    margin: 0!important;
  }
  .boxLocationList .item:nth-child(n+2) {
    margin-top: 2rem!important;
  }
  .boxLocationList .item .img {
    height: 81vw;
  }
  .pageShopMargin01 {
    padding-left: 0;
  }
   .boxIndexNewsList {
    display: block;
  }
  .boxIndexNewsList .box {
    width: 100%;
    margin: 0!important;
  }
  .boxIndexNewsList .box:nth-child(n+2) {
    margin-top: 1rem!important;
  }
  .boxIndexNewsList .box a {
    display: block;
  }
  .boxIndexNewsList .box .img {
    width: 100%;
    height: 45vw;
  }
  .boxIndexNewsList .box .cont {
    width: 100%;
    padding: 1.5rem;
  }
  .boxIndexNewsList .box .cont .ttl {
    font-size: 1rem;
  }
  .boxIndexNewsList .box .cont .date_cat {
    font-size: 0.7rem;
    margin-bottom: 1em;
  }
  .boxIndexNewsList .box .cont .date_cat .cat li {
    font-size: 0.7rem
  }
  .boxIndexPlanList .box .ttl01:before {
    top: 3vw;
  }
  .boxIndexPlanList .box .ttl01:after {
    top: 3.7vw;
  }
  .btnShopSp01 {
    margin-top: -13vw;
  }
  .boxDressList .item .ttl:before {
    left: 0.3em;
  }
  .boxLocationList .item .cat {
    flex-wrap: wrap;
  }
  .boxPostMv01 {
    display: block;
  }
  .boxPostMv01 .cont {
    width: 100%;
    padding: 1.5rem 5%;
  }
  .boxPostMv01 .img {
    width: 100%;
    height: 55vw;
  }
  .boxPostMv01 .cont .ja {
    font-size: 1.5rem;
  }
  .boxPostMv01 .cont .lead {
    margin-top: 1.5em;
  }
  .boxPostMv01 .img {
    background-size: contain;
  }
  .boxPostMv01Wrap {
    height: auto;
    padding-top: 10vw;
  }
  .boxLead01Wrap {
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .boxLead01 .ttl {
    font-size: 1.4rem;
  }
  .boxPlanS01 .box_wrap {
    display: block;
  }
  .boxPlanS01 .box_wrap .cont {
    width: 100%;
    padding-right: 0;
  }
  .boxPlanS01 .box_wrap .img {
    width: 100%;
    margin-top: 2rem;
  }
  .boxPlanS01 .box_wrap .cont .p01 {
    flex-wrap: wrap;
    padding: 1.5rem;
  }
  .boxPlanS01 .box_wrap .cont .p01 .price {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .boxPlanS01 .box_wrap .cont .p01 .cat {
    margin-left: 0;
  }
  .boxPlanS01 .box_wrap .cont .catch {
    font-size: 1.25rem;
  }
  .boxPlanS01 .box_wrap .cont p {
    margin-bottom: 1rem;
  }
  .boxPlanS01 .service {
    display: block;
    padding: 1.5rem 0;
  }
  .boxPlanS01 .service .ttl {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .boxPlanS01 .service .ttl br {
    display: none;
  }
  .boxPlanS01 .service ul {
    width: 100%;
  } 
  .boxPlanOption01 .box {
    width: 100%;
    margin: 0!important;
    height: auto;
  }
  .boxPlanOption01 .box:nth-child(n+2) {
    margin-top: 1rem!important;
  }
  .boxPlanOption01 {
    display: block;
  }
  .boxPlanOption01 .box .img {
    width: 36%;
    height: 25vw;
  }
  .boxPlanOption01 .box .ttl {
    font-size: 1.2rem;
    background-position: 92% center;
    background-size: 5vw;
    width: 64%;
  }
  .boxPlanShopInfo01.few-items .box_wrap {
    display: block;
  }
  .boxPlanShopInfo01.few-items .box_wrap .item {
    width: 100%;
    margin: 0!important;
  }
  .boxPlanShopInfo01.few-items .box_wrap .item:nth-child(n+2) {
    margin-top: 2rem!important;
  }
  .boxPlanShopInfo01 .box_wrap .item {
    margin: 0 5px;
  }
  .boxPlanShopInfo01 .box_wrap .item .img img {
    object-fit: cover;
  }
  .boxPlanShopInfo01 .slick-next {
    right: 0;
  }
  .boxPlanShopInfo01 .slick-prev {
    left: 0;
  }
  .boxPlanShopInfo01 {
    width: 112%;
    margin-left: -6%;
  }
  .boxPlanShopInfo01 .ttl01 {
    display: block;
    padding: 0 5%
  }
  .boxPlanShopInfo01 .ttl01 .en {
    margin-left: 0;
  }
  .boxPlanShopInfo01.plan03 .box_wrap.slide03 .item {
    width: 320px;
  }
  .boxPlanS03 .flow dl {
    display: block;
    position: relative;
  }
  .boxPlanS03Wrap,.boxPlanS05Wrap {
    width: 100%;
    margin: 0;
    padding: 3rem 0;
  }
  .boxPlanS03 .flow dl dt {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .boxPlanS03 .flow dl dd {
    padding-left: 17vw;
  }
  .boxPlanS03 .flow dl dt:after {
    content: none;
  }
  .boxPlanS03 .flow dl:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e9e5dc;
    position: absolute;
    left: 23px;
    bottom: 0;
  }
  .boxPlanS04 .ttl01 {
    display: block;
  }
  .boxPlanS04 .ja {
    display: block;
    padding: 0;
    margin-top: 0.5em;
    font-size: 1rem;
  }
  .boxPlanS05 .boxFaq01 dl dt {
    font-size: 1rem;
  }
  .boxPlanS05 .boxFaq01 dl dt .txt {
    width: calc(100% - 92px)
  }
  .boxLocationContactWrap {
    padding: 3rem 5%;
  }
  .boxLocationContact .name {
    font-size: 1.2rem;
    padding: 1rem;
    height: auto;
    text-align: center;
  }
  .boxLocationContact .tel {
    display: block;
  }
  .boxLocationContact .tel .sub {
    display: block;
    margin: 0;
    text-align: center;
  }
  .boxLocationContact .tel .font-alpha {
    display: block;
    margin: auto;
    text-align: center;
  }
  .boxLocationContact .btn_area a {
    font-size: 1rem;
  }
  .boxDressSearch .ttl {
    font-size: 1.12rem;
    padding: 1em;
  }
  .boxDressSearchCont {
    padding: 4rem 1.5rem 1.5rem 1.5rem;
    z-index: 11;
    top: auto;
  }
  .boxDressSearchContIn {
    display: block;
  }
  .boxDressSearchContIn dl {
    width: 100%!important;
  }
  .boxDressSearchContIn02 {
    display: block;
  }
  .boxDressSearchContIn02 .p01 {
    width: 100%;
    padding-left: 6em;
  }
  .boxDressSearchContIn02 .p01:before {
    width: 6em;
    padding: 0.2em 1em;
  }
  .boxDressSearchContIn02 .p02 {
    width: 100%;
    margin: 0.5rem 0 0 0;
  }
  ul.page-numbers {
    padding: 0 1em;
  }
  ul.page-numbers > li.liPrev {
    left: 1em;
  }
  ul.page-numbers > li.liNext {
    right: 1em;
  }
  .boxDressS01 .box_wrap {
    display: block;
  }
  .boxDressS01 .box_wrap .img {
    width: 100%;
  }
  .boxDressS01 .box_wrap .cont {
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
  .boxDressS01 .box_wrap .cont .p01 {
    font-size: 1.25rem;
  }
  .boxDressS01 .box_wrap .cont .data {
    margin: 1.5rem 0;
    display: block;
  }
  .boxDressS01 .box_wrap .cont .data dl {
    font-size: 1rem;
    width: 100%!important;
    margin: 0!important;
  }
  .boxDressS01 .box_wrap .cont .data dl:nth-child(n+2) {
    margin-top: 1rem!important;
  }
  .boxDressSContact {
    display: block;
  }
  .boxDressSContact p {
    padding: 0 0 1.5em 0;
  }
  .boxDressS01 .box_wrap .cont .btn_contact {
    width: 100%;
  }
  .boxDressRecommend {
    display: block;
    padding: 0 5%;
  }
  .boxDressRecommend .ttl {
    width: 100%;
  }
  .boxDressRecommendWrap:before {
    left: 0;
    height: 70vw;
  }
  .boxDressRecommendWrap {
    padding-top: 3rem;
  }
  .boxDressS01Wrap {
    padding-bottom: 3rem;
  }
  .boxDressRecommend .boxDressList {
    margin-top: 0;
  }
  .boxDressRecommend .boxDressList .item {
    width: 49%;
    margin: 0!important;
  }
  .boxDressRecommend .boxDressList .item:nth-child(n+3) {
    margin-top: 2rem!important;
  }
  .boxDressRecommend .boxDressList .item:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxLocationSearch01 {
    display: block;
  }
  .boxLocationCat01 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .boxLocationSearch01 .boxDressSearch {
    width: 100%;
  }
  .boxLocationCat01 .ttl {
    font-size: 1.1rem;
  }
  .boxDressSearchContIn dl:not(:last-child) {
    margin-right: 0;
  }
  .boxDressSearchContIn dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .boxDressSearch .boxDressSearchBtn {
            top: auto;
        bottom: -13vw;
    z-index: 12;
    width: 5em;
  }
  .boxLocationCat01 ul {
    margin-left: 1.5rem;
  }
  .boxLocationS01 .box_wrap {
    display: block;
  }
  .boxLocationS01 .box_wrap .img {
    width: 100%;
    position: relative;
  }
  .boxLocationS01 .box_wrap .cont {
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
  .boxLocationS01 .box_wrap .cont .ttl span {
    font-size: 1.3rem;
    display: block;
  }
  .boxLocationS01 .box_wrap .cont .ttl {
    font-size: 1.1rem;
  }
  .ttlBase02 {
    display: block;
  }
  .ttlBase02 .ja {
    font-size: 1.5rem;
  }
  .ttlBase02 .en {
    margin-left: 0;
  }
  .boxLocationS02 .slide img {
    height: 60vw;
  }
  .boxLocationS02 .slide {
    width: 112%;
    margin-left: -6%;
  }
  .boxLocationS02 .slick-next {
    right: 0;
  }
  .boxLocationS02 .slick-prev {
    left: 0;
  }
  .boxIndex04 .box_wrap .ttl_area {
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
    }
  .boxIndex04 .box_wrap .ttl_area > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }
  .boxIndex04 .box_wrap .ttl_area .t01 {
    font-size: 1.8rem;
    margin: 0;
  }
  .boxIndex04 .box_wrap .ttl_area .t02 {
    font-size: 1rem;
    padding-left: 1em;
  }
  .boxIndex04 .box_wrap .ttl_area a {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .boxIndex04 .box_wrap .ttl_area .t02:after {
    content: none;
  }
  .boxIndex04 .box_wrap {
    display: block;
  }
  .boxIndex04 .box_wrap .itemWrap {
    padding: 0;
    width: 112%;
    margin-left: -6%;
  }
  .pageLocation .boxIndex04 .slick-prev {
    display: block!important;
    left: 0;
  }
  .pageLocation .boxIndex04 .slick-next {
    right: 0;
  }
  .boxIndex04 .box_wrap .itemWrap .item {
    margin: 0 10px!important;
  }
  .boxDressSearch .ttl:after {
    width: 100%;
  }
  .pageGallery .boxLocationListWrap {
    margin-top: 60px;
  }
  .boxGalleryS01 .box_wrap {
    display: block;
  }
  .boxGalleryS01 .box_wrap .img {
    width: 100%;
  }
  .boxGalleryS01 .box_wrap .cont {
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
  .boxGalleryS01 .box_wrap .cont .ttl01 {
    font-size: 1.3rem;
  }
  .boxGalleryS01 .box_wrap .cont .ttl02 {
    font-size: 1.1rem;
  }
  .boxGalleryS01 .box_wrap .cont .dl_wrap dl {
    display: block;
    font-size: 1rem;
  }
  .boxGalleryS01 .box_wrap .cont .dl_wrap dl:nth-child(n+2) {
    margin-top: 1.2em;
  }
  .boxGalleryS01 .box_wrap .cont .dl_wrap dl dt {
    width: 100%;
    margin-bottom: 0.6em;
  }
  .boxGalleryS01 .box_wrap .cont .dl_wrap dl dd {
    width: 100%;
    padding-left: 1em;
  }
  .boxGalleryS01Wrap,.boxGalleryS02Wrap {
    width: 100%;
    margin: 0;
    padding: 3rem 0;
  }
  .boxGalleryS02 .box_wrap {
    display: block;
  }
  .boxGalleryS02 .box_wrap .box {
    width: 100%;
  }
  .boxGalleryS02 .box_wrap .box .ttl01 .ja {
    font-size: 1.3rem;
  }
  .boxGalleryS02 .box_wrap .box:nth-child(n+2) {
    margin-top: 3rem;
  }
  .boxGalleryS02 .box_wrap .box .img {
    width: 25vw;
    height: 25vw;
    right: 4vw;
    top: 5vw;
  }
  .boxGalleryS02 .box_wrap .box p {
    font-size: 1rem;
  }
  .pageGallery .boxDressRecommend .ttl .t02 {
    margin-bottom: 20px;
  }
  .single-gallery .boxDressList {
    margin-top: 20px;
  }
  .single-gallery .boxDressRecommendWrap:before {
    height: 70vw;
  }
  .single-gallery .boxDressRecommendWrap {
    padding-bottom: 2.5em;
  }
  .boxIndexCampaignList .box .img {
    position: relative;
  }
  .boxIndexCampaignList03 {
    width: 100%;
    padding: 0;
  }
  .boxNewsS01Sidebar {
    width: 100%;
    margin-top: 5rem;
  }
  .boxNewsS01 {
    display: block;
  }
  .boxBaseSingleBackLink01 {
  }
  .boxBaseSingleBackLink01 a {
    margin-top: 2rem;
  }
  .dlBaseCatMenu01, .dlBaseCatMenu01.type02 {
    padding: 1rem 1.5rem 0.4rem 1.5rem;
  }
  .dlBaseCatMenu01 > dd .ul01 > li {
    margin: 0 1em 0.6em 0!important;
  }
  .dlBaseYmMenu01:before {
    content: none;
  }
  .dlBaseYmMenu01 {
    padding: 1rem 1.5rem;
    display: flex;
  }
  .dlBaseYmMenu01 > dt {
    width: 6em;
  }
  .dlBaseYmMenu01 > dd {
    width: calc(100% - 6em);
    padding: 0;
  }
  .dlBaseCatMenu03 {
    width: 100%;
    margin-top: 0.5em;
  }
  .boxColumnTop {
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
  .boxColumnTop .cont {
    width: 100%;
  }
  .boxColumnTop .img {
    width: 100%;
    min-height: inherit;
    height: 55vw;
    margin-bottom: 1.5rem;
  }
  .boxColumnTop .cont .date .font-mincho,
  .boxColumnTop .cont .date .cat {
    font-size: 1rem;
  }
  .boxColumnTop .cont .ttl {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .boxColumnTop .cont .tag {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  
}
.boxPlanOption01 .box .popup-modal {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.option_cont {
  width: 80%;
  margin: auto;
  background: #fff;
  padding: 60px;
}
.option_cont .option_cont_in {
  display: flex;
}
.option_cont .option_cont_in .option_cont_img {
  width: 48%;
}
.option_cont .option_cont_in .option_cont_img img {
}
.option_cont .option_cont_in .option_cont_cont {
  width: 48%;
  margin-left: auto;
  padding-top: 35px;
}
.option_cont .option_cont_in .option_cont_cont .option_cont_title {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
.option_cont .option_cont_in .option_cont_cont dl {
  padding: 1.2em 0;
  display: flex;
  font-size: 1.125rem;
  color: #56344c;
  border-bottom: 1px solid #d8c2cf;
  align-items: center;
}
.option_cont .option_cont_in .option_cont_cont dl dt {
  width: 40%;
  font-weight: 500;
}
.option_cont .option_cont_in .option_cont_cont dl dt {
  position: relative;
  padding-left: 1.2em;
}
.option_cont .option_cont_in .option_cont_cont dl dt:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #d5becd;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-40%);
}
.option_cont .option_cont_in .option_cont_cont dl dd {
  width: 60%;
  text-align: right;
  padding-right: 6px;
}
.option_cont .option_cont_in .option_cont_cont dl dd span {
  font-size: 1.5rem;
}
.option_cont .popup-modal-dismiss a {
  display: flex;
  width: 320px;
  height: 47px;
  border: 1px solid #54374b;
  justify-content: center;
  align-items: center;
  margin: 45px auto 0 auto;
  color: #54374b;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
}
.option_cont .mfp-close {
}


.boxPlanOption01 .box .option_cont dl {
  display: flex;
  margin: auto;
}
.boxPlanOption01 .box .option_cont dl:nth-child(n+2) {
  margin-top: 0.5em;
}
.boxPlanOption01 .box .option_cont dl dt {
  position: relative;
  padding-left: 1em;
}
.boxPlanOption01 .box .option_cont dl dt:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #d5becd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
.boxPlanOption01 .box .option_cont dl dd {
  padding-left: 1.5em;
}
.boxIndexCampaignList02 .box {
  margin-left: 2.9%!important;
  margin-top: 0!important;
}
.boxIndexCampaignList02 .box:nth-of-type(3n+1) {
  margin-left: 0!important;
}
.boxIndexCampaignList02 .box:nth-child(n+4) {
  margin-top: 3rem!important;
}
@media all and (max-width: 750px){ 
  .boxPlanS01 .box_wrap .cont .p01 .price span {
    font-size: 2rem;
  }
  .boxPlanS01 .box_wrap .cont .p01 .price small {
    font-size: 1.4rem;
  }
  .option_cont {
    width: 100%;
    padding: 2rem;
  }
  .option_cont .option_cont_in {
    display: block;
  }
  .option_cont .option_cont_in .option_cont_img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .option_cont .option_cont_in .option_cont_cont {
    width: 100%;
    padding: 0;
  }
  .option_cont .option_cont_in .option_cont_cont .option_cont_title {
    font-size: 1.3rem;
  }
  .option_cont .option_cont_in .option_cont_cont dl {
    font-size: 1rem;
  }
  .option_cont .option_cont_in .option_cont_cont dl dd span {
    font-size: 1.2rem;
  }
  .boxPlanShopInfo01 .box_wrap .item .img {
    height: 60vw;
  }
  .boxIndexCampaignList .box:nth-child(n+2) {
    margin-left: 0!important;
  }
  .boxNewsS01Sidebar .box .ttl {
    font-size: 1.2rem;
  }
  .boxNewsS01Cont {
    margin-top: 2rem;
  }
  .boxDressSearch .boxDressSearchBtn span {
    white-space: normal;
    display: block;
  }
}
.boxLocationCat01 .ttl span {
  white-space: nowrap;
}
.pageNews .boxIndexCampaignList .box .img {
  height: 18.5vw;
}
.pageNews .boxIndexCampaignList .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 750px){ 
  .pageNews .boxIndexCampaignList .box .img {
    height: 59vw;
  }
}
@media all and (max-width: 1350px) and (min-width:751px) {
  .boxDressS01 .box_wrap .cont .p01 {
    font-size: 1.5rem;
  }
  .boxLocationCat01 ul {
    margin-left: 1rem;
  }
  .boxLocationS01 .box_wrap .cont .ttl span {
    display: block;
  }
  .boxIndex04 .box_wrap .itemWrap .item .name {
    font-size: 1rem;
  }
}
