@charset "UTF-8";
.font-bold {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.wrapper, #container {
  margin: 0;
  padding: 0;
  width: 640px;
}

#container {
  opacity: 0;
}
@media screen and (max-width: 750px) {
  #container {
    margin-top: 26.6666666667vw;
  }
}

.content {
  position: relative;
  margin: 0;
  padding: 0;
}

._pc {
  display: none;
}

._sp {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

#main {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#main .main_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../img/main_bg2_sp.jpg") no-repeat center top;
  background-size: 100% auto;
}

#main .main_inner {
  position: absolute;
  width: 100%;
  z-index: 1;
}

#main .main_inner .txt_box {
  position: absolute;
  top: 0%;
  left: 0%;
  margin-left: 0;
  width: 100%;
  text-align: left;
}

#main .main_inner .txt_box .title {
  width: 89.9%;
  margin: -4vw auto 0;
}

#main .main_inner .txt_box .txt {
  margin: 1vw auto 0;
  width: 66.133%;
}

#main .main_inner .txt_box .main_link {
  margin: 160px auto 0;
}

#main .main_inner .txt_box .main_link ul {
  text-align: center;
}

#main .main_inner .txt_box .main_link ul li {
  float: none;
  display: inline-block;
  margin-left: 2%;
}

#main .main_inner .txt_box .main_link ul li:first-child {
  margin-left: 0%;
}

#main .main_inner .txt_box .main_link ul li a {
  font-size: 14px;
  color: #000;
}

#main .main_inner .txt_box .main_link ul li a:before {
  content: "■";
  font-size: 14px;
  color: #00C2EB;
  margin-right: 5px;
}

#gallery .main_link {
  margin: -50px auto 0;
  width: 87.5%;
}

#gallery .main_link ul li {
  float: none;
  display: inline-block;
  font-size: 14px;
  width: 32%;
}

#gallery .main_link ul li:nth-child(1),
#gallery .main_link ul li:nth-child(4) {
  width: 32vw;
}

#gallery .main_link ul li:nth-child(2),
#gallery .main_link ul li:nth-child(5) {
  width: 32vw;
}

#gallery .main_link ul li:nth-child(3) {
  width: 20vw;
}

#gallery .main_link ul li:first-child {
  font-weight: bold;
}

#gallery .main_link ul li a {
  font-size: 14px;
  color: #000;
}

#gallery .main_link ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #00C2EB;
  font-size: 14px;
  color: #00C2EB;
  margin-right: 5px;
}

.bnr {
  width: 90%;
  margin: 0% auto 4vw;
}

.wedding_bnr {
  position: relative;
  width: 90%;
  margin: 0% auto 7.3333333333vw;
}

.wedding_bnr .bg {
  position: relative;
  z-index: 0;
}

.wedding_bnr .btns {
  position: absolute;
  top: 0;
  width: 100%;
  height: 307px;
  z-index: 1;
}

.wedding_bnr .btns .area {
  position: absolute;
  z-index: 0;
}

.wedding_bnr .btns .area a {
  display: block;
  width: 576px;
  height: 307px;
}

.wedding_bnr .btns .btn {
  position: absolute;
  width: 113px;
  height: 92px;
  top: 23px;
  z-index: 1;
}

.wedding_bnr .btns .btn a {
  display: block;
  width: 113px;
  height: 92px;
}

.wedding_bnr .btns .btn a span {
  display: block;
  position: absolute;
  width: 47px;
  top: 42px;
  left: 74px;
}

.wedding_bnr .btns .btn1 {
  left: 26px;
}

.wedding_bnr .btns .btn2 {
  left: 164px;
}

.wedding_bnr .btns .btn3 {
  left: 300px;
}

.wedding_bnr .btns .btn4 {
  left: 436px;
}

.wedding_bnr .btns .download a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
}

#about {
  position: relative;
  width: 100%;
  min-width: 100%;
  padding-top: 8%;
  height: auto;
}

#about .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 0%;
  padding-bottom: 13.3333333333vw;
}

#about .inner .Left {
  float: none;
  width: 100%;
  margin: 0 auto;
}

#about .inner .Left h2 {
  width: 76vw;
  margin: 0 auto;
}

#about .inner .Right {
  float: none;
  margin: 4vw auto 0;
}

#about .inner .Right .btns {
  display: flex;
  justify-content: space-between;
}

#about .inner .Right .btns li {
  float: none;
  position: relative;
  width: 42.6666666667vw;
}

#about .inner .Right .btns li:first-child {
  margin-top: 0px;
}

#about .inner .Right .btns li a {
  display: block;
  background: #fff;
}

#about .inner .Right .btns li .icon {
  position: absolute;
  bottom: 2vw;
  right: 2.6666666667vw;
  width: 2vw;
}

#gallery {
  position: relative;
  width: 100%;
  min-width: 100%;
  padding-top: 10%;
  background: none;
}

#gallery .inner {
  position: relative;
  padding-top: 25%;
  width: 87.5%;
  margin: 0 auto;
  text-align: center;
}

#gallery .inner h2 {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  margin-left: 0;
}

#gallery .inner h3 {
  position: absolute;
  width: 90%;
  top: 3%;
  left: 5%;
  margin-left: 0;
}

#gallery .brand_list {
  margin-top: 0px;
}

#gallery .brand_list ul li {
  position: relative;
  float: left;
  width: 47%;
  margin-bottom: 4.4%;
  margin-left: 6%;
}

#gallery .brand_list ul li:nth-child(2n+1) {
  margin-left: 0px;
}

#gallery .brand_list ul li a {
  opacity: 1 !important;
}

#gallery .brand_list ul li .img {
  width: 100%;
  height: 200px;
}

#gallery .brand_list ul li p.Name {
  margin-top: 10px;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 2px;
  height: 64px;
}

#gallery .brand_list ul li p.b_txt {
  margin-top: 14px;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  color: #34B4ED;
  letter-spacing: 1px;
  font-weight: bold;
}

.contents__archive {
  width: 84%;
  padding: 0 0 80px;
  margin: 0 auto;
}

.contents__archive__title {
  /* font-size: 12px; */
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #737373;
}

.contents__archive__list {
  width: 100%;
  margin: 0 auto;
  flex-flow: row wrap;
  justify-content: space-between;
}

.contents__archive__list__item {
  width: 100%;
  margin-bottom: 15px;
}

.contents__archive__list__box {
  width: 100%;
}

.contents__archive__list__txt {
  font-size: 1.5rem;
}

.p-cmn_contents__ttlArea {
  margin: 40px auto 55px;
  display: table;
}
@media screen and (max-width: 750px) {
  .p-cmn_contents__ttlArea {
    font-size: 30px;
    font-size: 4vw;
    line-height: 2.4666666667;
    margin-bottom: 6.6666666667vw;
  }
}

.p-cmn_contents__ttl {
  letter-spacing: 0.25em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5;
  border-bottom: 1px solid #646464;
  position: relative;
  text-align: center;
  font-weight: normal;
  color: #646464;
}
@media screen and (max-width: 750px) {
  .p-cmn_contents__ttl {
    font-size: 30px;
    font-size: 4vw;
    line-height: 2.4666666667;
  }
}

.p-cmn_contents__ttl_sub {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.1;
  text-align: center;
  margin-top: 5px;
  letter-spacing: 0.25em;
}

.p-bouquet__link {
  width: 89.8666666667vw;
  margin: 0 auto 14.6666666667vw;
}
.p-bouquet__link ul {
  display: flex;
  justify-content: space-between;
}
.p-bouquet__link ul li {
  font-size: 0;
}
.p-bouquet__link ul li a {
  font-size: 16px;
  line-height: 1.2;
}
.p-bouquet__link ul li a::before {
  display: inline-block;
  content: "";
  margin-right: 0.5em;
  width: 0;
  height: 0;
  border-width: 0.9333333333vw 0 0.9333333333vw 1.4666666667vw;
  border-color: transparent transparent transparent #00C2EB;
  border-style: solid;
}/*# sourceMappingURL=sp_top.css.map */