@charset "UTF-8";
/* =====================================================
   Flower / Page CSS
   元ファイル flower(5).css から整理・分割
===================================================== */



@font-face {
  font-family: "NotoSerifCJKjp-L";
  src: url("../fonts/NotoSerifCJKjp-L.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 768px) {
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, label, button, table, tr, th, td, article, aside, figcaption, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.8rem;
  /* 16px = 1rem */
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}
}

html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, label, button, table, tr, th, td, article, aside, figcaption, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  /* 16px = 1rem */
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, figcaption, figure, footer, header, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 16px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  height: auto;
  border: 0;
  vertical-align: bottom;
}

body {
  background-color: #FFF;
  color: #222;
  font-family: -apple-system,BlinkMacSystemFont,Verdana,"Hiragino Sans","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  text-align: left;
}

p {
  line-height: 2;
}

@media (min-width: 600px) {
p {
    line-height: 2.15;
  }
}

a {
  color: #b062a0;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 960px) {
a:hover {
    color: #999;
  }
}

@font-face {
  font-family: "NotoSerifCJKjp-L";
  src: url("../fonts/NotoSerifCJKjp-L.otf") format("opentype"), url("../fonts/NotoSerifCJKjp-L.woff") format("woff");
}

.layout2column .main, .layout2column .main:not(.main_index) {
  padding-top: 0;
}

@media (min-width: 960px) {
.layout2column .main, .layout2column .main:not(.main_index) {
    width: 62.3%;
  }
}

.main:not(.main_index) {
  padding-top: 54px;
}

@media (min-width: 600px) {
.main:not(.main_index) {
    padding-top: 64px;
  }
}

@media (min-width: 1280px) {
.main:not(.main_index) {
    padding-top: 74px;
  }
}

@media (min-width: 960px) {
.mainindex__txt .title1__en {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}

.mainimg {
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.mainimg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.mainimg__txt {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  color: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.mainimg__title {
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1;
}

@media (min-width: 600px) {
.mainimg {
    height: 600px;
    height: calc(95vh - 74px);
    max-height: 800px;
    min-height: 600px;
    padding-top: 0;
  }

.mainimg__title {
    margin-bottom: 15px;
    font-size: 2.25rem;
  }
}

@media (min-width: 960px) {
.mainimg__title {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.mainheader {
  padding-top: calc(8% + 30px);
}

.mainheader p {
  margin-bottom: 15px;
}

.mainheader p.mainheader01 {
  font-weight: 800;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
.mainheader__txt {
    font-size: 1rem;
    text-align: center;
  }
}

@media (min-width: 960px) {
.mainheader {
    padding-top: 100px;
  }

.layout2column .mainheader.container {
    width: 160.51%;
    background: #FFF;
  }
}

.gallery, .summarytxt {
  margin-top: calc(12% + 20px);
}

@media (min-width: 960px) {
.gallery, .summarytxt {
    margin-top: 130px;
  }
}

@media (min-width: 1280px) {
.gallery, .summarytxt {
    margin-top: 260px;
  }
}

.summarytxt {
  margin-right: 6%;
  margin-left: 6%;
}

.summarydata .title1 {
  margin-bottom: 20px;
}

.bottomTokuten {
  width: 88%;
  max-width: 760px;
  margin: 20px auto 0;
  padding: 15px;
  border: 1px dotted #333;
  background: #EFE0EC;
}

.bottomTokuten ul {
  margin: 0 0 0 20px;
  list-style-type: disc;
  text-align: left;
}

.bottomTokuten li {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.7;
}

.bottomTokuten__title {
  font-weight: bold;
  text-align: center;
}

@media (min-width: 600px) {
.bottomTokuten {
    width: 80%;
    margin-top: 30px;
    padding: 25px 10px;
  }

.bottomTokuten ul {
    list-style-type: none;
    text-align: center;
  }

.bottomTokuten li {
    font-size: 0.875rem;
  }

.bottomTokuten li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px 3px 0;
    border-radius: 50%;
    background: #333;
    vertical-align: middle;
  }

.bottomTokuten__title {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}

.bottomFair {
  margin-top: calc(12% + 20px);
  padding: 15% 0;
  background: #f7eff5;
}

.bottomFair__title {
  width: 88%;
  max-width: 1140px;
  margin: 0 auto 2%;
  padding: 13px 0;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  font-size: 1rem;
  text-align: center;
}

.bottomFair__btn {
  width: 88%;
  max-width: 1140px;
  margin: 0 auto;
}

.bottomFair__btn .btn3 {
  width: 100%;
  margin-top: calc(5% + 15px);
}

.bottomFair .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.bottomFair .ichioshifair {
  width: 88%;
  max-width: 1140px;
  margin: 0 auto;
}

.bottomFair .ichioshifair__item {
  border-bottom: 1px dotted #222;
}

.bottomFair .ichioshifair__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 17px 0;
  text-decoration: none;
}

.bottomFair .ichioshifair__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 5%;
}

.bottomFair .ichioshifair__img img {
  width: 100%;
  border-radius: 50%;
}

.bottomFair .ichioshifair__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}

.bottomFair .ichioshifair__date {
  display: block;
  margin-bottom: 2px;
  color: #222;
  font-size: 0.875rem;
}

.bottomFair .ichioshifair__title {
  display: block;
  font-size: 0.75rem;
  text-decoration: underline;
  line-height: 1.7;
}

@media (min-width: 600px) {
.bottomFair__title {
    font-size: 1.125rem;
  }

.bottomFair .ichioshifair__item a {
    padding: 20px 0;
  }

.bottomFair .ichioshifair__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    margin-right: 30px;
  }

.bottomFair .ichioshifair__date {
    font-size: 1rem;
  }

.bottomFair .ichioshifair__title {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
.bottomFair {
    margin-top: 130px;
    padding: 80px 0;
  }

.bottomFair__title {
    position: relative;
    padding: 0 0 20px;
    border: none;
    font-size: 1.25rem;
  }

.bottomFair__title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    width: 200px;
    height: 2px;
    background: #222;
  }

.bottomFair__btn .btn3 {
    width: 450px;
    margin-top: 50px;
    padding: 21px 5px;
    font-size: 1.25rem;
  }

.bottomFair .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  }

.bottomFair .ichioshifair {
    margin-top: 40px;
  }

.bottomFair .ichioshifair__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    border: none;
  }

.bottomFair .ichioshifair__item:not(:first-child) {
    margin-left: 2%;
  }

.bottomFair .ichioshifair__item a {
    padding: 0;
  }

.bottomFair .ichioshifair__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-right: 10px;
  }

.bottomFair .ichioshifair a:hover img {
    opacity: 0.7;
  }
}

@media (min-width: 1280px) {
.bottomFair {
    margin-top: 160px;
  }
}

.breadcrumb {
  width: 100%;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.breadcrumb ol {
  padding: 10px 0;
  line-height: 1.5;
  text-align: left;
}

.breadcrumb li {
  display: inline-block;
  font-size: 0.675rem;
}

.breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 calc(5px + 0.3em) 0 5px;
}

.breadcrumb a {
  text-decoration: none;
  color: #222;
}

@media (min-width: 600px) {
.breadcrumb ol {
    padding: 12px 0;
  }

.breadcrumb li {
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
.breadcrumb a:hover {
    color: #999;
  }
}

.gotop {
  position: fixed;
  z-index: 18;
  right: 20px;
  bottom: 60px;
  width: 40px;
  height: 40px;
}

.gotop_start {
  opacity: 0;
}

.gotop_show, .gotop_hide {
  -webkit-transition: 1s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gotop_show {
  opacity: 1;
}

.gotop_hide {
  opacity: 0;
}

.gotop a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 12px 0 0 0;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.gotop svg {
  width: 16px;
  height: 16px;
}

.gotop-svg-color1 {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

@media (min-width: 960px) {
.gotop a:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}

.container {
  position: relative;
  width: 88%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container_txt {
  width: 80%;
}

.container_s {
  max-width: 760px;
}

@media (min-width: 960px) {
.container_txt {
    width: 88%;
  }

.layout2column .container {
    width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.rowreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (min-width: 960px) {
.rowlg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.rowlg.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.column {
  display: block;
  min-height: 0%;
  /* ie flex-direction bug */
}

.column_equally {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  /* 1 1 0 xie11 */
}

.column_equallymargin {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  /* 1 1 0 xie11 */
}

.row .column_equallymargin:not(:first-child) {
  margin-left: 5.2%;
}

.row.rowreverse .column_equallymargin:not(:first-child) {
  margin-left: 0;
  margin-right: 5.2%;
}

@media (min-width: 600px) {
.rowmd .column_equallymargin:not(:first-child) {
    margin-left: 5.2%;
  }

.rowmd.rowreverse .column_equallymargin:not(:first-child) {
    margin-left: 0;
    margin-right: 5.2%;
  }
}

@media (min-width: 960px) {
.rowlg .column_equallymargin:not(:first-child) {
    margin-left: 5.2%;
  }

.rowlg.rowreverse .column_equallymargin:not(:first-child) {
    margin-left: 0;
    margin-right: 5.2%;
  }
}

@media (min-width: 600px) {
.column[class*="column_md"]:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 960px) {
.column[class*="column_lg"]:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
.column[class*="column_xl"]:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}

.title1 {
  margin-bottom: 35px;
  text-align: center;
}

.title1__en {
  margin-bottom: 7px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.title1__en:last-child {
  margin-bottom: -8px;
}

@media (min-width: 600px) {
.title1 {
    margin-bottom: 45px;
  }

.title1__en {
    margin-bottom: 15px;
    font-size: 1.875rem;
  }

.title1__en:last-child {
    margin-bottom: -10px;
  }
}

@media (min-width: 600px) {
.link-tel, .link-tel:hover {
    color: #333;
    text-decoration: none;
  }
}

.img-full {
  width: 100%;
}

.img-full_max {
  max-width: 100%;
}

.box1 {
  margin-top: calc(12% + 20px);
}

.box1 p {
  margin-bottom: 15px;
}

.box1 img {
  margin: 5px 0;
}

.box1__title1 {
  margin-top: 40px;
  font-size: 30px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.2;
}

.box1__title2 {
  margin-top: 35px;
  font-size: 1rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  letter-spacing: 0.15em;
  line-height: 2;
}

.box1__title1, .box1 p.box1__title1, .box1__title2, .box1 p.box1__title2, .box1 p.box1__title3 {
  margin-bottom: 20px;
}

.box1__title1 + .box1__title2 {
  margin-top: 15px;
}

.box1__yoko {
  overflow: hidden;
}

.box1__yoko img {
  width: 150%;
  margin-left: -25%;
}

@media (min-width: 600px) {
.box1 p {
    margin-bottom: 20px;
  }

.box1__title1, .box1 p.box1__title1, .box1__title2, .box1 p.box1__title2 {
    margin-bottom: 25px;
  }

.box1__yoko img {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 960px) {
.box1 {
    margin-top: 130px;
  }

.box1 .column > .box1__title1:first-child, .box1 .column > .box1__title2:first-child, .box1 .column > .box1__title3:first-child {
    margin-top: 0;
  }

.box1__down {
    margin-top: 100px;
  }

.box1__agligncenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 1280px) {
.box1 {
    margin-top: 160px;
  }

.box1__yoko img {
    margin-top: -1.5%;
    margin-bottom: -1.5%;
  }
}

.box1type1__img {
  overflow: hidden;
  margin-bottom: 15px;
}

.box1type1__img p {
  margin-bottom: 0;
}

.box1type1__img img {
  width: 150%;
  margin-left: -25%;
}

.box1type1__txt {
  margin: 0 5% 10%;
}

@media (min-width: 600px) {
.box1type1__img img {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 960px) {
.box1type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
  }

.box1type1__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.14%;
            flex: 0 0 63.14%;
    margin-bottom: 0;
  }

.box1type1__img p {
    margin-bottom: 20px;
  }

.box1type1__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.28%;
            flex: 0 0 26.28%;
    margin-left: 4.58%;
    margin-right: 0;
  }

.box1type1_rightimg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: end;
  }

.box1type1_rightimg .box1type1__txt {
    margin-left: 0;
    margin-right: 4.58%;
  }
}

@media (min-width: 1300px) {
.box1type1__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 170px);
            flex: 0 0 calc(50% + 170px);
    /* 50% + (1140 * 0.896 / 3 / 2) */
  }

.box1type1__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    margin-left: 60px;
  }

.box1type1_rightimg .box1type1__txt {
    margin-left: 0;
    margin-right: 60px;
  }
}

@media (min-width: 960px) {
.box1type2__rightimg + .box1__title1 {
    margin-top: 10px;
  }
}

.btn3 {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 18px 5px;
  border-radius: 2px;
  background: #b062a0;
  color: #FFF;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

.btn3::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
.btn3 {
    padding: 21px 5px;
    font-size: 1.5rem;
  }
}

@media (min-width: 960px) {
.btn3 {
    padding: 25px 5px;
    font-size: 1.875rem;
  }

.btn3::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    margin-bottom: 3px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
  }

.btn3:hover {
    color: #FFF;
    background: #c891bc;
  }
}

.slide1 {
  overflow: hidden;
  margin-bottom: 25px;
}

.slide1 .swiper-container {
  padding-bottom: 30px;
}

.slide1 .swiper-container-horizontal > .swiper-pagination-bullets {
  padding-left: 10px;
  padding-right: 10px;
  bottom: 0;
}

.slide1 .swiper-pagination-bullet-active {
  background: #333;
}

.slide1__item img {
  width: 100%;
}

.slide1__next, .slide1__prev {
  display: none;
}

@media (min-width: 600px) {
.slide1 .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    overflow: visible;
    z-index: 1;
  }

.slide1__list {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
  }

.slide1__next, .slide1__prev {
    display: block;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: calc(50% - 50vw + 5%);
    cursor: pointer;
  }

.slide1__next {
    left: auto;
    right: calc(50% - 50vw + 5%);
    cursor: pointer;
  }

.slide1__next::after, .slide1__prev::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    margin-bottom: 3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }

.slide1__prev::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    margin: 0 10px 3px 0;
  }
}

.u-animation-bg1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: u-animation-bg1-keyframe 2s;
  -webkit-animation: u-animation-bg1-keyframe 2s;
}

@-webkit-keyframes u-animation-bg1-keyframe {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@keyframes u-animation-bg1-keyframe {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 960px) {
.indexBn + .container .indexStyle1 {
    padding-top: calc(15% - 70px);
  }
}

@media (min-width: 1280px) {
.indexBn + .container .indexStyle1 {
    padding-top: 180px;
  }
}

.indexReport .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.indexStaff .title1 {
  margin-bottom: 10px;
}

.indexStaff .title1__en {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

@media (min-width: 960px) {
.indexStaff .title1 {
    margin-bottom: 20px;
  }

.indexStaff .title1__en {
    display: block;
  }
}

@media (min-width: 600px) {
.indexGofair__btn .btn3 {
    width: 80%;
  }
}

@media (min-width: 960px) {
.indexGofair__btn .btn3 {
    max-width: 600px;
  }
}

.locationGallery .row .column {
  width: calc(50% - 3px);
  margin-left: 6px;
}

.locationGallery .row .column:first-child {
  margin-left: 0;
}

@media (min-width: 600px) {
.locationGallery .rowmd .column {
    width: calc(50% - 3px);
    margin-left: 6px;
  }

.locationGallery .rowmd .column:first-child {
    margin-left: 0;
  }
}

.bottomReport .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.wp-camp .box1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.wp-camp .container_s {
    max-width: 1140px;
}

.mainimg_camp .mainimg__title {
  font-size: 1.25rem;
}

.mainimg_camp .mainimg__title span {
  display: block;
  margin: 0.5em auto 0;
  font-size: 1.75rem;
}

@media (min-width: 600px) {
.mainimg_camp .mainimg__title {
    font-size: 2rem;
  }

.mainimg_camp .mainimg__title span {
    font-size: 2.75rem;
  }
}

@media (min-width: 960px) {
.mainimg_camp .mainimg__title {
    font-size: 2.25rem;
  }

.mainimg_camp .mainimg__title span {
    display: inline-block;
    margin: 0 0 0.5em;
    font-size: 2.75rem;
  }
}

.box1__yoko {
    height: 650px;
}

@media (max-width: 599px) {
.box1__yoko {
    height: unset;
}
}

@media (max-width: 899px) {
.box1__yoko {
    height: unset;
}
}

.cuisineStyleCut .column {
  -webkit-box-flex: 4;
      -ms-flex: 4 0 40%;
          flex: 4 0 40%;
  margin: 0 3px;
}

@media (min-width: 600px) {
.cuisineStyleCut .column {
    -webkit-box-flex: 4;
        -ms-flex: 4 0 20%;
            flex: 4 0 20%;
  }
}

.mainimg_dress {
  background-image: url(../images/top1-new.jpg);
}

@media (min-width: 600px) {
.summarydl__dress {
    width: 600px;
    margin: 0 auto;
    border: none;
  }
}

.summarydl__dress dt {
  padding: 0;
  line-height: 2;
  padding: 10px 0 0 0;
}

@media (min-width: 600px) {
.summarydl__dress dt {
    width: 600px;
    margin: 0 auto;
    width: 35%;
    float: left;
    padding: 0 0 10px 0;
    border: none;
  }
}

.summarydl__dress dd {
  padding: 0 0 10px 1em;
  line-height: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 600px) {
.summarydl__dress dd {
    padding: 0 0 10px 0;
    width: 600px;
    margin: 0 auto;
    width: 65%;
    margin-left: 35%;
    border: none;
  }
}

.dress__logo {
  width: 60%;
  padding: 75% 0 0 0;
}

@media (min-width: 600px) {
.dress__logo {
    padding: 0;
  }
}

@media (min-width: 960px) {
.dress__relative {
    position: relative;
  }
}

@media (min-width: 960px) {
.dress__conceptimg {
    overflow: hidden;
  }

.dress__conceptimg img {
    width: 150%;
    margin-left: -25%;
  }
}

@media (min-width: 1280px) {
.dress__conceptimg img {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 960px) {
.dress__absolute {
    text-align: center;
    width: 36em;
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    left: calc(25% - 18em);
    vertical-align: middle;
    display: table-cell;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 960px) {
.dress__absolute p {
    color: #FFFFFF;
  }
}

@media (min-width: 960px) {
.dress__absolute p.dress__absolute__txt {
    display: inline-block;
    text-align: left;
    color: #FFFFFF;
  }
}

.dressSlide .swiper-container {
  padding-bottom: 50px;
}

@media (min-width: 600px) {
.dressSlide .swiper-container {
    padding-bottom: 30px;
  }
}

.dressSlide__item {
  width: 85% !important;
}

@media (min-width: 600px) {
.dressSlide__item {
    width: 50% !important;
  }
}

.box1type1__img .dressother__mainimg {
  width: 50%;
  margin-left: 0;
}

.dressbn {
  margin-top: calc(12% + 20px);
  text-align: center;
}

.dressbn img {
  border: 1px solid #000;
}

.dressbn__item {
  margin-top: 15px;
}

@media (min-width: 960px) {
.dressbn {
    margin-top: 130px;
  }

.dressbn a {
    display: block;
    max-width: 962px;
    margin: 0 auto;
    background: #000;
  }

.dressbn a:hover img {
    opacity: 0.9;
  }

.dressbn__item {
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
.dressbn {
    margin-top: 160px;
  }
}

.planFair__btn .btn3 {
  width: 100%;
}

@media (min-width: 960px) {
.planFair__btn .btn3 {
    width: 600px;
  }
}

.fairRecommend .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.fairRecommend .ichioshifair {
  overflow: hidden;
}

.fairRecommend .ichioshifair__list {
  width: 50%;
  margin: 0 auto;
}

@media (min-width: 600px) {
.fairRecommend .ichioshifair__list {
    width: 88%;
    max-width: 900px;
  }
}

@media (min-width: 960px) {
.fairRecommend .ichioshifair a:hover .ichioshifair__img img {
    opacity: 0.7;
  }
}

@media (min-width: 960px) {
.flowStep .container {
    width: auto;
  }
}

body.wcamp_body .bottomFair {
  margin-top: 0;
  padding-top: calc(12% + 20px);
}

body.wcamp_body .breadcrumb {
  background: #FFFFFF;
}

.wp-camp .box1type1__txt {
    margin-top: 100px;
}

@media (min-width: 960px) {
body.wcamp_body .bottomFair {
    margin-top: 130px;
    padding: 80px 0;
  }

body.wcamp_body .breadcrumb {
    background: transparent;
  }
}

@-webkit-keyframes wcamp-keyframe1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wcamp-keyframe1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wcamp-keyframe2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wcamp-keyframe2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 960px) {
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .taiyoumain {
      height: calc(100vh - 64px);
    }
    .taiyoumain__img {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      margin-top: 0;
    }
    .taiyoumain__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}

@media (min-width: 1280px) {
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .taiyoumain {
      height: calc(100vh - 74px);
    }
  }
}

.bnr_floating {
	position: fixed;
	right: 0;
	bottom: 0;
	width: auto;
	display: flex;
	z-index: 10;
	font-family: "Noto Serif JP", serif;
}

.bnr_floating li {
	border: 1px solid #b062a0;
	text-align: center;
	background: #fff;
}

.bnr_floating li:nth-child(3), .bnr_floating li:nth-child(1) {
	background: #b062a0;
}

.bnr_floating li:nth-child(2) {
	border: 1px solid #b062a0;
}

.bnr_floating li:last-child {
	
}

.bnr_floating li a {
	color: #fff;
	display: block;
	padding: 15px 30px 15px 20px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}

.bnr_floating li i {
	margin: 0 5px 0 0;
}

.bnr_floating li:nth-child(2) a {
	color: #b062a0;
}

.bnr_floating li:last-child a {
	padding: 12px 15px;
}

.bnr_floating li:last-child img {
	width: 20px;
}

.bnr_floating li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.bnr_floating li:nth-child(2) a:after {
    border-top: 1px solid #b062a0;
    border-right: 1px solid #b062a0;
}

@media (min-width: 600px) {
.sp {
		display: none;
	}
}

@media (max-width: 599px) {
.bnr_floating {
		width: 100%;
	}

.bnr_floating li {
		width: 45%;
	}

.bnr_floating li:nth-child(2) {
		width: 35%;
	}

.bnr_floating li.sp {
		width: 20%;
	}

.bnr_floating li a {
		display: block;
		padding: 15px 0;
	}

.bnr_floating li.sp a:after {
		content: none;

	}

.bnr_floating li:last-child i {
		margin: 0;
		font-size: 18px;
	}
}

.bestrate-step .column:nth-child(2) .bestrate-step-foot {
  background: #584C46;
}

.bestrate-step .column:nth-child(2) .bestrate-step-foot div::before {
  border-bottom-color: #584C46;
}

.bestrate-step .column:nth-child(3) .bestrate-step-foot {
  background: #826517;
}

.bestrate-step .column:nth-child(3) .bestrate-step-foot div::before {
  border-bottom-color: #826517;
}

.bestrate-wrapper .rowlg > .column > *:first-child {
    margin-top: 0;
}

.bestrate-wrapper .bestrate-benefits .column.row {
    width: 49%;
    margin-top: 20px;
    padding: 30px 15px 30px 30px;
    background: #F0EDEB;
    align-items: center;
}

.bestrate-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 959px) {
.column {
  width: 100%;
}

.bestrate-wrapper .bestrate-benefits .column.row {
    width: 100%;
    margin-top: 20px;
    background: #F0EDEB;
    align-items: center;
    padding: 3.5%;
}

.bestrate-benefits .column.row {
    align-items: center;
    margin-top: 10px;
    background: #F0EDEB;
    padding: 4.7%;
}
}

@media screen and (max-width: 590px) {
.column {
  width: 100%;
}

.bestrate-wrapper .bestrate-benefits .column.row {
    width: 100%;
    margin-top: 20px;
    background: #F0EDEB;
    align-items: center;
    padding: 3.5%;
}

.bestrate-benefits .column.row {
    align-items: center;
    margin-top: 10px;
    background: #F0EDEB;
    padding: 4.7%;
}
}

@media (min-width: 960px) {
.bestrate-step .column {
    width: 32.3%;
    margin: 0;
    padding: 20px;
  }
}

@media (min-width: 960px) {
.bestrate-why .column {
    width:46.875%;
  }
}

.bestrate-benefits .column.row {
  align-items: center;
  margin-top: 10px;
  padding: 4.7%;
  background: #F0EDEB;
}

@media (min-width: 960px) {
.bestrate-benefits .column.row {
    width: 49%;
    margin-top: 20px;
    padding: 30px 15px 30px 30px;
    background: #F0EDEB;
  }
}

@media screen and (max-width: 590px) {
.bestrate-benefits__img.sp-vertical .img-full {
    height: 180px;
    object-fit: cover;
  }
}

.wrapper-photo #slider .container {
  position: relative;
  height: 100vh;
}

@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.wrapper-photo .sp, .wp-camp .sp { display: none !important; }

@media only screen and (max-width: 590px) {
.wrapper-photo .sp, .wp-camp .sp { display: block !important; }
}

@media screen and (min-width:591px) and (max-width:1024px) {
.wrapper-photo .sp, .wp-camp .sp { display: none !important; }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
.wrapper-photo .hero .container {
    height: 600px;
  }

.cont01 .container {
    width: 100%;
}

.wrapper-photo .container {
  width: 100%;
}
}

@media screen and (max-width: 590px) {
.wrapper-photo .container {
    position: relative;
    width: 100%;
}

.cont02 .container {
  margin-left: 0;
  margin-right: 0;
}

.wrapper-photo .cont03 .container, .wrapper-photo .cont04 .container, .wrapper-photo .cont05 .container, .wrapper-photo .cont06 .container, .wrapper-photo .cont07 .container {
  padding-left: 0;
  padding-right: 0;
}
}

.largocert-intro {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.largocert-intro__logo {
  text-align: center;
  margin-bottom: 48px;
}

.largocert-intro__logo img {
  width: 270px;
  max-width: 80%;
  height: auto;
}

.largocert-intro__title {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
}

.largocert-intro__txt {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.03em;
  color: #000;
}

@media screen and (max-width: 599px) {
  .largocert-intro {
    width: 88%;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .largocert-intro__logo {
    margin-bottom: 36px;
  }

  .largocert-intro__logo img {
    width: 240px;
  }

  .largocert-intro__title {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .largocert-intro__txt {
    font-size: 0.8rem;
    line-height: 1.65;
  }
}

.mainimg::after {
  display: none;
}

.concept-section {
  margin: 0 auto;
  background: #fff;
}

.concept-section__image picture,
.concept-section__image img {
  display: block;
  width: 100%;
}

.concept-section__image img {
  height: auto;
  object-fit: cover;
}

.concept-section__body {
  padding: 34px 22px 44px;
  background: #fff;
}

.concept-section__title {
  margin: 0 0 24px;
  color: #000;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
}

.concept-section__text {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* PC表示 */
@media screen and (min-width: 960px) {
  .concept-section {
    max-width: 1140px;
    margin-top: 100px;
  }

  .concept-section__body {
    padding: 56px 70px 70px;
  }

  .concept-section__title {
    font-size: 42px;
  }

  .concept-section__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.concept-section {
  margin: 0 auto;
  background: #fff;
}

.concept-section__image {
  width: 100%;
}

.concept-section__image img {
  display: block;
  width: 100%;
  height: auto;
}

.concept-section__body {
  padding: 34px 22px 44px;
  background: #fff;
}

.concept-section__title {
  margin: 0 0 24px;
  color: #000;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
}

.concept-section__text {
  margin: 0;
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-weight: 400;
}

/* =====================================================
   Florist Section
===================================================== */

.florist-section {
  padding: 56px 0 70px;
  background: #fff;
  overflow: visible;
}

.florist-inner {
  width: 86%;
  max-width: 360px;
  margin: 0 auto;
  overflow: visible;
}

/* 見出し */
.florist-heading {
  margin-bottom: 28px;
}

.florist-heading h2 {
  margin: 0 0 18px;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
}

.florist-heading p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #000;
}

/* =====================================================
   Florist Slide
===================================================== */

.florist-slide {
  position: relative;
  margin-top: 28px;
  overflow: visible;
}

.floristSlide__container {
  position: relative;
  overflow: visible !important;
  padding-bottom: 0;
}

.florist-slide .swiper-wrapper {
  align-items: stretch;
}

.florist-slide__item {
  width: 100%;
}

/* =====================================================
   Florist Card
===================================================== */

.florist-card {
  background: #eef3ef;
  padding: 17px 17px 24px;
}

.florist-card__image {
  width: 100%;
  aspect-ratio: 1 / 1.32;
  overflow: hidden;
  background: #ddd;
}

.florist-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 写真ごとの見え方調整 */
.florist-slide__item:nth-child(1) .florist-card__image img {
  object-position: center center;
}

.florist-slide__item:nth-child(2) .florist-card__image img {
  object-position: center center;
}

.florist-slide__item:nth-child(3) .florist-card__image img {
  object-position: center 35%;
}

.florist-card__body {
  padding: 18px 0 0;
  display: flex;
  flex-direction: column;
}

.florist-card__name {
  margin: 0 0 10px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
}

.florist-card__text {
  margin: 0;
  min-height: 48px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #000;
  padding-left: 10px;
}

/* +MORE ボタン */
.florist-card__more {
  display: inline-block;
  align-self: flex-end;
  padding: 2px 10px 4px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #000;
  text-decoration: none;
  background: #fff;
  box-shadow: 1px 4px 0 #cfd4d7;
}

.florist-card__more:hover {
  opacity: 0.75;
}

/* =====================================================
   Florist Arrows
===================================================== */

/* ドットは非表示 */
.florist-slide__pagination,
.florist-slide .swiper-pagination {
  display: none !important;
}

/* 矢印本体 */
.florist-slide__prev,
.florist-slide__next {
  display: block !important;
  position: absolute !important;
  top: 38%;
  transform: translateY(-50%);
  width: 68px !important;
  height: 68px !important;
  z-index: 9999 !important;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

/* 矢印位置 */
.florist-slide__prev {
  left: -52px !important;
}

.florist-slide__next {
  right: -52px !important;
}

/* 矢印パーツ */
.florist-slide__prev::before,
.florist-slide__prev::after,
.florist-slide__next::before,
.florist-slide__next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px !important;
  height: 22px !important;
  margin-top: -11px !important;
  border-top: 7px solid #cfd4db !important;
  border-right: 7px solid #cfd4db !important;
}

/* 左 << */
.florist-slide__prev::before {
  left: 6px !important;
  transform: rotate(-135deg);
}

.florist-slide__prev::after {
  left: 22px !important;
  transform: rotate(-135deg);
}

/* 右 >> */
.florist-slide__next::before {
  right: 22px !important;
  transform: rotate(45deg);
}

.florist-slide__next::after {
  right: 6px !important;
  transform: rotate(45deg);
}

.florist-slide__prev:hover::before,
.florist-slide__prev:hover::after,
.florist-slide__next:hover::before,
.florist-slide__next:hover::after {
  border-color: #aeb6bf !important;
}

/* =====================================================
   Instagram Banner
===================================================== */

.florist-instagram {
  margin-top: 42px;
  text-align: center;
}

.florist-instagram a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.florist-instagram a:hover {
  opacity: 0.8;
}

.florist-instagram img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* =====================================================
   Gallery 中央寄せ・左右チラ見せ
===================================================== */

.gallery {
  overflow: hidden;
}

.gallery .slide1 {
  overflow: hidden;
  margin-bottom: 25px;
}

.gallery .slide1__list {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}

.gallery .dressSalide__container {
  width: 100%;
  overflow: hidden !important;
  padding-bottom: 46px;
}

.gallery .dressSalide__container .swiper-wrapper {
  align-items: center;
}

.gallery .dressSlide__item {
  width: 68% !important;
}

.gallery .slide1__item img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery .swiper-pagination {
  bottom: 0 !important;
}

.gallery .swiper-pagination-bullet-active {
  background: #333;
}

/* =====================================================
   横スクロール崩れ対策
===================================================== */

html,
body {
  overflow-x: hidden;
}

/* =====================================================
   Responsive
===================================================== */

@media screen and (max-width: 768px) {
  .florist-section {
    padding: 48px 0 64px;
  }

  .florist-inner {
    width: 86%;
    max-width: 360px;
  }

  .florist-heading h2 {
    font-size: 40px;
  }

  .florist-heading p {
    font-size: 13px;
  }

  .florist-card {
    padding: 16px 16px 24px;
  }

  .florist-slide__prev,
  .florist-slide__next {
    top: 37%;
    width: 56px !important;
    height: 56px !important;
  }

  .florist-slide__prev {
    left: -26px !important;
  }

  .florist-slide__next {
    right: -26px !important;
  }

  .florist-slide__prev::before,
  .florist-slide__prev::after,
  .florist-slide__next::before,
  .florist-slide__next::after {
    width: 18px !important;
    height: 18px !important;
    margin-top: -9px !important;
    border-top-width: 6px !important;
    border-right-width: 6px !important;
  }

  .florist-slide__prev::before {
    left: 5px !important;
  }

  .florist-slide__prev::after {
    left: 18px !important;
  }

  .florist-slide__next::before {
    right: 18px !important;
  }

  .florist-slide__next::after {
    right: 5px !important;
  }

  .florist-instagram {
    margin-top: 38px;
  }

  .florist-instagram img {
    width: 260px;
  }

  .gallery .dressSlide__item {
    width: 74% !important;
  }
}

/* =====================================================
   Archive bouquet Section
===================================================== */

.archive-section {
  padding: 56px 0 70px;
  background: #fff;
}

.archive-inner {
  width: 86%;
  max-width: 600px;
  margin: 0 auto;
}

.archive-image img {
  display: block;
  width: 100%;
  height: auto;
}

.archive-body {
  padding: 30px 0 0;
}

.archive-title {
  margin: 0 0 18px;
  color: #000;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.archive-lead {
  margin: 0 0 22px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.archive-brand {
  margin: 0 0 22px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.archive-text {
  margin: 0 0 18px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.archive-instagram {
  margin-top: 34px;
  text-align: center;
}

.archive-instagram a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.archive-instagram a:hover {
  opacity: 0.8;
}

.archive-instagram img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* =====================================================
   Responsive
===================================================== */

@media screen and (max-width: 768px) {
  .archive-section {
    padding: 48px 0 64px;
  }

  .archive-inner {
    width: 86%;
    max-width: 380px;
  }

  .archive-body {
    padding-top: 26px;
  }

  .archive-title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .archive-lead {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .archive-brand {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .archive-text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .archive-instagram {
    margin-top: 30px;
  }

  .archive-instagram img {
    width: 260px;
  }
}

/* =====================================================
   Archive bouquet Section
===================================================== */

.archive-section {
  padding: 0 0 70px;
  background: #fff;
}

/* 上の画像だけ横幅いっぱい */
.archive-image {
  width: 100%;
}

.archive-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト部分は中央寄せで幅を絞る */
.archive-inner {
  width: 86%;
  max-width: 600px;
  margin: 0 auto;
}

.archive-body {
  padding: 30px 0 0;
}

.archive-title {
  margin: 0 0 18px;
  color: #000;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.archive-lead {
  margin: 0 0 22px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.archive-brand {
  margin: 0 0 22px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.archive-text {
  margin: 0 0 18px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.archive-instagram {
  margin-top: 34px;
  text-align: center;
}

.archive-instagram a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.archive-instagram a:hover {
  opacity: 0.8;
}

.archive-instagram img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .archive-section {
    padding-bottom: 64px;
  }

  .archive-inner {
    width: 100%;
  }

  .archive-body {
    padding-top: 26px;
  }

  .archive-title {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .archive-instagram {
    margin-top: 30px;
  }

  .archive-instagram img {
    width: 260px;
  }
}

/* =====================================================
   Shop Section
===================================================== */

.shop-section {
  padding: 0 0 70px;
  background: #fff;
}

/* 上の画像だけ横幅いっぱい */
.shop-image {
  width: 100%;
}

.shop-image img {
  display: block;
  width: 100%;
  height: 100%;
}

/* テキスト部分 */
.shop-inner {
  width: 86%;
  max-width: 380px;
  margin: 0 auto;
}

.shop-body {
  padding: 30px 0 0;
}

.shop-title {
  margin: 0 0 18px;
  color: #000;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.shop-lead {
  margin: 0 0 22px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.shop-brand {
  margin: 0 0 22px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.shop-text {
  margin: 0 0 18px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/* Instagramバナー */
.shop-instagram {
  margin-top: 34px;
  text-align: center;
}

.shop-instagram a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.shop-instagram a:hover {
  opacity: 0.8;
}

.shop-instagram img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .shop-section {
    padding-bottom: 64px;
  }

  .shop-inner {
    width: 100%;
  }

  .shop-body {
    padding-top: 26px;
  }

  .shop-title {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .shop-lead,
  .shop-brand,
  .shop-text {
    font-size: 14px;
  }

  .shop-instagram {
    margin-top: 30px;
  }

  .shop-instagram img {
    width: 260px;
  }
}

/* =====================================================
   Congratulatory flowers Section
===================================================== */

.congrats-section {
  padding: 0 0 70px;
  background: #fff;
}

/* 上の画像だけ横幅いっぱい */
.congrats-image {
  width: 100%;
}

.congrats-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト部分 */
.congrats-inner {
  width: 86%;
  max-width: 380px;
  margin: 0 auto;
}

.congrats-body {
  padding: 30px 0 0;
}

.congrats-title {
  margin: 0 0 18px;
  color: #000;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.congrats-lead {
  margin: 0 0 22px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.congrats-text {
  margin: 0 0 18px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/* ボタン画像 */
.congrats-button {
  margin-top: 34px;
  text-align: center;
}

.congrats-button a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.congrats-button a:hover {
  opacity: 0.8;
}

.congrats-button img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .congrats-section {
    padding-bottom: 64px;
  }

  .congrats-inner {
    width: 100%;
   
  }

  .congrats-body {
    padding-top: 26px;
  }

  .congrats-title {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .congrats-lead,
  .congrats-text {
    font-size: 14px;
  }

  .congrats-button {
    margin-top: 30px;
  }

  .congrats-button img {
    width: 260px;
  }
}

/* =====================================================
   Other Cases Section
===================================================== */

.othercases-section {
  background: #fff;
}

/* 上の画像だけ横幅いっぱい */
.othercases-image {
  width: 100%;
}

.othercases-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト部分 */
.othercases-inner {
  margin: 0 auto;
}

.othercases-body {
  padding: 30px 0 0;
}

.othercases-title {
  margin: 0 0 22px;
  color: #000;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.othercases-text {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {

  .othercases-inner {
    width: 100%;
  }

  .othercases-body {
    padding-top: 26px;
  }

  .othercases-title {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .othercases-text {
    font-size: 14px;
  }
}

/* =====================================================
   PC追加CSS 整理版
   ※過去に追加したGallery / Florist調整CSSは削除して、
     このブロックだけを flower.css の一番下に追加
===================================================== */


/* =====================================================
   PCだけ改行
===================================================== */
.pc-br {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-br {
    display: block;
  }
}

/* =====================================================
   PC Hero
===================================================== */
@media screen and (min-width: 769px) {
  .main:not(.main_index) {
    padding-top: 74px;
    margin-bottom: 20%;
  }

  .mainimg.mainimg_dress {
    position: relative;
    width: 100%;
    height: calc(100vh - 74px);
    min-height: 640px;
    max-height: 820px;
    padding-top: 0;
    background-image: url("../images/top1-new.jpg") !important;
    background-size: cover;
    background-position: bottom center !important;
    background-repeat: no-repeat;
  }

  .mainimg.mainimg_dress::after {
    display: none !important;
  }

  .mainimg__txt {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .mainimg__title {
    margin: 0;
    line-height: 1;
  }

  .dress__logo {
    width: 300px;
    max-width: 28vw;
    padding: 0;
    opacity: 0.72;
  }
}

/* =====================================================
   PC共通：SP用の重なり指定を解除
===================================================== */
@media screen and (min-width: 769px) {
  .concept-section,
  .florist-section,
  .archive-section,
  .shop-section,
  .congrats-section,
  .othercases-section {
    position: relative !important;
    z-index: 1;
    overflow: visible !important;
    background: #fff;

  }
     .othercases-section {margin-top: 20%;}
  .box1type1__txt.dress__absolute,
  .dress__absolute {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin:0 auto !important;
    background: transparent !important;
    transform: none !important;
    display: block !important;
  }

  .dress__absolute p,
  .dress__absolute p.dress__absolute__txt,
  .dress__concept__txt,
  .dress__absolute__txt {
    color: #000 !important;
    background: transparent !important;
    text-align: center;
  }

  .box1__title1 {
    color: #000 !important;
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 28px;
  }

  .dress__concept__txt,
  .dress__absolute__txt {
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.04em;
  }
}

/* =====================================================
   PC Concept Section
===================================================== */
@media screen and (min-width: 769px) {
  .main > section.concept-section:nth-of-type(1) {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 650px !important;
    margin: 0 0 12% !important;
    padding: 0 !important;
    background-image: url("../images/top2-pc.jpg") !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
  }

  .main > section.concept-section:nth-of-type(1) .concept-section__image {
    display: none !important;
  }

  .main > section.concept-section:nth-of-type(1) > .box1type1__txt.dress__absolute {
    position: absolute !important;
    top: 50% !important;
    left: 5% !important;
    width: 505px !important;
    max-width: 505px !important;
    padding: 34px 70px 36px !important;
    background: rgba(0, 0, 0, 0.38) !important;
    transform: translateY(-50%) !important;
    color: #fff !important;
    z-index: 5 !important;
  }

  .main > section.concept-section:nth-of-type(1) .box1__title1 {
    margin: 0 0 24px !important;
    color: #fff !important;
    font-size: 40px !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .main > section.concept-section:nth-of-type(1) .dress__concept__txt,
  .main > section.concept-section:nth-of-type(1) .dress__absolute__txt {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.82 !important;
    letter-spacing: 0.035em !important;
  }
}

/* =====================================================
   PC Wedding Section
===================================================== */
@media screen and (min-width: 769px) {
  .main > section.concept-section:nth-of-type(2) {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    background: #fff !important;
  }

  .main > section.concept-section:nth-of-type(2) > .concept-section__image {
  order: 1 !important;
  display: block !important;
  width: 60% !important;
  height: 560px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  background: none !important;
}

.main > section.concept-section:nth-of-type(2) > .concept-section__image img {
  display: block !important;
  width: 100% !important;
  height: 560px !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
}

  .main > section.concept-section:nth-of-type(2) > .box1type1__txt.dress__absolute {
    order: 2 !important;
    position: static !important;
    display: block !important;
    width: 40% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 0 2% !important;
    background: transparent !important;
    transform: none !important;
    color: #000 !important;
    text-align: left !important;
  }

  .main > section.concept-section:nth-of-type(2) .box1__title1 {
    margin: 0 0 36px !important;
    padding: 0 !important;
    color: #000 !important;
    font-family: "NotoSerifCJKjp-L", serif !important;
    font-size: 42px !important;
    font-weight: 300 !important;
    line-height: 1.15 !important;
    text-align: left !important;
  }

  .main > section.concept-section:nth-of-type(2) .dress__concept__txt,
  .main > section.concept-section:nth-of-type(2) .dress__absolute__txt {
    display: block !important;
    max-width: 430px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000 !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 2 !important;
    letter-spacing: 0.04em !important;
    text-align: left !important;
  }
}

/* =====================================================
   Gallery Slider
===================================================== */

/* 共通 */
.gallery,
.gallery .slide1,
.gallery .slide1__list,
.gallery .dressSalide__container {
  position: relative;
}

.gallery .dressSlide__item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.gallery .dressSlide__item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

/* SP */
@media screen and (max-width: 768px) {
  .gallery .slide1,
  .gallery .slide1__list {
    width: 100%;
    overflow: hidden;
  }

  .gallery .dressSalide__container {
    width: 100%;
    overflow: visible;
  }

  .gallery .swiper-wrapper {
    align-items: stretch;
  }

  .gallery .dressSlide__item {
    width: 85% !important;
  }
}

/* PC */
@media screen and (min-width: 960px) {
  .gallery {
    width: 100%;
    overflow: hidden;
  }

  .gallery .slide1,
  .gallery .slide1__list,
  .gallery .dressSalide__container,
  .gallery .swiper-wrapper {
    overflow: visible;
  }

  .gallery .slide1__list {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .gallery .dressSalide__container {
    width: 100%;
    margin: 0 auto;
  }

  .gallery .swiper-wrapper {
    align-items: center;
  }

  .gallery .dressSlide__item {
    width: 600px !important;
  }
}

/* =====================================================
   Florist：SP / PC 表示切り替え
===================================================== */

.florist-pc {
  display: none;
}

@media screen and (max-width: 959px) {
  .florist-section .florist-pc {
    display: none !important;
  }

  .florist-section .florist-slide {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .florist-section {
    overflow: visible;
  }

  .florist-section .florist-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block !important;
    position: relative;
  }

  .florist-section > .florist-inner > .dress__absolute,
  .florist-section .florist-slide {
    display: none !important;
  }

  .florist-section .florist-pc {
    display: block !important;
    width: 100%;
  }
}

/* =====================================================
   Florist：PC Intro
===================================================== */

@media screen and (min-width: 960px) {
  .florist-pc__intro {
    width: 30%;
    margin-left: 8%;
    margin-bottom: 90px;
  }

  .florist-pc__title {
    margin: 0 0 32px;
    color: #000;
    font-family: "NotoSerifCJKjp-L", serif;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: left;
  }

  .florist-pc__lead {
    margin: 0;
    color: #000;
    font-size: 0.875rem;
    line-height: 2.05;
    letter-spacing: 0;
    text-align: left;
  }
}

/* =====================================================
   Florist：PC Profile Overlay
===================================================== */

@media screen and (min-width: 960px) {
  .florist-pc__profile {
    position: relative;
    width: 100%;
    margin-bottom: 130px;
  }

  .florist-pc__image {
    width: 66%;
  }

  .florist-pc__image img {
    display: block;
    width: 80%;
    height: auto;
  }

  .florist-pc__overlay {
    position: absolute;
    top: 50%;
    width: 35%;
    padding: 38px 42px;
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    box-sizing: border-box;
    transform: translateY(-50%);
    z-index: 2;
  }

  .florist-pc__overlay-title {
    margin: 0 0 22px;
    color: #fff;
    font-family: "NotoSerifCJKjp-L", serif;
    font-size: 1.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .florist-pc__overlay-text {
    margin: 0;
    color: #fff;
    font-size: 0.875rem;
    line-height: 2;
  }

  /* SORANA：画像右、テキストBOXは人物右側に重ねる */
  .florist-pc__profile--shiho .florist-pc__image {
    margin-left: auto;
    margin-right: 24%;
  }

  .florist-pc__profile--shiho .florist-pc__overlay {
    left: 60%;
        top: 80%;
  }

  /* SHIHO：画像左、テキストBOXは画像右側に重ねる */
  .florist-pc__profile--sorana .florist-pc__image {
    margin-left: 28%;
    margin-right: auto;
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .florist-pc__profile--sorana .florist-pc__overlay {
    right: 62%;
        top: 90%;
  }
}

/* =====================================================
   PC：Archive bouquet 左画像・右テキスト
===================================================== */
@media screen and (min-width: 960px) {
  .archive-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 300px 0;
    background: #fff;
  }

  /* 左画像：PC画像に差し替え */
  .archive-section .archive-image {
    width: 58%;
    height: 720px;
    margin: 0;
    padding: 0;
    background-image: url("../images/IMG_3459-pc.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  /* HTML側のSP画像はPCでは透明にして背景画像を見せる */
  .archive-section .archive-image img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
    opacity: 0;
  }

  /* 右テキストエリア */
  .archive-section .archive-inner {
   width: 100%;
        box-sizing: border-box;
        padding-top: 210px;
        margin-left: 2%;
  }

  .archive-section .dress__absolute {
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    transform: none !important;
    text-align: left !important;
  }

  .archive-section .box1__title1 {
    margin: 0 0 32px !important;
    color: #000 !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .archive-section .archive-lead,
  .archive-section .archive-brand,
  .archive-section .dress__concept__txt,
  .archive-section .dress__absolute__txt {
    color: #000 !important;
    text-align: left !important;
  }

  .archive-section .archive-lead {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 2;
  }

  .archive-section .archive-brand {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 2;
  }

  .archive-section .dress__concept__txt,
  .archive-section .dress__absolute__txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .archive-section .archive-instagram {
    margin-top: 36px;
    text-align: left;
  }

  .archive-section .archive-instagram img {
    display: block;
    max-width: 280px;
    width: 100%;
    height: auto;
    opacity: 1;
  }
}

/* =====================================================
   PC：Shop 左テキスト・右画像
===================================================== */
@media screen and (min-width: 960px) {
  .shop-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    padding: 100px 0;
    background: #fff;
  }

  /* 右画像 */
  .shop-section .shop-image {
    width: 58%;
    margin: 0;
    padding: 0;
  }

  .shop-section .shop-image img {
        display: block;
        width: 700px;
        height: 1048px;
        object-fit: cover;
        object-position: center center;
  }

  /* 左テキストエリア */
  .shop-section .shop-inner {
    width: 42%;
        box-sizing: border-box;
        padding-top: 600px;
        margin-right: 2%;
  }

  .shop-section .dress__absolute {
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    transform: none !important;
    text-align: left !important;
  }

  .shop-section .box1__title1 {
    margin: 0 0 32px !important;
    color: #000 !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .shop-section .archive-lead,
  .shop-section .archive-brand,
  .shop-section .dress__concept__txt,
  .shop-section .dress__absolute__txt {
    color: #000 !important;
    text-align: left !important;
  }

  .shop-section .archive-lead {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 2;
  }

  .shop-section .archive-brand {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 2;
  }

  .shop-section .dress__concept__txt,
  .shop-section .dress__absolute__txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  /* バナー */
  .shop-section .shop-instagram {
    margin-top: 36px;
    text-align: left;
  }

  .shop-section .shop-instagram img {
    display: block;
    max-width: 280px;
    width: 100%;
    height: auto;
  }
}

/* =====================================================
   PC：Congratulatory flowers 左画像・右テキスト
   ※PCだけ画像差し替え
===================================================== */
@media screen and (min-width: 960px) {
  .congrats-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 100px 0;
    background: #fff;
  }

  /* 左画像：PC画像に差し替え */
  .congrats-section .congrats-image {
    width: 40%;
    height: 900px;
    margin: 0;
    padding: 0;
    background-image: url("../images/congrats-pc.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 6%;
  }

  /* HTML側の画像はPCでは透明化 */
  .congrats-section .congrats-image img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
    opacity: 0;
  }

  /* 右テキスト */
  .congrats-section .congrats-inner {
    width: 42%;
        box-sizing: border-box;
        padding-top: 460px;
        margin-left: 2%;
  }

  .congrats-section .dress__absolute {
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    transform: none !important;
    text-align: left !important;
  }

  .congrats-section .box1__title1 {
    margin: 0 0 32px !important;
    color: #000 !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .congrats-section .archive-lead,
  .congrats-section .dress__concept__txt,
  .congrats-section .dress__absolute__txt {
    color: #000 !important;
    text-align: left !important;
  }

  .congrats-section .archive-lead {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 2;
  }

  .congrats-section .dress__concept__txt,
  .congrats-section .dress__absolute__txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  /* バナー */
  .congrats-section .congrats-button {
    margin-top: 36px;
    text-align: left;
  }

  .congrats-section .congrats-button img {
    display: block;
    max-width: 280px;
    width: 100%;
    height: auto;
    opacity: 1;
  }
}

/* =====================================================
   PC：Other Cases 画像差し替え
===================================================== */
@media screen and (min-width: 960px) {
  .othercases-section .othercases-image {
    width: 100%;
    height: 620px;
    margin: 0;
    padding: 0;
    background-image: url("../images/OC-pc.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .othercases-section .othercases-image img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
    opacity: 0;
  }
  .othercases-inner {

    margin: 100px auto 0;
}
}

@media screen and (max-width: 959px) {
  .florist-section {
    overflow: visible;
  }

  .florist-section .florist-inner {
    width: 86%;
    max-width: 360px;
    margin: 0 auto;
    overflow: visible;
  }

  .florist-section .florist-slide {
    position: relative;
    overflow: visible;
  }

  .florist-section .floristSlide__container {
    overflow: visible !important;
  }

  .florist-section .florist-slide__prev,
  .florist-section .florist-slide__next {
    display: block !important;
    z-index: 20 !important;
  }
}
/* =====================================================
   SP：Florist 1枚表示・矢印は外側
===================================================== */
@media screen and (max-width: 959px) {
  .florist-section {
    overflow: visible;
  }

  .florist-section .florist-inner {
    width: 86%;
    max-width: 360px;
    margin: 0 auto;
    overflow: visible;
  }

  .florist-section .florist-slide {
    position: relative;
    overflow: visible;
  }

  /* 横のカードはここで自然に隠す */
  .florist-section .floristSlide__container {
    width: 100%;
    overflow: hidden !important;
  }

  .florist-section .swiper-wrapper {
    align-items: stretch;
  }

  .florist-section .florist-slide__item {
    width: 100% !important;
  }

  .florist-section .florist-card {
    width: 100%;
    box-sizing: border-box;
  }

  .florist-section .florist-slide__prev,
  .florist-section .florist-slide__next {
    display: block !important;
    position: absolute !important;
    top: 38%;
    transform: translateY(-50%);
    z-index: 50 !important;
  }
}
/* =====================================================
   PC：HERO画像の切れ方を調整
===================================================== */
@media screen and (min-width: 960px) {
  .mainimg.mainimg_dress {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding-top: 38%;
    background-size: cover !important;
    background-position: center center !important;
  }
  .title1__en {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
}
/* =====================================================
   SP：Florist MORE アコーディオン
===================================================== */
@media screen and (max-width: 959px) {
  .florist-card__more {
    display: block;
    margin-left: auto;
    padding: 4px 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #000;
    font-family: "NotoSerifCJKjp-L", serif;
    font-size: 0.75rem;
    line-height: 1.4;
    cursor: pointer;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  }

  .florist-card__detail {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition:
      max-height 0.5s ease,
      opacity 0.35s ease,
      margin-top 0.35s ease;
  }

  .florist-card.is-open .florist-card__detail {
    max-height: 1200px;
    opacity: 1;
    margin-top: 24px;
  }

  .florist-card__detail-title {
    margin-bottom: 12px;
    font-family: "NotoSerifCJKjp-L", serif;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #000;
  }

  .florist-card__detail-text {
    font-size: 0.78rem;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #000;
    text-align: left;
  }

  .florist-card.is-open .florist-card__more {
    box-shadow: none;
  }
}
@media screen and (max-width: 959px) {
  .florist-section .swiper-wrapper {
    align-items: flex-start !important;
  }

  .florist-section .florist-slide__item {
    height: auto !important;
  }

  .florist-section .florist-card {
    height: auto !important;
    overflow: visible !important;
  }

  .florist-section .florist-card__body {
    overflow: visible !important;
  }

  .florist-card__detail {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition:
      max-height 0.5s ease,
      opacity 0.35s ease,
      margin-top 0.35s ease;
  }

  .florist-card.is-open .florist-card__detail {
    max-height: 3000px;
    opacity: 1;
    margin-top: 24px;
  }

  .florist-instagram {
    position: relative;
    z-index: 1;
    margin-top: 40px;
  }
}
/* =====================================================
   SP画像：正方形トリミング
===================================================== */
@media screen and (max-width: 768px) {
  .concept-section__image,
  .shop-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .concept-section__image img,
  .shop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .shop-image img {
    object-position: center center;
  }
}


/* =====================================================
   PC / SP 改行制御
===================================================== */
.pc-br {
  display: none;
}

.sp-br {
  display: inline;
}

@media screen and (min-width: 960px) {
  .pc-br {
    display: inline;
  }

  .sp-br {
    display: none;
  }
}


/* =====================================================
   PC：バナー共通サイズ
===================================================== */
@media screen and (min-width: 960px) {
  .florist-instagram img,
  .archive-section .archive-instagram img,
  .shop-section .shop-instagram img,
  .congrats-section .congrats-button img {
    width: 360px;
    max-width: 360px;
    height: auto;
  }

  .florist-pc__title,
  .florist-pc__lead {
    text-align: center;
  }

  .florist-pc__intro {
    width: 40%;
    margin: 100px auto 60px;
  }
}


/* =====================================================
   PC：Archive bouquet
===================================================== */
@media screen and (min-width: 960px) {
  .archive-section {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 100px 0;
    background: #fff;
  }

  .archive-section .archive-image {
    width: 50vw;
    flex: 0 0 50vw;
    height: 720px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .archive-section .archive-image img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center center;
  }

  .archive-section .archive-inner {
    flex: 1;
    height: 720px;
    max-width: none;
    margin: 0;
    padding: 0 10% 0 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .archive-section .dress__absolute {
    position: static;
    transform: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    text-align: left;
  }

  .archive-section .dress__absolute p,
  .archive-section .dress__absolute__txt {
    color: #000;
  }

  .archive-section .box1__title1 {
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 1.2;
    color: #000;
    text-align: left;
  }

  .archive-section .archive-lead,
  .archive-section .archive-brand {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 2;
    color: #000;
  }

  .archive-section .dress__concept__txt {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #000;
  }

  .archive-section .archive-instagram {
    margin-top: 28px;
    text-align: left;
  }

  .archive-section .archive-instagram img {
    display: block;
    margin: 0;
  }
}


/* =====================================================
   PC：Shop
===================================================== */
@media screen and (min-width: 960px) {
  .shop-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
    padding: 100px 0;
    background: #fff;
  }

  .shop-section .shop-image {
    width: 52vw;
    flex: 0 0 52vw;
    height: 720px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .shop-section .shop-image img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center center;
  }

  .shop-section .shop-inner {
    flex: 1;
    height: 720px;
    max-width: none;
    margin: 0;
    padding: 0 2% 0 20%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .shop-section .dress__absolute {
    position: static;
    transform: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    text-align: left;
  }

  .shop-section .dress__absolute p,
  .shop-section .dress__absolute__txt {
    color: #000;
  }

  .shop-section .box1__title1 {
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 1.2;
    color: #000;
    text-align: left;
  }

  .shop-section .archive-lead,
  .shop-section .archive-brand {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 2;
    color: #000;
  }

  .shop-section .dress__concept__txt {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #000;
  }

  .shop-section .shop-instagram {
    margin-top: 28px;
    text-align: left;
  }

  .shop-section .shop-instagram img {
    display: block;
    margin: 0;
    padding-right: 2%;
  }
}


/* =====================================================
   PC：Congratulatory flowers
===================================================== */
@media screen and (min-width: 960px) {
  .congrats-section {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 100px 0;
    background: #fff;
  }

  .congrats-section .congrats-image {
    width: 50vw;
    flex: 0 0 50vw;
    height: 720px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .congrats-section .congrats-image img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center center;
  }

  .congrats-section .congrats-inner {
    flex: 1;
    height: 720px;
    max-width: none;
    margin: 0;
    padding: 0 10% 0 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .congrats-section .dress__absolute {
    position: static;
    transform: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    text-align: left;
  }

  .congrats-section .dress__absolute p,
  .congrats-section .dress__absolute__txt {
    color: #000;
  }

  .congrats-section .box1__title1 {
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 1.2;
    color: #000;
    text-align: left;
  }

  .congrats-section .archive-lead {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 2;
    color: #000;
  }

  .congrats-section .dress__concept__txt {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #000;
  }

  .congrats-section .congrats-button {
    margin-top: 28px;
    text-align: left;
  }

  .congrats-section .congrats-button img {
    display: block;
    margin: 0;
  }
}
/* =====================================================
   Gallery Slider 中央ズレ対策
===================================================== */

.gallery {
  width: 100%;
  overflow: hidden;
}

.gallery .slide1,
.gallery .slide1__list,
.gallery .dressSalide__container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.gallery .dressSalide__container {
  padding-bottom: 50px;
}

.gallery .swiper-wrapper {
  align-items: center;
}

.gallery .dressSlide__item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: min(85vw, 600px) !important;
  height: auto !important;
  box-sizing: border-box;
}

.gallery .dressSlide__item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

/* タブレット幅の抜け対策 */
@media screen and (min-width: 769px) and (max-width: 959px) {
  .gallery .dressSlide__item {
    width: 70vw !important;
    max-width: 600px;
  }
}

/* PC */
@media screen and (min-width: 960px) {
  .gallery .dressSlide__item {
    width: 600px !important;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .gallery .dressSlide__item {
    width: 85vw !important;
  }
}
@media screen and (min-width: 960px) {
  .shop-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
    padding: 100px 0;
    background: #fff;
  }

  .shop-section .shop-image {
    width: 50vw;
    flex: 0 0 50vw;
    height: 720px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .shop-section .shop-image img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center center;
  }

  .shop-section .shop-inner {
    flex: 1 1 0;
    min-width: 0;
    height: 720px;
    max-width: none;
    margin: 0;
    padding: 0 2% 0 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .shop-section .shop-image {
    width: 56vw;
    flex: 0 0 56vw;
  }

  .shop-section .shop-inner {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 2% 0 12%;
  }
}
@media screen and (min-width: 960px) {
  .shop-section .shop-inner {
    flex: 1 1 0;
    min-width: 0;
    height: 720px;
    padding: 0 2% 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    /* 中身を右寄せ */
    align-items: flex-end;
  }

  .shop-section .dress__absolute {
    width: 100%;
    max-width: 430px;
  }

  .shop-section .shop-instagram {
    width: 100%;
    max-width: 430px;
  }

  .shop-section .shop-instagram img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .shop-section .dress__absolute {
    width: 100%;
    max-width: 430px;
    align-self: flex-end;
  }

  .shop-section .shop-instagram {
    width: 100%;
    max-width: 430px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 959px) {
  .florist-card__more {
    position: relative;
    z-index: 30;
    pointer-events: auto;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .florist-card__detail {
    pointer-events: auto;
  }
}