/* ==========
共通
==========*/
html{
  scroll-behavior: smooth;
}

body{
  font-size: 16px;
}

img{
  width: 100%;
}

li{
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}


  .sp-only {
    display: none;
  }

  
section{
padding-bottom:180px;
}
section:last-of-type{
padding-bottom:0;
}

.fadeUp{
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}

.fadeUp.active{
  opacity: 1;
  transform: translateY(0);
}

  @media screen and (max-width: 767px) {
    body{
  font-size: 14px;
}
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

}
/* ==========
header
==========*/
.header{
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}

.header_inner{
  max-width: 88%;
  margin: 25px auto;
}

.header_contents{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header_logo img{
  width: 190px;
  height: 30px;
  display: block;
}

.header__nav,
.hamburger_logo{
  display: none;
}

.header_nav ul{
  display: flex;
  justify-content: space-between;
  gap: 39px;
}

header li a{
  color: #000000;
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

  @media screen and (max-width: 767px) {

  .header__nav,
  .hamburger_logo{
    display: none;
  }

.header{
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.hamburger {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 99999;
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
  cursor: pointer;
}

/* 真ん中の線 */
.hamburger__span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #262F2E;
  transform: translateY(-50%);
}

/* 上下の線 */
.hamburger__span::before,
.hamburger__span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #262F2E;
  transition: .3s;
}

/* 上 */
.hamburger__span::before {
  top: -8px;
}

/* 下 */
.hamburger__span::after {
  top: 8px;
}

.header__nav{
  display: none;
}

.header__nav.active{
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  background: #262F2E;
  z-index: 9999;
  padding: 140px 40px;
}

  .header__list{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .header__list li a{
    color: #fff;
    font-family: "Julius Sans One", sans-serif;
    font-size: 14px;
  }

    .hamburger_logo{
    display: none;
  }

  .hamburger_logo.active{
  display: block;
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 100px;
  }

  .hamburger_logo.active img{
    width: 100%;
    display: block;
  }

  .hamburger.active .hamburger__span {
  background-color: transparent;
}

.hamburger.active .hamburger__span::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.active .hamburger__span::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger__span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #262F2E;
  transform: translateY(-50%);
  transition: .3s;
}

.hamburger__span::before,
.hamburger__span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #262F2E;
  transition: .3s;
}

.hamburger.active .hamburger__span::before,
.hamburger.active .hamburger__span::after {
  background-color: #fff;
}
}


/* ==========
mainvisual
==========*/

.mainvisual-text{
  width: 100%;
  /* position: absolute;
  bottom: 40px; */
  z-index: 999;
  /* padding-left: 40px; */
}
.mainvisual h1{
  font-size: 42px;
  font-family: "Noto Sans JP", serif;
}

.mv_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.mv_text{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.mv_text p{
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 18px;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .mv_flex{
    z-index: 1;
  }

.mainvisual-text{
  width: 100%;
  z-index: 999;
}

.mainvisual h1{
  font-size: 42px;
  font-family: "Noto Sans JP", serif;
}

.mv_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.mv_text{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.mv_text p{
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 18px;
  line-height: 35px;
}
}

/* ==========
swiper
==========*/

.wrapper {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

img {
  width: 100%;
  height: auto;
}

.swiper {
  width: min(100%);
  margin-inline: auto;
}

.swiper-slide__item img{
  height:700px;
  object-fit:cover;
}

.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
    animation: zoomanime 5s linear 0s normal both;
}

@keyframes zoomanime {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .mv_flex {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .mv_swiper,
  .swiper,
  .swiper-wrapper,
  .swiper-slide,
  .swiper-slide__item,
  .swiper-slide__item picture {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .swiper-slide__item img {
    display: block;
    width: 100%;
    height: 85vh;
    object-fit: cover;
  }

  .mv_text {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    margin: 0;
  }

  .mv_text p {
    font-size: 14px;
    line-height: 2;
  }
  @keyframes zoomanime {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}
}

/* ==========
Bridal Fair
==========*/

.fair{
  overflow: hidden;
}

.fair_inner{
  max-width: 1200px;
  margin: auto;
}

.fair_title{
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  margin-bottom: 18px;
  letter-spacing: 4px;
}

.fair_slider{
  position: relative;
  overflow: visible;
}

.fair_card{
  /* width: 350px ; */
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.fair_card img{
  width: 100%;
  height: 460px;
  object-fit: cover;
  transition: transform .6s;
}

.fair_card:hover img{
  transform: scale(1.08);
}

.fair_text{
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.fair_icon{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

.fair_icon::before{
  content: "↗";
}

.fair_more{
  text-align: right;
  margin-top: 30px;
}

.fair_more a{
  color: #000;
  letter-spacing: 2px;
}

.swiper-button-prev,
.swiper-button-next{
  top: -10px;
  color: #000;
  background: transparent;
  width: auto;
  height: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after{
  font-size: 18px;
  font-weight: normal;
}

.swiper-button-prev{
  right: 60px;
  left: auto;
}

.swiper-button-next{
  right: 0;
}

@media screen and (max-width: 767px) {
  .fair{
    overflow: hidden;
    margin-top: 80px;
  }

  .fair_inner{
    max-width: 100%;
    padding: 0 16px;
  }

  .fair_title{
    font-size: 32px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 28px;
  }

  .fair_slider{
    overflow: visible;
  }

  .fair_card{
    display: block;
  }


  .fair_text{
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .fair_icon{
    position: static;
    display: block;
    text-align: right;
    margin-top: 8px;
  }

  .fair_more{
    margin-top: 20px;
    text-align: right;
  }

  .fair_more a{
    display: inline-block;
    font-family: "Julius Sans One", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
  }

  .swiper-button-prev,
  .swiper-button-next{
    top: -42px;
    width: 24px;
    height: 24px;
  }

  .swiper-button-prev{
    right: 42px;
    left: auto;
  }

  .swiper-button-next{
    right: 8px;
  }

.swiper-button-prev::after,
.swiper-button-next::after{
  font-family: sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.swiper-button-prev::after{
  content: "‹";
}

.swiper-button-next::after{
  content: "›";
}
}

/* ==========
concept
==========*/

.concept_inner{
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.concept_logo img{
  width: 190px;
  height: auto;
}

.concept_text{
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2.5;
  letter-spacing: 3px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 16px;
}

/* ==========
back_to_top
==========*/
.back_to_top{
  position: fixed;
  right: 40px;
  bottom: 40px;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  font-size: 13px;
  letter-spacing: 2px;

  text-decoration: none;
  color: #333;

  display: flex;
  align-items: center;
}
.back_to_top::after{
  content: "←";
  display: block;
  margin-bottom: 10px;
}

.back_to_top{
  transition: 0.3s;
}

.back_to_top:hover{
  opacity: 0.6;
}

/* ==========
philosophy
==========*/

.philosophy{
  max-width: 100%;
  margin: auto;
}

.philosophy_grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.philosophy_card{
  position: relative;
  overflow: hidden;
}

.philosophy_card img{
  width: 100%;
  height: 520px;
  object-fit: cover;
  filter: brightness(70%);
  transition: transform 0.5s;
}

.philosophy_card:hover img{
  transform: scale(1.05);
}

.philosophy_text{
  position: absolute;
  bottom: 0;
  right: 0;

  color: #fff;
  background: rgba(167,173,182,0.7);
  backdrop-filter: blur(5px);
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.philosophy_text h3{
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  margin-bottom: 8px;
  text-align: center;
}

.philosophy_text p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .philosophy{
  padding-bottom: 80px;
}

.philosophy_grid{
  grid-template-columns: repeat(2, 1fr);
}

.philosophy_card img{
  height: 360px;
}

.philosophy_text{
  position: absolute;
  bottom: 0;
  right: 0;

  width: 50%;
  aspect-ratio: 1 / 1;

  color: #fff;
  background: rgba(167,173,182,0.6);
  backdrop-filter: blur(5px);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 16px;
  box-sizing: border-box;
}

.philosophy_text h3{
  font-size: 36px;
  margin-bottom: 6px;
}

.philosophy_text p{
  font-size: 12px;
  line-height: 1.7;
}
}

/* ==========
concept2
==========*/
.concept2{
  padding: 180px 0;
}

.concept2_inner{
  max-width: 1000px;
  margin: auto;

  display: grid;
  grid-template-columns: 350px 1fr;
}

.concept2_text{
  transform: translateX(160px);
}

.concept2_title{
  font-family: "Julius Sans One", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.concept2_text p{
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 2;
}

.concept2_image img{
  width: 100%;
  transform: translateX(-160px);
}
.concept2_image{
  text-align: center;
}

@media screen and (max-width: 767px) {

  .concept2_text{
  transform: translateX(80px);
}

.concept2_image img {
  transform: translateY(80px);

}
}


/* ==========
PLAN
==========*/
.plan{
  padding: 180px 0;
  position: relative;
}
.plan_title{
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 4px;
  padding-bottom: 20px;
}

/* 背景画像 */
.plan_bg{
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 690px;

  background-image: url(../images/main/bg.png);
  background-size: cover;
  background-position: center;

  z-index: -1;
}

.plan_inner{
  max-width: 1200px;
  margin: auto;
}

.plan_grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.plan_card img{
  width: 100%;
  height: 690px;
  object-fit: cover;
}

.plan_text{
  position: relative;
  z-index: 2;

  display: flex;

  width: 488px;
  height: 150px;

  margin-top: -60px;
  margin-left: auto;

  padding: 25px 40px;

  background: #ffffff;

  text-decoration: none;
  color: #333;

  flex-direction: column;
  justify-content: center;
}

.plan_text h3{
  font-family: "Cormorant", serif;
  font-size: 40px;
  padding-bottom: 10px;
}

.plan_text p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
.plan{
  padding: 80px 0;
  position: relative;
}

.plan_title{
  font-size: 32px;
  letter-spacing: 2px;
  padding-bottom: 28px;
}

.plan_bg{
  height: 78%;
  bottom: 0;
}

.plan_inner{
  max-width: 100%;
  padding: 0 16px;
}

.plan_grid{
  grid-template-columns: 1fr;
  gap: 60px;
}

.plan_card{
  position: relative;
}


.plan_text{
  position: relative;
  width: calc(100% - 40%);
  height: auto;
  margin-top: -64px;
  margin-left: auto;
  margin-right: 0;
  padding: 28px 20px 22px;
  background: #fff;
  box-sizing: border-box;
}

.plan_text h3{
  font-family: "Cormorant", serif;
  font-size: 28px;
  padding-bottom: 14px;
  text-align: center;
}

.plan_text p{
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.plan_text .fair_icon{
  position: static;
  display: block;
  text-align: right;
  margin-top: 10px;
}

}


/* ==========
information
==========*/
.info{
  padding: 180px 0;
}

.info_inner{
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 80px;
}

.info_title{
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-style: normal;
  letter-spacing: 4px;
  padding-bottom: 20px;
}

.info_category{
  list-style: none;
  padding: 0;
}

.info_category li{
  margin-bottom: 15px;
  color: #999;
  position: relative;
  padding-left: 15px;
}

.info_category li::before {
  content: "・";
  position: absolute;
  left: 0;
  opacity: 0;
}
.info_category li:hover::before {
  opacity: 1;
}

.info_item a{
  display: grid;
  grid-template-columns: 150px 100px 1fr;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}

.info_date{
  font-size: 14px;
}

.info_type{
  color: #aaa;
}

.info_text{
  font-size: 14px;
}

.info_more{
  text-align: right;
  margin-top: 40px;
}

.info_more a{
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
.info{
  padding: 80px 0;
}

.info_inner{
  max-width: 100%;
  padding: 0 16px;
  display: block;
}

.info_left{
  margin-bottom: 36px;
}

.info_title{
  font-size: 32px;
  letter-spacing: 2px;
  padding-bottom: 24px;
}

.info_category{
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.info_category li{
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
}

.info_category li::before{
  left: 0;
  opacity: 0;
}

.info_category li:first-child::before{
  opacity: 1;
}

.info_item a{
  display: block;
  padding: 18px 0 20px;
  border-bottom: 1px solid #999;
}

.info_date{
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
  margin-bottom: 12px;
}

.info_type{
  display: inline-block;
  font-size: 14px;
  color: #b3b3b3;
}

.info_text{
  display: block;
  font-size: 14px;
  line-height: 1.8;
}

.info_more{
  margin-top: 24px;
  text-align: right;
}

.info_more a{
  display: inline-block;
  font-family: "Julius Sans One", sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
}
}

/* ==========
contact
==========*/
.contact{
  padding: 0 !important;
}

.contact_inner{
display:flex;
}

.contact_content{
width:40%;
padding :120px;
background:#f5f5f5;
margin: 0 auto;
}

.contact_image{
width:60%;
}

.contact_image img{
width:100%;
height:540px;
object-fit:cover;
}

.contact_title{
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-style: normal;
  padding-bottom: 50px;
}

.contact_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding-bottom: 25px;
}

.contact_tel{
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 20px;
}

.contact_btn{
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #4f635d;
  color: #fff;
  padding: 25px 50px;
  text-decoration: none;
  font-size: 14px;
}

.contact_btn_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contact_btn_icon img{
  width: 28px;
  height: auto;
}
@media screen and (max-width: 767px) {
.contact{
  padding: 0 !important;
}

.contact_inner{
  display: block;
}

.contact_content{
  width: 100%;
  padding: 64px 16px 52px;
  background: #f5f5f5;
  box-sizing: border-box;
  text-align: center;
}

.contact_image{
  width: 100%;
}

.contact_image img{
  width: 100%;
  height: 305px;
  object-fit: cover;
  display: block;
}

.contact_title{
  font-size: 32px;
  padding-bottom: 28px;
  text-align: center;
  letter-spacing: 2px;
}

.contact_text{
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 20px;
}

.contact_tel{
  font-size: 28px;
  padding-bottom: 28px;
  text-align: center;
}

.contact_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 220px;
  padding: 18px 20px;
  font-size: 14px;
}

.contact_btn_icon{
  gap: 12px;
}

.contact_btn_icon img{
  width: 22px;
  height: auto;
}
}



/* ==========
footer
==========*/

.footer{
background:#1f2a2a;
color:#fff;
}

.footer p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}

.footer_inner{
padding: 80px 120px;
}

.footer_logo{
margin-bottom: 123px;
}

.footer_logo img{
  width: 327px;
  height: 50px;
}

.footer_top{
display:flex;
justify-content:space-between;
align-items:flex-end;
margin-bottom: 120px;
}

.footer_info{
display:flex;
gap:80px;
}

.footer_sns{
display:flex;
gap:15px;
}

.footer_sns img{
  width: 20px;
  height: auto;
}

.footer_place{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding-bottom: 18px; 
}

.footer_bottom{
margin-top:60px;
padding-top:30px;
border-top:1.5px solid rgba(255,255,255,0.3);
display:flex;
justify-content:space-between;
}

.footer_privacy{
  border-bottom:1.5px solid rgba(255,255,255,0.3);
  padding-bottom: 4px;
}

.footer_privacy a{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer_inner{
  padding: 36px 16px 22px;
}

.footer_logo{
  margin-bottom: 36px;
}

.footer_logo img{
  width: 170px;
  height: auto;
}

.footer_top{
  display: block;
  margin-bottom: 36px;
}

.footer_info{
  display: block;
}

.footer_info > div{
  margin-bottom: 28px;
}

.footer_place{
  font-size: 16px;
  padding-bottom: 14px;
}

.footer p{
  font-size: 12px;
  line-height: 1.9;
}

.footer_sns{
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.footer_sns img{
  width: 24px;
  height: auto;
}

.footer_bottom{
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_bottom p{
  font-size: 12px;
}

.footer_privacy{
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.footer_privacy a{
  font-size: 12px;
}
}

/* ==========
back_to_top
==========*/

.back_to_top{
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 9999;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  font-size: 14px;
  text-decoration: none;

  align-items: center;
}


@media screen and (max-width: 767px) {
  .back_to_top{
    right: 8px;
    bottom: 60px;
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 9999;
  }

  .back_to_top::after{
    height: 32px;
    margin-bottom: 8px;
  }
}

/* =========================
Coming Soon
========================= */

.coming{
  padding: 40px 0 120px 90px;
}

.coming_inner{
  position: relative;
}

.coming_bg img{
  width: 100%;
  height: 640px;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.9);
}

.coming_content{
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.5);
  padding: 40px;
  max-width: 650px;
}

.coming_title{
  font-family: "Julius Sans One", sans-serif;
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.coming_text{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.coming_btn{
  display: inline-block;
  border: 1px solid #333;
  padding: 10px 20px;
  font-size: 14px;
}

/* =========================
Coming Soon SP
========================= */
@media screen and (max-width: 767px) {

  .coming{
    padding: 80px 0;
  }

  .coming_inner{
    padding: 0 0 0 16px;
  }

  .coming_bg img{
    height: 360px;
  }

  .coming_content{
    position: static;
    transform: none;

   margin-left: auto;
    margin-right: auto;

    width: 100%;
    padding: 32px 20px;

    background: none; /* ← 少し白強め */
  }

  .coming_title{
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center; /* ← 中央寄せ */
  }

  .coming_text{
    font-size: 13px;
    text-align: center;
  }

  .coming_btn{
    display: block;
    width: fit-content;
    margin: 20px auto 0; /* ← ボタン中央 */
    padding: 12px 24px;
  }

}