@charset "utf-8";@media (min-width: 751px) {
  .mainContents {
    width: calc(100% - 80px);
    margin: 0 auto;
    max-width: 800px;
  }
}
 .mainContents .kv-container
 {
	 margin-bottom: 54px;
 }
 @media (max-width: 750px)
 {
 	.mainContents .kv-container
 	{
	 	margin-bottom: 35px;
 	}   
 }
.mainContents .img-4up-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 140px;
}
@media (max-width: 750px) {
  .mainContents .img-4up-container {
    margin-top: 30px;
    margin-bottom: 96px;
  }
}
.mainContents .img-4up-container img {
  width: calc(50% - 4px);
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .mainContents .img-4up-container img {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
}
.mainContents .page-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
  font-family: "EB Garamond", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media (max-width: 750px) {
  .mainContents .page-ttl  {
    margin-bottom: 25px;
  }
}
.mainContents .page-ttl .detail {
  font-size: 1.5rem;
  margin-top: 12px;
  font-family: "Work Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
.mainContents .message {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 750px) {
  .mainContents .message {
    margin: 0 0 1.2rem;
  }
}
.mainContents .footnote {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .mainContents .footnote {
    text-align: left;
    margin: 0;
  }
}
.mainContents .item-container {
  display: flex;
  flex-flow: row wrap;
}
.mainContents .item-container .item {
  width: calc(33.33% - 8px);
  margin-right: 12px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  line-height: 2.1rem;
  margin-bottom: 36px;
  transition: 0.3s;
}
@media (min-width: 751px) {
  .mainContents .item-container .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .mainContents .item-container .item {
    width: calc(50% - 7px);
    margin-right: 14px;
  }
  .mainContents .item-container .item:nth-child(2n) {
    margin-right: 0;
  }
}
.mainContents .item-container .item img {
  margin-bottom: 18px;
}
.mainContents .item-container .item .see-more-link {
  display: block;
  font-size: 1rem;
}
.mainContents .item-container .item .see-more-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url("/assets/front/img/icon-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 7px;
  transform: translateY(10%);
}

.h1-ttl {
  text-align: center;
  margin-bottom: 75px;
  font-size: 1.9rem;
font-family: "EB Garamond", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media (min-width: 751px) {
  .h1-ttl  {
    font-size: 2.2rem;
  }
}
.dress-button {
    width: 320px;
    margin: 0 auto;
}
.uka-button {
　display: flex;
　justify-content: center;
　margin: 0 auto;
　align-items: center;
    width: 100%;
    max-width: 320px;
    height: 64px;
    padding: 8px 24px;
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #000000;
}
a.dress-button-1 {
    color: #FFFFFF;
}
