html {
  font-size: 52.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 3rem;
  letter-spacing: 1px;
  font-family: "Zen Kaku Gothic New";
  color: #333;
  margin: 0 !important;
}

.noto{
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 751px) {
  body {
    font-size: 2.5rem;
  }
}

* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

img {
  vertical-align: bottom;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 751px) {
  .sp {
    display: block !important;
  }
}

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

.c-gold {
  background: linear-gradient(270.14deg, #CAA83D 5.59%, #CDB749 22.03%, #EEE588 36.2%, #F7F1B0 49.91%, #F7F1B0 58.59%, #ECDB70 70.47%, #E1CC4F 86%, #D2B823 96.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-btn__white {
  font-size: 2.6vw;
  color: #971D28 !important;
  font-weight: bold;
  text-align: center;
  padding: 3rem;
  display: block;
  width: 29vw;
  border-radius: 8px;
  background: linear-gradient(#fff 0%, #fffcc1 100%);
  box-shadow: 13px 13px 0px rgba(145, 30, 29, 0.7);
}


@media screen and (max-width: 751px) {
  .c-btn__white {
    font-size: 3.7vw;
    margin: 0;
  }
}
.c-btn__white--bottom {
  padding: 1rem;
  width: 29vw;
}
.c-btn__white--bottom:first-of-type {
  margin-bottom: 2rem;
}
.c-btn__red {
  width: 38.5rem;
  border-radius: 8px;
  background: linear-gradient(#d80c24 0%, #7c111d 100%);
  box-shadow: 6px 3px 10px rgba(177, 177, 177, 0.5);
  color: #fff !important;
  padding: 3rem 9rem;
}

.l-header {
  position: relative;
  width: 100%;
  background: #971D28;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left:auto;
  padding: 1.6vw 0;
}
.l-header__logo {
  width:17.5vw;
}
@media screen and (max-width: 751px) {
  .l-header__logo {
    width: 20rem;
  }
}
.l-header__list {
  display: flex;
  justify-content: end;
  margin-left: auto;
  color: #971D28;
  padding-right:5vw;
}
.l-header__list-item {
  margin-right: 4rem;
  font-size: 1.6vw;
}
.l-header__list-item:last-of-type {
  margin-right: 0;
}
.l-header a {
  color: #fff !important;
}
.l-header__ham {
  width: 4rem;
  height: 3rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
  margin-right:2rem;
  cursor:pointer;
}
.l-header__ham--area.active {
  transition: all 0.5s;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.2rem;
  background: #fff;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 1.4rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
}
.l-header__ham--area span.active:first-of-type {
  top: 1.4rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 1.4rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  display: none;
  background: #333333;
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.l-header__ham--inner a {
  color: #fff !important;
  font-size:6vw;
  text-align: center;
  margin:0 auto;
}
.l-header__ham--list {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.l-header__ham--list .l-header__list-item{
  text-align: center;
  width:100%;
}

.l-header__ham--list .l-header__list-item + .l-header__list-item{
  margin-top:2rem;
}

.l-header__ham--list-item {
  margin-bottom: 3rem;
  font-size: 6rem;
}

/* mv */

#mv{
  background-image:url(img/fv-back.png);
  background-size: cover; 
}

.mv-content{
  width:80%;
  margin:0 auto;
  padding-top:5.8vw;
  padding-bottom:2.8vw;
 }

.mv-left{
  width:69%;
  padding-left:4.5vw;
}

.mv-copy span{
  display:block;
  width:fit-content;
  background-color:#fff;
  font-size:5.2vw;
  color:#971D28;
  line-height:1;
  padding:1vw;
  padding-bottom:1.1vw;
  border-radius:8px;
  white-space:nowrap;
  font-weight:700;
}

.mv-copy span + span{
  margin-top:1.3vw;
}

.mv-txt{
  font-size:2.2vw;
  font-weight:700;
  letter-spacing:0;
  margin-top:1.5vw;
}

.mv-txt .red{
  color:#971D28;
}

@media screen and (max-width:751px){
  #mv{
    background-size:auto 100%;
    background-position: 83%;
    height:70vh;
    margin-top:-5.8vw;
    min-height:100vw;
  }
  
  .mv-content{
    width:90%;
    margin:0 auto;
    padding-top:0vw;
    padding-bottom:2.8vw;
   }


  .mv-left{
    width:100%;
    display:flex;
    flex-direction: column;
    height:70vh; 
    padding-top:20vw;
    padding-bottom:9vw;
    min-height:100vw;
  }
  
  .mv-copy span{
    font-size:8.2vw;
    padding-bottom:1.1vw;
    border-radius:0.8vw;
  }
  
  .mv-copy span + span{
    margin-top:2vw;
  }
  
  .mv-txt{
    font-size:3.5vw;
    margin-top:5vw;
    text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 15px #fff,
    0 0 20px #fff;
  }
  
  .mv-badges{
    margin-top:auto;
    height:fit-content;
    }
}

/* campaign */

.content-width{
  width:80%;
  margin:0 auto;
}

#banner{
  background:linear-gradient(to bottom, #961D28, #72121B);
  padding-top:3.4vw;
  padding-bottom:4.2vw;
}

#banner h3{
  font-size:3.6vw;
  color:#FFF100;
  font-weight:700;
  text-align: center;
  letter-spacing:0;
  line-height:1.3;
}

#banner h3 .small{
  font-size:2.3vw;
  color:#fff;
}

#banner .banner-img{
  width:100%;
  margin-top:1.5vw;
}

@media screen and (max-width:751px){

  .content-width{
    width:84%;
  }

  #banner{
    padding:8vw 0;
  }
  
  #banner h3{
    font-size:4.3vw;
  }
  
  #banner h3 .small{
    font-size:3.8vw;
  }
  
  #banner .banner-img{
    margin-top:3vw;
  }
}

/* problem */

#problem{
  background:linear-gradient(to bottom, #D8D8D8, rgba(300,300,300,0));
  padding-top:5vw;
}

.problem-content{
  width:84%;
  margin:0 auto;
  box-shadow:0.2vw 0.2vw 2.6vw rgba(0,0,0,0.3);
}

.prob-top{
  background-image:url(img/problem-back.jpg);
  background-size:cover;
  position:relative;
  padding-top:4vw;
  padding-bottom:11.7vw;
}

.prob-top::after{
  content:"";
  width:100%;
  height:4.1vw;
  clip-path: polygon(50% 100%, 57% 0, 100% 0, 100% 100%, 0 100%, 0 0, 43% 0);
  background-color:#fff;
  position:absolute;
  left:0;
  bottom:0.01vw;
  z-index:2;
}

.prob-top-content{
  width:89%;
  margin:0 auto;
}

.prob-top h3{
  font-size:4vw;
  text-align: center;
  color:#fff;
  font-weight:500;
  letter-spacing:0;
  line-height:1.25;
}

.prob-top h3 .h3-en{
  font-size:2.2vw;
}

.prob-top .problem-wrap{
  width:58%;
  margin-top:2.6vw;
  margin-left:3.1vw;
}

.prob-top .prob-list{
  width:100%;
  font-size:2.3vw;
  color:#fff;
  letter-spacing:0;
  border-bottom:0.1vw dashed #fff;
  line-height:1;
  padding:1.8vw 0; 
  position:relative;
}

.prob-top .prob-list::before{
  content:"";
  width:2.9vw;
  height:50vw;
  background-image:url(img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute;
  left:-3.2vw;
  top:1.6vw;
}

@media screen and (max-width:751px){
  #problem{
    padding:8vw 0;
  }
  
  .problem-content{
    width:90%;
    box-shadow:0.5vw 0.5vw 5vw rgba(0,0,0,0.3);
  }
  
  .prob-top{
    padding-top:8vw;
    padding-bottom:17vw;
    background-position: 90%;
  }
  
  .prob-top::after{
    height:5vw;
    bottom:-1px;
  }
  
  .prob-top h3{
    font-size:5vw;
  }
  
  .prob-top h3 .h3-en{
    font-size:4vw;
  }
  
  .prob-top .problem-wrap{
    width:87%;
    margin-top:5vw;
    margin-left:6.8vw;
  }
  
  .prob-top .prob-list{
    font-size:3.7vw;
    border-bottom:0.2vw dashed #fff;
    padding:2.3vw 0; 
  }
  
  .prob-top .prob-list::before{
    width:5.2vw;
    height:90vw;
    left:-6.3vw;
    top:1.8vw;
  }
}

/*  about */

.about-luxline{
  padding-top:2.6vw;
  padding-bottom:4.7vw;
  background:#fff;
}

.about-luxline-content{
  width:89%;
  margin:0 auto;
}

.about-luxline-content h3{
  text-align: center;
  font-weight:700;
  color:#434242;
  font-size:4.4vw;
  line-height:6.3vw;
}

.about-luxline-content h3 .red{
  color:#971D28;
}

.about-luxline-content h3 .big{
  font-size:5.3vw;
  font-family: YuMincho, "Yu Mincho";
}

.about-luxline-wrap{
  margin-top:4.4vw;
}

.about-luxline-wrap .a-wrap{
  display:flex;
  gap:3%;
  align-items: center;
}

.about-luxline-wrap .a-wrap .about-txt{
  width:56%;
  font-size:3vw;
  letter-spacing:0;
  line-height:1.6;
}

.about-luxline-wrap .a-wrap .about-img{
  width:41%;
}

.about-luxline-wrap .a-wrap.wrap02{
  flex-direction: row-reverse;
}

.about-luxline-wrap .a-wrap + .a-wrap{
  margin-top:5.2vw;
}

.menu-wrap{
  margin-top:6vw;
}

.menu-wrap .menu-flex .a-menu{
  display:block;
  text-align: center;
  background-color:#971d28;
  justify-content: space-between;
  color:#fff;
  padding:1vw 0;
  line-height:1;
  font-size:1.9vw;
}

.menu-wrap .menu-flex.flex01 .a-menu{
  width:19%;
}

.menu-wrap .menu-flex.flex02 .a-menu{
  width:16%;
}

.menu-wrap .menu-flex{
  display:flex;
  gap:2%;
}

.menu-wrap .menu-flex + .menu-flex{
  margin-top:1vw;
}

@media screen and (max-width:751px){
  .about-luxline{
    padding-top:4vw;
    padding-bottom:8vw;
  }

  .about-luxline-content h3{
    font-size:5.7vw;
    line-height:1.2;
  }
  
  .about-luxline-content h3 .big{
    font-size:9vw;
    line-height:10vw;
  }
  
  .about-luxline-wrap{
    margin-top:6vw;
  }
  
  .about-luxline-wrap .a-wrap{
    display:block;
  }
  
  .about-luxline-wrap .a-wrap .about-txt{
    width:100%;
    font-size:3.7vw;
    letter-spacing:0;
    line-height:1.6;
    word-break: break-all;
  }
  
  .about-luxline-wrap .a-wrap .about-img{
    width:90%;
    margin:0 auto;
    margin-top:6vw;
  }

  .about-luxline-wrap .a-wrap .about-img.img02{
    width:70%;
    margin-top:6vw;
  }

  .about-luxline-wrap .a-wrap + .a-wrap{
    margin-top:6vw;
  }
  
  .menu-wrap{
    margin-top:8vw;
  }
  
  .menu-wrap .menu-flex .a-menu{
    padding:1.6vw 0;
    font-size:3.3vw;
  }
  
  .menu-wrap .menu-flex{
    display:block;
    gap:2%;
  }

  .inner-flex{
    display:flex;
    width:100%;
  }

  .menu-wrap .menu-flex .inner-flex{
    gap:2%;
  }
    
  .menu-wrap .menu-flex .inner-flex.flex01 .a-menu,
  .menu-wrap .menu-flex .inner-flex.flex03 .a-menu,
  .menu-wrap .menu-flex .inner-flex.flex04 .a-menu{
    width:32%;
  }
  
  .menu-wrap .menu-flex .inner-flex.flex02 .a-menu{
    width:49%;
  }

  .menu-wrap .menu-flex + .menu-flex,
  .menu-wrap .menu-flex .inner-flex + .inner-flex{
    margin-top:1vw;
  }

}

/* content-h3 */
h3{
  font-size:4.7vw;
  text-align: center;
  font-weight:700;
  line-height:1.2;
}

h3 .h3-en{
  font-size:2.6vw;
  color:#971D28;
}

@media screen and (max-width:751px){
  h3{
    font-size:7vw;
  }
  
  h3 .h3-en{
    font-size:4vw;
  }

  #youtube h3,
  #flow h3{
    font-size:5.8vw;
  }
}

/* youtube */

#youtube{
  position:relative;
  padding-top:1vw;
  padding-bottom:8.6vw;
}

.youtube-content{
  width:84%;
  margin:0 auto;
}

.youtube-img{
  width:69%;
  height:32vw;
  margin:0 auto;
  margin-top:2.1vw;
}

@media screen and (max-width:751px){
  #youtube{
    padding-top:2vw;
    padding-bottom:8vw 0;
  }
  
  .youtube-content{
    width:90%;
  }
  
  .youtube-img{
    width:90%;
    margin-top:6vw;
    height:43.2vw;
  }
}

/* voice */

#voice{
  padding-top:7vw;
  padding-bottom:3.6vw;
  background-image:url(img/voice-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}

.voice-content{
  width:84%;
  margin:0 auto;
}

.voice-h3-bottom{
  font-size:2.3vw;
  text-align: center;
  margin-top:1.8vw;
}

.voice-wrap{
  margin-top:2.9vw;
  display:flex;
  flex-wrap: wrap;
  gap:3vw 2%;
}

.a-voice{
  padding:3vw;
  background-color:#fff;
  border-radius:0.5vw;
  width:49%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.a-voice .a-voice-head{
  display:flex;
  align-items: center;
  gap:5%;
}

.a-voice-head .a-voice-img{
  width:33%;
}

.a-voice-head .a-voice-title{
  width:62%;
}

.a-voice-title p{
  color:#971D28;
  font-weight:700;
  line-height:1.4;
  font-size:2vw;
  letter-spacing:0;
}

.a-voice-title .a-info{
  font-size:1.6vw;
  color:#000;
  margin-top:1vw;
}

.a-voice-txt{
  margin-top:2vw;
}

.a-voice-txt p{
  font-size:1.6vw;
  font-weight:500;
  line-height:1.6;
  letter-spacing:0;
}

@media screen and (max-width:751px){

#voice{
  padding:18vw 0;
  padding-top:7vw;
  padding-bottom:8.6vw;
}

.voice-content{
  width:90%;
}

.voice-h3-bottom{
  font-size:3.8vw;
  margin-top:4vw;
}

.voice-wrap{
  margin-top:6vw;
  display:block;
}

.a-voice{
  padding:6vw;
  border-radius:2vw;
  width:100%;
}

.a-voice .a-voice-head{
  display:flex;
  align-items: center;
  gap:5%;
}

.a-voice-head .a-voice-img{
  width:25%;
}

.a-voice-head .a-voice-title{
  width:70%;
}

.a-voice-title p{
  font-size:3.7vw;
}

.a-voice-title .a-info{
  font-size:3.4vw;
  margin-top:1.5vw;
}

.a-voice-txt{
  margin-top:3vw;
}

.a-voice-txt p{
  font-size:3.7vw;
}

.a-voice + .a-voice{
  margin-top:4vw;
}
}

/* reason */

#reason{
  padding-top:7vw;
  padding-bottom:4.6vw;
}

.reason-content{
  width:84%;
  margin:0 auto;
  position:relative;
}

.reason-left-img{
  width:24.7vw;
  height:auto;
  position:absolute;
  top:-3vw;
  left:-13vw;
}

.reason-wrap{
  width:97%;
  margin-left:auto;
  margin-top:4.2vw;
}

.a-reason{
  display:flex;
  gap:4%;
  align-items: center;
}

.a-reason.reason02{
  flex-direction: row-reverse;
}

.a-reason + .a-reason{
  margin-top:4.2vw;
}

.a-reason-left{
  width:44%;
}

.a-reason-right{
  width:52%;
}

.a-reason-left .a-reason-title .a-reason-num{
  display:block;
  width:fit-content;
  position:relative;
  font-size:3.8vw;
  font-weight:700;
  line-height:1;
  margin-bottom:0.8vw;
}

.a-reason-left .a-reason-title .a-reason-num::after{
  content:"";
  width:7.5vw;
  height:1px;
  background-color:#971D28;
  position:absolute;
  top:52%;
  transform:translateY(-50%);
  right:-8.3vw;
}

.a-reason-left .a-reason-title{
  font-size:2.3vw;
  line-height:1.4;
}

.a-reason-txt{
  margin-top:2.1vw;
  margin-bottom:2.1vw;
  font-size:1.3vw;
  line-height:1.6;
  letter-spacing:0;
}

@media screen and (max-width:751px){
  #reason{
    padding-bottom:2.6vw;
    margin-top:-5vw;
  }
  
  .reason-content{
    width:90%;
  }
  
  .reason-left-img{
    width:28vw;
    height:auto;
    position:absolute;
    top:-14.5vw;
    left:-9vw;
  }
  
  .reason-wrap{
    width:100%;
    margin-top:6vw;
  }
  
  .a-reason{
    flex-direction: column-reverse;
  }
  
  .a-reason.reason02{
    flex-direction: column-reverse;
  }
  
  .a-reason + .a-reason{
    margin-top:5vw;
  }
  
  .a-reason-left{
    width:100%;
    margin-top:4vw;
  }
  
  .a-reason-right{
    width:100%;
  }
  
  .a-reason-left .a-reason-title .a-reason-num{
    font-size:5.3vw;
    margin-bottom:1vw;
  }
  
  .a-reason-left .a-reason-title .a-reason-num::after{
    width:9vw;
    top:53%;
    right:-10vw;
  }
  
  .a-reason-left .a-reason-title{
    font-size:4.5vw;
  }

  .a-reason-txt{
    margin-top:2vw;
    margin-bottom:7vw;
    font-size:3.7vw;
  }
}

/* faq */

#faq{
  background-image:url(img/faq-back.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  padding-bottom:8vw;
  padding-top:7vw;
}

.faq-content{
  width:84%;
  margin:0 auto;
}

.faq-wrap{
  margin-left:auto;
  padding-right:7.8vw;
  margin-top:3vw;
}

.faq-wrap .a-q,
.faq-wrap .a-a{
  display:flex;
  gap:1vw;
}

.faq-wrap .a-icon,
.faq-wrap .q-icon{
  width:2.1vw;
  height:2.1vw;
  line-height:1.95vw;
  border-radius:100px;
  color:#fff;
  text-align: center;
  font-size:1.3vw;
  padding-left:0.1vw;
}

.faq-wrap .q-icon{
  background-color:#971D28;
}

.faq-wrap .a-icon{
  background-color:#000;
}


.faq-wrap .a-q-txt,
.faq-wrap .a-a-txt{
  width:calc(100% - 3.1vw);
  font-size:1.6vw;
  letter-spacing:0;
  line-height:1.4;
}

.faq-wrap .a-q-txt{
  padding-bottom:0.5vw;
  font-weight:700;
  color:#971D28;
  border-bottom:1px solid #000;
}

.faq-wrap .a-a{
  padding-top:0.5vw;
}

.faq-wrap .a-faq + .a-faq{
  margin-top:3.9vw;
}

@media screen and (max-width:751px){
  #faq{
    padding:8vw 0;
  }
  
  .faq-content{
    width:90%;
  }
  
  .faq-wrap{
    margin-left:auto;
    padding-right:0;
    margin-top:6vw;
  }
  
  .faq-wrap .a-q,
  .faq-wrap .a-a{
    display:flex;
    gap:2vw;
  }
  
  .faq-wrap .a-icon,
  .faq-wrap .q-icon{
    width:5.8vw;
    height:5.8vw;
    line-height:5.2vw;
    font-size:4vw;
    padding-left:0.1vw;
  }
  
  
  .faq-wrap .a-q-txt,
  .faq-wrap .a-a-txt{
    width:calc(100% - 8vw);
    font-size:3.7vw;
    padding-top:0.4vw;
  }
  
  .faq-wrap .a-q-txt{
    padding-bottom:2.5vw;
  }
  
  .faq-wrap .a-a{
    padding-top:2.5vw;
  }
  
  .faq-wrap .a-faq + .a-faq{
    margin-top:3.9vw;
  }
}

/* flow */

#flow{
  background:linear-gradient(to bottom, #971D28, #831720);
  padding-top:7vw;
  padding-bottom:8.6vw;
}

#flow h3 .h3-en,
#flow h3{
  color:#fff;
}

.flow-content{
  width:84%;
  margin:0 auto;
}

.flow-wrap{
  display:flex;
  gap:3.5%;
  margin-top:4.7vw;
}

.a-flow{
  width:31%;
  background-color:#fff;
  padding:1.8vw 2.1vw;
  position:relative;
  border-radius:0.5vw;
}

.a-flow-num{
  text-align: center;
  width:5.4vw;
  height:5.4vw;
  border-radius:100px;
  background-color:#fff;
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top:-2.6vw;
}

.a-flow-num p,
.a-flow-num span{
  color:#971d28;
  font-weight:700;
  letter-spacing:0;
}

.a-flow-num p{
  font-size:2.7vw;
  line-height:1.5vw;
  margin-top:-0.3vw;
}

.a-flow-num .small{
  font-size:0.86vw;
}

.a-flow .a-flow-title{
  font-size:2.1vw;
  font-weight:700;
  color:#971d28;
  letter-spacing:0;
  text-align: center;
  position: relative;
  z-index:20;
}

.a-flow .a-flow-img{
  margin-top:1.56vw;
}

.a-flow .a-flow-txt{
  margin-top:1.56vw;
  font-size:1.3vw;
  font-weight:500;
  line-height:1.6;
  letter-spacing:0;
}

@media screen and (max-width:751px){
  #flow{
    padding:8vw 0;
  }
  
  .flow-content{
    width:90%;
  }
  
  .flow-wrap{
    display:block;
    margin-top:12vw;
  }
  
  .a-flow{
    width:100%;
    padding:4vw;
    border-radius:2vw;
    padding-top:7vw;
  }
  
  .a-flow-num{
    width:18vw;
    height:18vw;
    top:-6.6vw;
  }

  .a-flow-num p{
    font-size:8vw;
    line-height:4.2vw;
    margin-top:-0.8vw;
  }
  
  .a-flow-num .small{
    font-size:3vw;
  }
  
  .a-flow .a-flow-title{
    font-size:4vw;
  }
  
  .a-flow .a-flow-img{
    margin-top:4vw;
  }
  
  .a-flow .a-flow-txt{
    margin-top:4vw;
    font-size:3.7vw;
  }

  .a-flow + .a-flow{
    margin-top:10vw;
  }
}

/* about */

#about{
  padding-top:7vw;
  background:linear-gradient(to bottom, #FFF6F5, #fff 50%);
}

.about-content{
  width:84%;
  margin:0 auto;
}

#about h4{
  width:45%;
  margin:0 auto;
}

#about .h4-bottom{
  text-align: center;
  font-size:2.1vw;
  margin-top:1.56vw;
}

.about-flex{
  margin-top:2.6vw;
  display:flex;
  gap:4%;
}


.about-table{
  width:48%;
}

.about-table table{
  border-collapse: collapse;
  width:100%;
}

.about-table th,
.about-table td{
  border:1px solid #707070;
}

.about-table table th{
  width:27.5%;
  background-color:#F2F2F2;
  font-size:1.56vw;
  font-weight:500;
  text-align: center;
  letter-spacing:0;
} 

.about-table table td{
  width:72.5%;
  font-size:1.3vw;
  font-weight:500;
  letter-spacing:0;
  line-height:1.25;
  padding-left:0.9vw;
} 

.about-table tr{
  height:5.2vw;
}

.about-map{
  width:48%;
}

@media screen and (max-width:751px){
  #about{
    padding: 5vw 0 2vw;
  }
  
  .about-content{
    width:90%;
  }
  
  #about h4{
    width:60%;
  }
  
  #about .h4-bottom{
    font-size:3.8vw;
    margin-top:4vw;
  }
  
  .about-flex{
    margin-top:6vw;
    display:flex;
    flex-direction: column-reverse;
  }

  
  .about-table{
    width:100%;
    margin-top:4vw;
  }
  
  
  .about-table table th{
    width:27%;
    font-size:3.5vw;
  } 
  
  .about-table table td{
    width:73%;
    font-size:3.4vw;
    padding-left:1.2vw;
  } 
  
  .about-table tr{
    height:13vw;
  }
  
  .about-map{
    width:100%;
    height:60vw;
  }
  
}

/* staff */

.staff-content{
  width:90%;
  margin-top:5.4vw;
  margin-bottom: 6vw;
}

.staff-flex{
  display:flex;
  gap:3%;
  align-items: top;
}

.staff-img{
  width:33%;
  border-radius:2.6vw;
  overflow: hidden ;
}

.staff-info{
  width:64%;
}

.staff-info .staff-name{
  font-size:3.4vw;
  font-weight:700;
  line-height:1;
}

.staff-info .staff-txt{
  font-size:1.3vw;
  letter-spacing:0;
  line-height:1.6;
  margin-top:1.6vw;
}

.staff-bottom-txt{
  margin-top:3.5vw;
  font-size:1vw;
  text-align: center;
}

@media screen and (max-width:751px){
  .staff-content{
    width:100%;
    margin-top:8vw;
    margin-bottom:8vw;
  }
  
  .staff-flex{
    display:block;
  }
  
  .staff-img{
    width:90%;
    margin:0 auto;
  }
  
  .staff-info{
    width:100%;
    margin-top:4vw;
  }
  
  .staff-info .staff-name{
    font-size:6vw;
    text-align: center;
  }
  
  .staff-info .staff-txt{
    font-size:3.7vw;
    margin-top:1.6vw;
  }
  
  .staff-bottom-txt{
    margin-top:5vw;
    font-size:3.3vw;
  }
}

/*  */
.p-front__cta--bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(#971d28 0%, #72121b 0%, #961d28 100%);
  color: #fff;
  text-align: center;
  padding: 2rem 0 4rem;
}
.p-front__cta h2 {
  white-space: nowrap;
  font-size: 3.8vw;
  margin-bottom: 1rem;
}
@media screen and (max-width: 751px) {
  .p-front__cta h2 {
    font-size: 4.8vw;
    margin-bottom: 0.5rem;
  }
}
.p-front__cta p {
  font-size: 2.1vw;
}
@media screen and (max-width: 751px) {
  .p-front__cta p {
    margin-bottom: 1rem;
    font-size: 3.8vw;
  }
}
.p-front__cta--btn--area {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.p-front__cta--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 162rem;
  width: 84%;
  margin: 0 auto;
  padding-top:0;
}
@media screen and (max-width: 751px) {
  .p-front__cta--bottom {
    flex-direction: column;
    width:100%;
  }
  .p-front__cta--bottom--right{
    display:flex;
    width:90%;
    gap:2%;
    margin:0 auto;
  }

  .c-btn__white--bottom {
    padding: 0.8rem;
    width:49%;
  }
  .c-btn__white--bottom:first-of-type {
    margin: 0;
  }

  .p-front__cta--bottom--right a{
    display:block;
    width:48%;
  }
}

.available-message {
  background: #d80c24;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem;
  margin-top: -2vw;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  animation: blink 1.5s infinite alternate;
}

@media screen and (max-width: 751px) {
  .available-message {
    font-size: 5.5vw;
    padding: 2rem;
    width: 80%;
  }
}

@keyframes blink {
  from { opacity: 1; }
  to { opacity: 0.7; }
}

.availability {
  background: linear-gradient(135deg, #ffcc00, #ff6600); /* 目立つグラデーション */
  color: #8a2d00; /* 以前より明るめのブラウン系 */
  text-align: center;
  font-size: 2rem;  /* さらに文字を大きく */
  font-weight: bold;
  padding: 0.9rem 2rem; /* 余白を調整 */
  border-radius: 10px;
  display: inline-block;
  margin-top: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.12rem; /* 文字間を少し広げる */
}

#reserve {
  background: #fff;
  padding: 3rem 0 20rem; /* 画面下のCTAのためのスペースを常に確保 */
}

#reserve h3 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 2.5rem;
}

#reserve .form-group {
  margin-bottom: 2rem;
}

#reserve .form-label {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  display: block;
}

#reserve .form-control,
#reserve .form-select {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#reserve .c-btn__red {
  background: linear-gradient(#d80c24 0%, #7c111d 100%);
  color: #fff;
  padding: 1.2rem;
  font-size: 1.8rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin-top: 2rem;
}

#reserve-feedback {
  min-height: 100px;
}

#reserve-feedback .alert {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.recommend-time {
  display: inline-block;
  background: #fff0f0;
  border: 1px solid #d80c24;
  color: #d80c24;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-size: 1.5rem;
  margin: 0.4rem;
  cursor: pointer;
  transition: 0.2s;
}

.recommend-time:hover {
  background: #d80c24;
  color: #fff;
}

.recommend-time-btn {
  padding: 1rem 2rem;
  border: 2px solid #d80c24;
  background: #fff;
  color: #d80c24;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.2s;
  margin: 0.5rem 0.8rem;
}

.recommend-container {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.recommend-time-btn:hover {
  background: #d80c24;
  color: #fff;
}

.course-options {
  display: flex !important;
  flex-wrap: nowrap !important; /* ← これが重要 */
  justify-content: center;
  gap: 1.5rem;
}

.course-btn {
  background: #fff;
  border: 2px solid #d80c24;
  color: #d80c24;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  width: 250px;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.course-title {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.course-sub {
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin: 0.5rem 0;
}

.course-price {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d80c24;
  margin-top: 0.6rem;
}

/* ホバー・選択状態で全体を白に */
.course-btn:hover,
.course-btn.active {
  background: #d80c24;
  color: #fff;
}

.course-btn:hover .course-title,
.course-btn.active .course-title,
.course-btn:hover .course-sub,
.course-btn.active .course-sub,
.course-btn:hover .course-price,
.course-btn.active .course-price {
  color: #fff !important;
}
.course-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  border-style: dashed;
}

.swal2-custom {
  font-size: 1.5rem;
  line-height: 1.8;
}

.swal2-title-custom {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.swal2-html-custom p {
  margin-bottom: 0.8rem;
}

.swal2-confirm-custom,
.swal2-cancel-custom {
  font-size: 1.4rem !important;
  padding: 0.6rem 1.4rem !important;
}

.swal2-icon {
  width: 2.5em !important;
  height: 2.5em !important;
  margin: 0 auto 1rem !important;
}

.reserve-note {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #666;
}

.reserve-note a {
  color: #666;
  text-decoration: underline;
  font-weight: normal;
}

.cta-mid-strong {
  background: #971D28;
  color: #fff;
  padding: 2.4rem 1.8rem;
  margin: 2rem auto 5rem auto; /* ← bottomに余裕を持たせる */
  border-radius: 14px;
  text-align: center;
  max-width: 92%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.cta-mid-title {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.cta-mid-text {
  font-size: 1.9rem;
  margin-bottom: 1.8rem;
  line-height: 1.8;
  color: #fff;
}

.cta-mid-btn {
  display: inline-block;
  background: linear-gradient(#fffde3, #fff4c4);
  color: #971D28;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 0 #bb3a3f;
  transition: 0.2s;
}

.cta-mid-btn:hover {
  background: #fff2a8;
  transform: translateY(1px);
}

.bottom-fixed-cta {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.cta-block {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  text-decoration: none;
  color: #fff;
  text-align: left;
}

.cta-left {
  background-color: rgba(89, 71, 38, 0.9); /* 茶色 #594726 */
}

.cta-right {
  background-color: rgba(94, 158, 43, 0.9); /* グリーン #5E9E2B */
}

.cta-block .icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  margin-right: 1.2rem;
  line-height: 1;
}

.cta-block .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.4;
}

.cta-block .main {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
}

.cta-block .sub {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
}

/* モバイル対応 */
@media screen and (max-width: 751px) {
  .cta-block {
    padding: 1.2rem;
  }

  .cta-block .icon {
    font-size: 4.5vw;
    margin-right: 2vw;
  }

  .cta-block .main {
    font-size: 4.2vw;
  }

  .cta-block .sub {
    font-size: 3vw;
  }

  .cta-block .text {
    line-height: 1.2;
  }
}

/*# sourceMappingURL=style.css.map */