@charset "UTF-8";
.modal-open__area {
    position: fixed;
    bottom: 8rem;
    left: 1rem;
    width: 15rem;
    z-index: 50;
}
.modalOpen {
  cursor: pointer;
}
.campain-img__wrap {
    position: relative;
}
.campain-img__wrap img {
  border-radius: 10px;
}
.modal-open__close-btn {
    position: absolute;
    top: -1rem;
    right: -11px;
    width: 2.8rem;
    height: 2.8rem;
    cursor: pointer;
}

.modal-open__close-btn::before {
  content: "×";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50%;
}


@media screen and (min-width: 768px) {

  .modal-open__close-btn::before {
    content: "×";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 50%;
  }
  .campain-img__wrap img {
    border-radius: 20px;
  }
    .modal-open__area {
        bottom: 8rem;
        left: 1rem;
        width: 30rem;
    }
    .modal-open__close-btn {
      top: -2rem;
      right: -1.5rem;
      width: 5rem;
      height: 5rem;
    }

}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100vw;
    height: 100vh;
    display: none;
  }
  .modal-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal__content {
    width: 90%;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .modal__content {
      width: 100%;
      max-width: 50rem;
    }
  }
  
  .modal__content a:hover {
    opacity: 1;
  }
  
  .modalClose-btn {
    position: absolute;
    top: -2.8125rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    background-color: #C9C9C9;
    border-radius: 50%;
  }
  
  .modalClose__content {
    position: relative;
    width: 2rem;
    height: 2rem;
    background-color: #ddd;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  
  .modalClose-btn .bar {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 0.1875rem;
    background-color: #fff;
  }
  
  .modalClose-btn .bar:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .modalClose-btn .bar:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  @media screen and (min-width: 768px) {
    .modalClose-btn {
      top: -5rem;
      width: 2rem;
      height: 2rem;
      width: 4rem;
      height: 4rem;
    }
    .modalClose__content {
      position: relative;
      width: 4rem;
      height: 4rem;
    }
    .modalClose-btn .bar {
      width: 2.5rem;
    }
  }

  
  .fixed-img {
    display: none;
  }
  @media screen and (min-width: 768px) {
    .fixed-img {
      display: block;
      position: fixed;
      bottom: 1.875rem;
      right: 1.875rem;
      max-width: 18.75rem;
      z-index: 5;
    }
  }
  .modal__content--texts {
    width: 100%;
    border: 4px solid #D5125C;
    height: 60vh;
    overflow-y: scroll;
    background-color: white;
    padding: 2rem 1rem ;
  }
  .modal__content--texts .title h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .modal__content--texts .title h2 span {
    display: block;
  }
  .modal__content--texts .title h2 .mini {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .large {
    padding-bottom: 0.4rem;
  }
  .modal__content--texts .title h2 .border {
    border-top: 2px solid #000;
  }
  .modal__content--block-wrap {
    display: flex;
    gap: 0.75rem;
  }
  .modal__content--block {
    width: 100%;
    margin-top: 1.2rem;
  }
  .modal__content--block .label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  .modal__content--block .label::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D5125C;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  .modal__content--block h3 {
    min-width: 10rem;
    display: inline-block;
    padding: 0.1rem 0.5rem;
    border-radius: 15px;
    background-color: #D5125C;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
  }
  .modal__content--block .text {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .modal__content--block .textb {
    text-align: left;
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
  }
  .modal__content--block .textb p {
    display: flex;
  }
  .modal__content--block .textb p a {
    text-decoration: underline;

  }
  .modal__content--block .textb p::before {
    content: "・";
    display: block;
  }
  .modal__content--block .textb p:last-child:before {
    content: "※";
    display: block;
  }
  .modal__content--block .list {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0.5rem;

  }
  .modal__content--block .list li {
    display: flex;

  }

  .modal__content--block .list li:nth-child(n+2) {
    margin-top: 0.1rem;
  }
  .modal__content--block .list li p:nth-of-type(1) {
    width: 6rem;
    display: flex;
    justify-content: space-between;
  }
  .modal__content--block .list li p:nth-of-type(1)::after {
    content: "：";
    display: block;
  }
  html.fixed {
    overflow: hidden;
  }
  .modal__content .entry {
    margin: 1.5rem auto;
  
  }
  .modal__content .entry a {
    padding: 1rem;
    font-size: 1.5rem;
  }
  @media screen and (min-width: 768px) {
    .modal__content--texts {
      height: 80vh;
      padding: 2.5rem 1.5rem;
    }
    .modal__content--texts .title h2 {
      font-size: 3rem;
    }
    .modal__content--texts .title h2 .mini {
      font-size: 2.2rem;
    }
    .modal__content--block-wrap {
      gap: 1rem;
    }
    .modal__content--block {
      margin-top: 1.5rem;
    }
    .modal__content--block h3 {
      font-size: 1.8rem;
      padding: 0.2rem 1rem;
    }
    .modal__content--block .text {
      margin-top: 0.8rem;
      font-size: 1.5rem;
    }
    .modal__content--block .textb {
      font-size: 1.4rem;
      line-height: 1.5;
    }
    .modal__content--block .textb p {
      display: flex;
    }
    .modal__content--block .textb p::before {
      content: "・";
      display: block;
    }
    .modal__content--block .list {
      font-size: 1.4rem;
    }
    .modal__content--block .list li {
      display: flex;
  
    }
    .modal__content--block .list li:nth-child(n+2) {
      margin-top: 0.4rem;
    }
    .modal__content--block .list li p:nth-of-type(1) {
      width: 8rem;
    }
    .modal__content .entry {
      margin: 1.5rem auto;
    
    }
    .modal__content .entry a {
      padding: 1rem;
      font-size: 2.2rem;
    }
  }
  .other_bannar {
    width: 90%;
    margin: 1.5rem auto;
    max-width: 550px;
  
  }
  .other_bannar a:hover ,
  .other_bannar a:hover img{
    opacity: 0.8;
  }
  @media screen and (min-width: 768px) {
    .other_bannar {
      width: 100%;
      max-width: 900px;
      margin-top: 3.2rem;
    }
  }
.choice .entry a,
.plan .entry a {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .choice .entry a,
  .plan .entry a {
    font-size: 2.8rem;
  }

}
.nennmatu-text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #D5125C;
  margin: 0 auto 2.8rem;
  /* background-color: white; */
  padding: 0 2rem;

}
.nennmatu-text a:hover,
.nennmatu-text a:hover img {
  opacity: 1;
}
.charm .nennmatu-text {
  margin-top: 2.8rem;

}
.nennmatu-text span {
  font-weight: bold;

}
@media screen and (min-width: 768px) {
  .nennmatu-text {
    font-size: 1.8rem;
    max-width: 700px;

  }
}

.smart-bannar {
  width: 100%;
  margin: 4rem auto 0;
  max-width: 55rem;
  padding: 0 1.4rem;
  cursor: pointer;
  
}
#smart-bannar {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5rem 1.5rem 2rem;

}
.modal-inner2__wrap {
  position: relative;
}
.modal-inner2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 2.1rem 2rem;
  overflow-y: scroll;
  max-width: 96rem;
  margin: 0 auto;
}
.smart-bannar__content {
  border: 5px solid #FF6600;
  padding: 2rem 2.2rem;
  max-width: 90rem;
  margin: 0 auto;

}
.smart-bannar__content--title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.smart-bannar__content--title::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #0B99FF;
  border-radius: 50%;
  margin-right: 1.2rem;
}
.smart-bannar__content--image {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 3.2rem;
}
.smart-bannar__content--image img {
  max-width: 370px;
}
.smart-bannar__content--image p {
  font-size: 3.375rem;
  font-weight: 700;
}
.smart-bannar__content--table {
  width: 100%;
  margin-top: 2.5rem;
}
.smart-bannar__content--table table,
.smart-bannar__content--table tr,
.smart-bannar__content--table tbody {
  width: 100%;
}
.smart-bannar__content--table th ,
.smart-bannar__content--table td {
  font-size: 2rem;
  letter-spacing: -0.04em;
  width: 50%;
  padding: 1.5rem;
  border: 1px solid #D1D1D1;
}
.smart-bannar__content--table th {
  background-color: #F3F3F4;
  font-weight: 700;
  text-align: left;
}
.smart-bannar__content--table td {
  font-weight: 500;
  text-align: center;
}
.smart-bannar__content--table td span {
  color: #FD191F;
}
.smart-bannar__content--tablebtm {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.smart-bannar__content--text {
  font-size: 2.5rem;
  line-height: 1.55;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin-top: 2rem;
}
.smart-bannar__content--text .kome-text {
  font-weight: 400;
  display: flex;
  margin-top: 2.4rem;
}
.smart-bannar__content--text .kome-text::before {
  content: "※";
  display: block;
}
.smart-bannar__content--block.orange .smart-bannar__content--title::before {
  background-color: #FF6600;
}
.smart-bannar__content--block.orange .smart-bannar__content--table th ,
.smart-bannar__content--block.orange .smart-bannar__content--table td {
  padding: 4.2rem 2rem;
  text-align: left;
  vertical-align: middle;

}
.smart-bannar__content--block.orange .smart-bannar__content--table th {
  line-height: 1.8;
}
.smart-bannar__content--block.orange .atention {
  margin-top: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.28;
  letter-spacing: -0.04em;

}
.smart-bannar__content--tabletoptext {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.04em;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .modal-inner2 {
    padding: 1rem;
  }
  .smart-bannar__content {
    max-width: 600px;
    padding: 1.2rem 1.5rem;
  }
  .smart-bannar__content--title {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
  .smart-bannar__content--title::before {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.8rem;
  }
  .smart-bannar__content--image {
    gap: 2px;
    margin-top: 1.2rem;
  }
  .smart-bannar__content--image p {
    font-size: 2rem;
  }
  .smart-bannar__content--image img {
    width: calc(50% - 1.3rem);
  }
  .smart-bannar__content--table th ,
  .smart-bannar__content--table td {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
  .smart-bannar__content--text {
    font-size: 0.9rem;
    margin-top: 0.9rem;
  }
  .smart-bannar__content--text .kome-text {
    margin-top: 0.8rem;
  }
  .smart-bannar__content--image p {
    font-size: 2rem;
  }
  .smart-bannar__content--block.orange .smart-bannar__content--table th ,
  .smart-bannar__content--block.orange .smart-bannar__content--table td {
    padding: 1.5rem 0.8rem;
    text-align: left;
  }
  .smart-bannar__content--block.orange .atention {
    margin-top: 0.3rem;
    font-size: 0.5rem;
    line-height: 1.28;
    letter-spacing: -0.04em;
  
  }
  .smart-bannar__content--tabletoptext {
    font-size: 0.7rem;
    padding-bottom: 0.5rem;
  }
}
/* 20250127追加 */
.cta__title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  position: relative;
  
}

.top-campain {
  background-color: #000;
  padding: 2.8rem 0 ;
}
.top-campain__contents {


}
.top-campain__title {
  padding: 1.8rem 0 1.1rem;
  background-color: #E60061;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 3.6rem;
  width: 100%;

}
.top-campain__contact--wrap {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  max-width: 124rem;
  margin: 3.6rem auto 0;
}
.top-campain__contact {
  padding-bottom: 1.2rem;
  width: 100%;
}
.top-campain__contact:nth-of-type(1) {
  padding-left: 4.4rem;
  border-left: 2px solid #fff;
  max-width: 52rem;
}
.top-campain__contact:nth-of-type(2) {
  padding-right: 4.4rem;
  max-width: 72rem;

}
.top-campain__top-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFE81A;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
  height: 8rem;
}
.top-campain__contact:nth-of-type(2) .top-campain__top-text {
  color: #fff;
}
.top-campain__btnarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.top-campain__btn {
  margin-top: 1.4rem;
  width: 100%;
  position: relative;
}
.top-campain__btn a ,
.top-campain__btn input { 
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.6rem 2.5rem 1.5rem;
  width: 100%;
  height: 9.3rem;
  font-weight: bold;
  color: #fff;
  font-size: 3.1rem;
}
.top-campain__btn.contact {
  max-width: 47rem;

}
.top-campain__btn.tel {
  max-width: 36rem;
}
.top-campain__btn.online {
  max-width: 30rem;

}
.top-campain__btn.contact a {
  background: #E32524;
  box-shadow: 0 8px 0 #93003E;
}
.top-campain__btn.tel a {
  background: #23BF00;
  box-shadow: 0 8px 0 #146B00;

}
.top-campain__btn.online input {
  background: #06B0F0;
  box-shadow: 0 8px 0 #00678e;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
.top-campain__btn:hover a {
  opacity: 1;
}
.top-campain__btn.contact a:hover {
    box-shadow: 0 8px 0 rgba(148, 0, 62, 0);

}
.top-campain__btn.tel a:hover {
  box-shadow: 0 8px 0 rgba(20, 107, 0, 0);

}
.top-campain__btn.online a:hover {
  box-shadow: 0 8px 0 rgba(0, 103, 142, 0);

}

.top-campain__btn .cite {
  font-size: 1.3rem;
  line-height: 140%;
  color: #111111;
  padding: 0.4rem 4rem;
  border-radius: 50px;
  background-color: #fff;
}
.top-campain__btn .Roboto {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.top-campain__btn.tel .Roboto {
  font-size: 2.3rem;
}
.top-campain__btn .arrow {
  width: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
}
.top-campain__btn .arrow img {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-campain {
    padding: 5rem 0 3rem;
    background-color: #fff;

  }
  .top-campain__contents {
    max-width: 33rem;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #FF6600;
  
  }
  .top-campain__title {
    background-color: #FF6600;
    padding: 1.8rem 0 1.7rem;
    font-size: 1.6rem;
    line-height: 1;
  }
  .top-campain__contact--wrap {
    display: block;
    margin: 1.7rem auto 0;
    padding-bottom: 2rem;

  }
  .top-campain__contact {
    padding-bottom: 0rem;
    width: 100%;
  }
  .top-campain__contact:nth-of-type(1) {
    padding-left: 0rem;
    border-left: initial;
  }
  .top-campain__contact:nth-of-type(2) {
    padding-right: 0;
    margin-top: 1.2rem;
  }
  .top-campain__top-text {
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    height: auto;
    width: 100%;
  }
  .top-campain-price__img {
    width: 30rem;
    margin: 1.4rem auto 0;
  }
  .top-campain__contact:nth-of-type(2) .top-campain__top-text {
    color: #fff;
  }
  .top-campain__btnarea {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.7rem;
  }
  .top-campain__btn {
    margin-top: 1rem;
    width: 100%;
    
  }
  .top-campain__btn a ,
  .top-campain__btn input{ 
    border-radius: 2px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 1rem;
    height: 5rem;
    font-weight: bold;
    color: #fff;
    font-size: 2.4em;
    
  }
  .top-campain__btn.contact {
    max-width: 37rem;
  
  }
  .top-campain__btn.tel {
    max-width: 14.7rem;
    
  }
  .top-campain__btn.online {
    max-width: 14.7rem;
  
  }
  .top-campain__btn.contact a {
    background: #E32524;
    box-shadow: 0 2px 0 #93003E;
    padding: 3.2rem 0 3.4rem;
  }
  .top-campain__btn.tel a {
    background: #23BF00;
    box-shadow: 0 2px 0 #146B00;
    display: block;
    padding: 0;
  }
  .top-campain__btn.online input {
    background: #06B0F0;
    box-shadow: 0 2px 0 #00678E;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.8rem 0 1.8rem;
    font-size: 1.1rem;

  }
  
  .top-campain__btn .cite {
    font-size: 0.8rem;
    line-height: 140%;
    color: #111111;
    padding: 0.1rem 0.7rem;
    border-radius: 50px;
    background-color: #fff;
  }
  .top-campain__btn .Roboto {
    margin-top: 0rem;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
  }
  .top-campain__btn.tel .Roboto {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
  .top-campain__btn.online .Roboto {
    font-size: 1.1rem;
  }
  .top-campain__btn .arrow {
    width: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.7rem;
  }
  .cite-img {
    width: 10rem;
    position: absolute;
    top: -2.5rem;
    left: 0.8rem;
  }
}
.terminal__slide {
  margin: 2rem auto 0;
  gap: 1.5rem;
  display: flex;
  justify-content: center;

}
.terminal__slide--l {
  width: 9rem;
}
.terminal__slide--r {
  width: 100%;
  width: 19rem;
  height: 100%;
  aspect-ratio: 200/105;
  position: relative;
}
.terminal__slide--r img {
	animation-name: animetion01;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
  opacity: 0;
  max-width: initial;
  width: 100%;
}
@keyframes animetion01{
  0%{
    opacity: 0;
  }
  5%{
    opacity: 1;
  }
  45%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.terminal__slide--r img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 4s;
}
@media screen and (min-width: 768px) {
  .terminal__slide {
    gap: 2rem;
    width: 100%;
    max-width: 45rem;
  
  }
  .terminal__slide--l {
    width: 11.8rem;
  }
  .terminal__slide--r {
    width: 100%;
    width: 25rem;
    height: 100%;
    aspect-ratio: 200/105;
    position: relative;
  }
  .terminal__slide--r img {
    animation-name: animetion01;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
  }
}
/* 先行予約ポップアップ　03/12 */

.sennkouyoyaku-bannar__content {
  max-width: 60rem;
  max-height: 75vh;
  position: relative;
}
.sennkouyoyaku-bannar__content .slider_item {
  background-color: white;
  overflow-y: auto;
  max-height: 75vh;
  max-width: 60rem;
  padding-bottom: 2.4rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sennkouyoyaku-bannar__content .slider_item ::-webkit-scrollbar{
  display: none;
}
.sennkouyoyaku-bannar__content h3 {
  background-color: #111111;
  font-weight: 700;
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  padding: 0.9rem 0;
}
.sennkouyoyaku-bannar__content p {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 140%;
}
.sennkouyoyaku-bannar__content .choice_img {
  margin-top: 1rem;
}
.sennkouyoyaku-bannar__content .choice_content-text {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: calc(25/18);
}
.sennkouyoyaku-bannar__content .cite {
  font-size: 1.2rem;
  font-weight: 400;
}
.sennkouyoyaku-bannar__content h4 {
  font-size: 3.6rem;
  text-align: center;
  color: #906F1A;
  font-weight: 700;
  margin-top: 1.5rem;
}
.sennkouyoyaku-bannar__content h4 span {
  font-size: 3rem;

}
.sennkouyoyaku-bannar__content .choice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 2.6rem 1.6rem;
}
.sennkouyoyaku-bannar__content dl {
  width: 28rem;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  position: relative;
  padding: 1.8rem 1rem 1.2rem;
  text-align: center;
}
.sennkouyoyaku-bannar__content dt {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  background-color: #111111;
  padding: 2px 3rem;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 14.6rem;
}
.sennkouyoyaku-bannar__content .s_text {
  font-size: 2rem;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -0.1em;
  margin: 0.5rem;
}
.sennkouyoyaku-bannar__content .l_text {
  font-size: 3.8rem;
  line-height: 100%;
  font-weight: 700;

}
.sennkouyoyaku-bannar__content .c_speed .l_text {
  font-size: 3.8rem;
  line-height: 100%;
  font-weight: 700;
}

.sennkouyoyaku-bannar__content .c_speed {
  display: flex;
  align-items: center;
  justify-content: center;

}
.sennkouyoyaku-bannar__content .c_speed dd {}
.sennkouyoyaku-bannar__content .c_gram dd,
.sennkouyoyaku-bannar__content .c_time dd {
  margin-top: 1rem;
}
.sennkouyoyaku-bannar__content .sennkouyoyaku-bannar__content_wrap {
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
  justify-content: center;
}
.sennkouyoyaku-bannar__content .sennkouyoyaku-bannar__content_wrap .c_time {
  margin-top: 1rem;
}
.sennkouyoyaku-bannar__content  .entry {
  max-width: 34rem;
  margin: 2.5rem auto 0;
}

@media screen and (max-width: 768px) {
  .sennkouyoyaku-bannar__content {
    padding: 0 0 2rem;
  }
  .sennkouyoyaku-bannar__content h2 {
    width: 35rem;
  }
  .sennkouyoyaku-bannar__content .sennkouyoyaku-bannar__content_slider {
    margin-top: 1.8rem;
    gap: 1rem 0;
  }

  .sennkouyoyaku-bannar__content .slider_item {
    width: 35rem !important;
  }
  .sennkouyoyaku-bannar__content h4 {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
  .sennkouyoyaku-bannar__content h4 span {
    font-size: 2rem;
  }
  .sennkouyoyaku-bannar__content h3 {
    font-size: 2.8rem;
  }
  .sennkouyoyaku-bannar__content p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .sennkouyoyaku-bannar__content .choice_content-text {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .sennkouyoyaku-bannar__content .sennkouyoyaku-bannar__content_img {
    margin-top: 1rem;
  }
  .sennkouyoyaku-bannar__content .sennkouyoyaku-bannar__content_list {
    margin-top: 1.8rem;
    gap: 1.6rem 0.6rem;
  }
  .sennkouyoyaku-bannar__content dl {
    width: 15.2rem;
    border-radius: 5px;
    padding: 1.4rem 0.7rem;
  }
  .sennkouyoyaku-bannar__content dt {
    font-size: 1.2rem;
    padding: 2px 2rem;
    width: 11.6rem;
  }
  .sennkouyoyaku-bannar__content .s_text {
    font-size: 1.2rem;
  }
  .sennkouyoyaku-bannar__content .l_text {
    font-size: 2rem;
  }
  .sennkouyoyaku-bannar__content .c_speed .l_text {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
  .sennkouyoyaku-bannar__content .more {
    margin-top: 1.4rem;
  }
  .sennkouyoyaku-bannar__content .more a {
    padding: 4px 0;
  }
  .sennkouyoyaku-bannar__content h5 {
    margin: 0.7rem 0;
    font-size: 1.4rem;
  }
  .sennkouyoyaku-bannar__content h5:before, .sennkouyoyaku-bannar__content h5:after {
    position: absolute;
    top: 0;
    font-size: 3rem;
  }
  .sennkouyoyaku-bannar__content h5:before {
    left: 3rem;
  }
  .sennkouyoyaku-bannar__content h5:after {
    right: 3rem;
  }
  .sennkouyoyaku-bannar__content .c_gram dd,
  .sennkouyoyaku-bannar__content .c_time dd {
    margin-top: 1rem;
  }
  .sennkouyoyaku-bannar__content .cite {
    font-size: 0.8rem;
  }

  .sennkouyoyaku-bannar__content .choice_wrap .c_time {
    margin-top: 1rem;
  }
}