/*-------------------------------------------------------------*/
body {
  overflow-x: hidden !important;
  width: 100%;
}

.SP_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .scroll-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
  }

  .scroll-content {
    display: inline-flex;
    min-width: 100%;
  }

  .scroll-content img.sp_img1 {
    width: 200%;
    max-width: none;
    height: auto;
    display: block;
  }

  .pc_img1 {
    display: none !important;
  }

  /* スクロールバーのカスタマイズ */
  .scroll-container::-webkit-scrollbar {
    height: 4px;
  }

  .scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }

  .scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
  }
}

@media screen and (min-width: 768px) {
  .sp_img1 {
    display: none !important;
  }

  .pc_img1 {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* ------------20251029_比較動画追加--------------- */
.video-wrapper {
  position: relative;
  max-width: 710px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 480px) {
  .video-wrapper {
    margin: 0 auto 30px;
    z-index: 10;
  }
}

.video-thumbnail,
.play-button {
  display: block;
  width: 100%;
  cursor: pointer;
}

.video-thumbnail {
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  z-index: 999999999999;
}

@media screen and (max-width: 480px) {
  .play-button {
    width: 40px;
    height: 40px;
  }
}

.video-embed {
  display: none;
  width: 100%;
}

/*--------------------------------*/

.mv-for-page-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 5vw;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.mv_text_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  max-width: 90vw;
  width: 100%;
  height: 75vh;
  position: absolute;
}



#content .mv-for-page .mv-img {
  position: relative;
  margin-inline: auto 0;
  height: 100% !important;
  width: 100% !important;
  background-size: cover;
  background-position: center;
}

/* 高出力・高効率を兼ね備えたN型セル画像にドロップシャドウと白ふち */
/*._main_contents1 img, ._main_contents2 img{
  padding: 0;
  transition: box-shadow 0.3s;
  display: block;
  margin: 0 auto;
}:?
/*._main_contents1 img {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
  border: solid 30px #fff;
}*/
/*._main_contents2 img {
  padding: 20px 30px;
}*/

/*.compact ._main_contents2 img, ._main_contents2 img {
  padding: 30px 0px;
}*/
.compact_con_right p {
  font-size: 20px;
  text-align: center;
  padding: 40px 0px;
  margin: 0px;
  color: #333333;
}

._main_contents1 img {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.hosyou_30year_glaph {
  padding: 20px 40px;
}

span.hosyou_plus {
  font-size: 100px;
}

.scroll-container {
  margin-top: -40px;
}

.features ._main-title,
.features2 ._main-title {
  font-size: 3em;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #ff7e3c 0%, #a0542b 40%, #5f1001 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: left;
  z-index: 3;
}

.four_advanced_features h2 {
  font-size: 32px;
  color: #8C2920 !important;
}

h2.product-detail-title,
.download-title,
h2.simulation-title,
h2.contact-title,
._main_contents2 li {
  color: #8C2920 !important;
}

.features ._main_contents1 h3,
.features ._main_contents2 h3 {
  display: block;
  text-align: center;
  z-index: 6;
  padding: 40px 0px 20px;
  font-size: 18px;
  color: #8C2920;
}



.contact-inner h2 {
  text-align: center;
  padding: 80px 0px;
  font-size: 32px;
}

.features2::after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0;
  height: 0;
  z-index: 9;
  background: #ffffff8c;
  /*width: 86vw;*/
  height: auto;
  min-height: 100%;
  z-index: -1;
  transform: scale(-1, 1);
  border-radius: 10px;
  width: 96%;
}

/*背景台形*/
.triangle {
  width: 0;
  height: 0;
  border-right: 95vw solid transparent;
  border-bottom: 100px solid #ffffff8c;
  border-top: 0;
}

.triangle2 {
  width: 0;
  height: 0;
  border-right: 95vw solid transparent;
  border-top: 100px solid #ffffff8c;
  border-bottom: 0;
}

.triangle3 {
  width: 0;
  height: 0;
  border-right: 95vw solid transparent;
  border-bottom: 100px solid #ffffff8c;
  border-top: 0;
  transform: scale(-1, 1);
  margin-left: auto;
  margin-right: 0;
  display: block;

}

.triangle4 {
  width: 0;
  height: 0;
  border-right: 95vw solid transparent;
  border-top: 100px solid #ffffff8c;
  border-bottom: 0;
  transform: scale(-1, 1);
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.triangle5 {
  width: 0;
  height: 0;
  border-right: 95vw solid transparent;
  border-top: 100px solid #ffffff8c;
  border-bottom: 0;
}

.features::after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  /*width: 0;*/
  height: 0;
  z-index: 9;
  background: #ffffff8c;
  width: 95%;
  height: auto;
  min-height: 100%;
  z-index: -1;
  border-radius: 10px;
}

/*背景台形*/
/* contents2の横間隔調整 */
.contents2 .product-row {
  gap: 30px;
  justify-content: center;
  padding: 90px 20px 20px;
}

.contents2 .product-item {
  flex: 1 1 0;
  min-width: 160px;
  max-width: 200px;
  border-radius: 12px;
  padding: 20px 0px;
  transition: transform 0.2s, box-shadow 0.3s ease;
  background: transparent linear-gradient(135deg, #fad3c6 30%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 4px 15px rgba(255, 200, 120, 0.18);
}

.anti-glare-strength_Annotation {
  font-size: 12px;
}

.anti-glare-bottom-text {
  margin: 50px 0px 30px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 56px;
}

.anti-glare-strength-item {
  background: none;
  border-radius: 18px;
  /*padding: 36px 24px 28px 24px;*/
  text-align: center;
  flex: 1 1 220px;
  max-width: 312px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* anti-glare-row部分の背景をグラデーションに */
/*.anti-glare-row {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  border-radius: 24px;
  padding: 40px 32px;
}*/

/* anti-glare-back1に背景グラデーションを適用 */
.anti-glare-back1 {
  background: transparent linear-gradient(180deg, #FF5A2800 0%, #FF5A2880 100%) 0% 0% no-repeat padding-box;
  /*border-radius: 32px;*/
  padding: 0 0 0 0;
  padding: 180px 0px 330px;
  position: relative;
  /* overflow: hidden; */
}

.anti-glare-back2 {
  background-color: #2B0F07;
  padding: 0px 0px 100px;
}

.anti-glare-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin: -50px auto;
  letter-spacing: 0.02em;
  top: 0;
  z-index: 9;
  max-width: 900px;
  position: absolute;
}

.anti-glare-title2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin: 100px auto;
  letter-spacing: 0.02em;
  max-width: 900px;
}

.anti-glare-texts {
  flex: 1;
  /*color: #fff;*/
  font-size: 1.2em;
  line-height: 2;
  min-width: 220px;
}

.anti-glare-texts {
  background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  max-width: 100%;
  height: 500px;
  position: absolute;
  /*left: -224px;*/
  top: 69px;
}

.anti-glare-texts p {
  text-align: center;
  color: #333;
  padding: 50px 0px;
  width: 50%;
  /*background: linear-gradient(0deg, #cea193 0%, #ffffff 100%);*/
}

.sp_side_bt {
  display: none;
}

.pc_img1 {
  display: block !important;
}

.sp_img1 {
  display: none !important;
}

.mv_name {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 4%;
  font-size: 14vh;
  background: linear-gradient(90deg, #be270a 0%, #ffffff 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv_main_text1 {
  text-align: center;
  position: absolute;
  left: 0;
  right: -4%;
  color: #fff;
  top: 0;
  font-size: 12vh;
}

.mv_main_text2 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  top: 27%;
  font-size: 2.5vh;
  font-weight: normal;
}

.product-row {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  padding: 0 20px;
}

.sp_side_bt ul {
  display: flex;
}

.sp_side_bt li {
  width: 100%;
}

.features ._main_contents2 ul,
.features2 ._main_contents2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 32px;
  z-index: 5;
}

li._contact_contenner {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 10px 0px;
  margin: 0px;
  border-radius: 10px;
}

li.fadein.compact_con_right.visible,
li.recommendation.compact_con_right {
  width: 80%;
  max-width: 670px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.br_02 {
  display: none;
}

.compact_con_right_text {
  width: 242px;
  margin: 0 auto;
}

.compact_con_right_text p {
  font-size: 16px;
  padding: 0px;
  text-align: left;
}






/*-------------------------------------------------------------*/


@media (max-width: 1100px) {


  .mv_main_text1 {
    text-align: center;
    position: absolute;
    left: 0;
    right: -8%;
    color: #fff;
    top: 0;
    font-size: 8vh;
  }

  .mv_name {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 18%;
    font-size: 8vh;
    background: linear-gradient(90deg, #be270a 0%, #ffffff 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .mv_main_text2 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 18%;
    font-size: 2vh;
    font-weight: normal;
  }

}


/*-------------------------------------------------------------*/


@media (max-width: 900px) {

  /*.br_01 {
  display: none;
}*/
  .br_02 {
    display: block;
  }

  #content .mv-for-page .mv-img {
    height: 100vh !important;
    width: 100% !important;
  }

  ._main_contents1 img {
    box-shadow: unset;
    border: unset;
  }

  ._main_contents1 img {
    box-shadow: unset;
  }

  ._main_contents1 img,
  ._main_contents2 img {
    background: #ffffff00;
    padding: 0;
    transition: box-shadow 0.3s;
    /*display: block;*/
    margin: 40px auto 0;
  }

  .compact ._main_contents2 img,
  ._main_contents2 img {
    padding: 15px;
  }

  .compact_con_right_text {
    width: 252px;
    margin: 0 auto;
  }



  /* レスポンシブ対応 */
  @media (max-width: 768px) {

    .compact ._main_contents2 img,
    ._main_contents2 img {
      padding: 0px;
    }

    .hosyou002_pc_img {
      display: none;
    }

    .SP_br {
      display: block;
    }

  }



  .hamburger span {
    background: #fd6230 !important;
    display: block;
    width: 30px;
    height: 4px;
    margin: 3px auto;
    border-radius: 2px;
    transition: all .3s;
  }

  .compact_con_right p {
    padding: 10px 0px;
  }

  .features ._main-title,
  .features2 ._main-title {
    font-size: 3.2em;
  }

  /* .download-inner h2,
  .contact-inner h2,
  .four_advanced_features h2,
  .product-detail-inner h2 {
    font-size: 1.85em;
    color: #8C2920;
  } */

  .triangle {
    border-right: 100vw solid transparent;
    border-bottom: 30px solid #ffffff8c;
  }

  .triangle2 {
    border-right: 100vw solid transparent;
    border-top: 30px solid #ffffff8c;
  }

  .triangle3 {
    border-right: 100vw solid transparent;
    border-bottom: 30px solid #ffffff8c;
  }

  .triangle4 {
    border-right: 100vw solid transparent;
    border-top: 30px solid #ffffff8c;
  }

  .triangle5 {
    border-right: 100vw solid transparent;
    border-top: 30px solid #ffffff8c;
  }

  .features2::after {
    width: 100vw;
  }

  span.no6 {
    display: block;
    font-size: 3.5em !important;
    line-height: 1.3;
  }

  html {
    /* background: #340d04; */
  }

  .product-item-container {
    max-width: 49%;
  }

  .anti-glare-bottom-text {
    max-width: 90%;
    margin: 80px auto 0;
    font-size: 20px;
    line-height: 48px;
  }

  .anti-glare-strength-item {
    max-width: 90%;
    min-width: 90%;
  }

  .anti-glare-title2 {
    text-align: center;
    margin: 100px 0px 40px;
    font-size: 20px;
  }

  .anti-glare-row {
    margin-bottom: 0px;
  }

  .anti-glare-back1 {
    padding: 180px 0 0px;
  }

  .anti-glare-title {
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin: -100px calc(75% - 80vw);
  }

  .anti-glare-texts {
    flex: 1;
    color: #fff;
    font-size: 1.2em;
    line-height: 2;
    min-width: 220px;
  }

  .anti-glare-texts {
    background: unset;
    width: 54%;
    max-width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 69px;
  }

  .anti-glare-texts p {
    text-align: center;
    color: #fff;
    padding: 50px 0px;
    background: unset;
    width: 100%;
    position: relative;
    top: -38px;
    left: -50px;
  }

  .anti-glare-image img {
    max-width: 100%;
    border-radius: 16px;
    position: absolute;
    right: -5px;
    top: 0px;
    width: 88%;
  }

  .anti-glare-texts {
    background: unset;
    width: 54%;
    max-width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 69px;
    z-index: 10;
  }

  .pc_img1 {
    display: none !important;
  }

  .sp_img1 {
    display: block !important;
    margin: 0 auto;
  }

  .features ._main_contents2 ul,
  .features2 ._main_contents2 ul {
    display: inline-block !important;
  }

  li._contact_contenner {
    margin: 20px 0px !important;
  }

  .sp_side_bt {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
  }

  .sp_side_bt ul {
    display: flex;
    width: 100vw;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sp_side_bt li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .sp_side_bt a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px 0 14px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1.3;
    letter-spacing: 0.01em;
    border: none;
    transition: background 0.2s;
  }

  .sp_side_bt li:first-child a {
    background: #fd6230;
    color: #fff;
  }

  .sp_side_bt li:last-child a {
    background: #343333;
    color: #fff;
  }

  li.fadein.compact_con_right.visible,
  li.recommendation.compact_con_right {
    width: 100%;
    max-width: 100%;
  }

  .mv_name {
    font-size: 10vw;
    bottom: 35%;
  }

  .sp_menu_back {
    background: #ddd;
  }
}



/*-------------------------------------------------------------*/

@media (max-width: 840px) {

  /*.mv-button {
  bottom: 10%;
}*/


  .mv_main_text1 {
    font-size: 10vw;
    top: 0px;
    right: -10%;
  }

  .mv_main_text2 {
    font-size: 1.2em;
    top: 15%;
  }

  .mv_text_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    max-width: 100%;
    width: 100%;
    height: 75vh;
    position: absolute;
  }

  /*.mv_main_img {
  bottom: 33%;
  width: 100%;
}*/
  .accordion-content.active {
    padding: 0px 10px;
    max-width: 50%;
    margin: 0 auto;
  }

  .text_color_orenge {
    font-size: 20px;
  }

  .contents2 .product-row {
    gap: 5px;
    padding: 90px 0px 20px;
  }

  .product-item-container {
    padding: 10px;
  }

  .features::after,
  .features2::after {
    width: 100%;
    min-height: 100%;
  }

  .features ._text,
  .features2 ._text {
    padding: 20px 0px 20px 0px;
  }

  .features ._main_contents2 ul,
  .features2 ._main_contents2 ul {
    display: block;
  }

  li._contact_contenner {
    margin: 20px 0px !important;
  }

  li.fadein.compact_con_right.visible,
  li.recommendation.compact_con_right {
    width: 100%;
    max-width: 100%;
  }

  .features ._inner::after,
  .features2 ._inner::after {
    z-index: 3;
  }

  .anti-glare-texts {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    text-shadow: 3px 3px 10px #00000029;
    background: transparent linear-gradient(270deg, #FFFFFF00 20%, #FFFFFF80 100%) 0% 0% no-repeat padding-box;
    left: -16px;
  }

  .anti-glare-image img {
    position: static;
  }

  .anti-glare-row {
    margin-bottom: 0px;
  }

  .features ._main-title,
  .features2 ._main-title {
    font-size: 2.5em;
  }

  div#wpcf7-f3820-o1 {
    max-width: 95%;
    margin: 0 auto;
    width: 95%;
  }

  .row.udescription,
  .row.utype,
  .row.ucompany,
  .row.uname,
  .row.ukana,
  .row.uaddress,
  .row.uemail,
  .row.utel,
  .row.ucontent,
  .row.utrigger,
  .row.uagree {
    display: block;
  }

  form.wpcf7-form.init>div {
    margin: 0px auto;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    margin: 10px auto;
    max-width: 100% !important;
    width: 100% !important;
  }



  .footer-inner>.footer-logo {
    max-width: 100%;
    width: 100%;
  }

  section#simulation {
    padding: 100px 0px 100px;
  }

  section#download {
    margin-bottom: 0px;
  }

  body {
    overflow-x: hidden !important;
    max-width: 100%;
  }

  .one-column-section,
  .contact-section {
    max-width: 100%;
    padding: 40px 10px;
  }

  .recommendation ul {
    padding: 0px 0px 50px;
  }

  .hr-sns {
    margin: 0 calc(75% - 80vw);
  }
}

/*-------------------------------------------------------------*/

@media (max-width: 620px) {
  /*.mv_main_img {
  bottom: 30%;
  width: 100%;
}*/


  .mv_main_img {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 115px;
    margin: 0 auto;
    width: 300px;
  }

  .mv_main_text1 {
    font-size: 10vw;
    top: 0px;
    right: -10%;
  }

  .mv_name {
    font-size: 10vw;
    top: 320px;
    bottom: 0px
  }

  .mv_main_text2 {
    font-size: 1.2em;
    top: 90px;
  }

  .hr-sns {
    margin: 0 calc(76% - 80vw);
  }

  .accordion-content.active {
    padding: 0px 5px;
    max-width: 100%;
    margin: 0 auto;
  }

  .contact-btn-row {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .contact-btn.orange-btn {
    width: 90%;
    min-width: unset;
  }
}












/*ページ内リンク_スクロール位置*/
#contact {
  scroll-margin-top: 50vh;
}

@media screen and (max-width: 768px) {
  #contact {
    scroll-margin-top: 0px;
  }
}

.download-buttons a {
  color: #fd6230;
}

span.note {
  font-size: 12px;
}

.privacy-txt a {
  text-decoration: underline;
}

#content {
  padding-top: 0;
  margin-top: 0px;
}

.youtube_movie {
  padding: 50px 0px 0px;
}

section#contact {
  padding: 0px 30px;
}

.contact-inner {
  margin-top: -30.4%;
}

@media (max-width: 1600px) {
  .contact-inner {
    margin-top: -21%;
  }
}

@media (max-width: 820px) {
  .contact-inner {
    margin-top: -11%;
  }
}

@media (max-width: 480px) {
  .contact-inner {
    margin-top: 9%;
  }
}

.guarantee ._main_contents2 h5 {
  font-size: 28px;
  background: #333;
  color: #fff;
  padding: 20px 0px;
}





/* レスポンシブ対応 */


@media (max-width: 768px) {
  .contact-inner {
    margin-top: 8%;
  }
}


form.wpcf7-form.init>div {
  margin: 40px auto;
}

._guarantee_text {
  text-align: left;
  font-weight: normal;
}

.bg_white {
  background: transparent linear-gradient(0deg, #FFFFFF 90%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  padding: 8% 0;
}

.bg_white2 {
  background: #fff;
  margin-top: -70px;
}

._main_contents2 {
  margin: 60px 0px;
}

.compact_con_right {
  background: #fff;
}

.compact_con_right img {
  max-width: 303px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.recommendation ul {
  padding: 0px 50px 20px;
}


.guarantee ._main_contents2 h5 {
  font-size: 24px;
  padding: 16px;
}


.guarantee ._subtitle_02 {
  font-size: 24px;
}

.guarantee ._second_pulus {
  font-size: 40px;
  color: #8d7979;
}

#product-detail .product-detail-item.fadein.visible {
  text-align: center;
}

span.anshin img {
  background: unset;
}

span.anshin2 img {
  box-shadow: unset;
  border: unset;
  background: unset;
}

.guarantee::after {
  background-image: url(/wp-content/uploads/2025/07/circle_bg4.webp) !important;
  right: 0px !important;
}

.membership_benefits_text {
  font-size: 20px;
  margin: 0;
}


.sim-btn-text {
  color: #fd6230;
  font-size: 18px;
  font-weight: normal;
}

.simulation-link-btn .sim-btn-text,
.simulation-link-btn .sim-btn-text {
  letter-spacing: 0.72px !important;
}

.sim-btn-arrow-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.sim-btn-arrow-circle svg {
  display: block;
}

.simulation-link-btn:hover {
  opacity: 1;
}


.simulation-link-btn a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  /* line-height: 1; */
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: opacity 0.2s;
}

.simulation-link-btn.add_btn:nth-of-type(1) {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .simulation-link-btn.add_btn:nth-of-type(1) {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .simulation-link-btn a.add_btn_circle {
    margin-bottom: initial;
    gap: 25px;
  }
}

.simulation-link-btn a:hover {
  opacity: 1;
}

.sim-btn-arrow-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}

.simulation-link-btn:hover .sim-btn-arrow-circle,
.simulation-link-btn:focus .sim-btn-arrow-circle {
  transform: translateX(10px);
}

.sim-btn-arrow-circle img {
  height: 20px;
  width: 6px;
}

/*フォーム*/
label {
  font-weight: normal;
}

p.form-label,
.labelc {
  width: 300px;
  max-width: 300px;
}

.contact-btn-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 32px 0 140px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .contact-btn-row {
    margin: 32px 0 120px;
  }
}

.contact-btn.orange-btn {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 30px;
  background: transparent linear-gradient(90deg, #FF5A28 0%, #EB9D6A 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 1.15em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(255, 152, 0, 0.13);
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  border: none;
  /* min-width: 322px; */
}

.contact-btn.orange-btn:hover,
.contact-btn.orange-btn:focus {
  background: linear-gradient(90deg, #ff7e3c 0%, #fd6230 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(255, 152, 0, 0.22);
  text-decoration: none;
}

span.no1 {
  position: absolute;
  right: 0px;
  bottom: -71px;
}

span.no1,
span.no2,
span.no3,
span.no4,
span.no5 {
  position: absolute;
  right: 80px;
  bottom: -80px;
}

span.no3,
span.no4 {
  bottom: -64px;
}


.no1 img {
  position: absolute;
}

span.no6 {
  font-size: 40px;
}

/*お問い合わせフォーム*/
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  border: solid 1px #fc612f !important;
  background: #ffe2d9 !important;
  color: #fd6230 !important;
  max-width: 400px !important;
  width: 400px !important;
  border-radius: 40px !important;
}

section#simulation {
  padding: 90px 0px 100px;
}

.contact-inner .contact_main_text {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.64px !important;
  font-weight: 500;
}

@media (max-width: 480px) {
  .contact-inner .contact_main_text {
    text-align: left;
  }
}

.pdf_bt {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  /* line-height: 1; */
  padding: 1.5em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: solid 1px #fc612f !important;
  background: #dfa18d8c !important;
  color: #fd6230 !important;
  max-width: 400px !important;
  width: 400px !important;
  border-radius: 40px !important;
}

p.note {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
}

.row.udescription,
.row.utype,
.row.ucompany,
.row.uname,
.row.ukana,
.row.uaddress,
.row.uemail,
.row.utel,
.row.ucontent,
.row.utrigger,
.row.uagree {
  display: flex;
  justify-content: left;
}

p.privacy-txt {
  margin: 0 auto;
}

.site-content-contain {
  /*background: #ececec;*/
  background: transparent linear-gradient(150deg, #FFFFFF00 20%, #3333331A 50%, #3333331A 83%, #80808000 100%) 0% 0% no-repeat padding-box;
}

ul.simulation-text-list {
  font-weight: normal;
}

.page:not(.home) #content {
  padding-bottom: 0;
}

/*link*/
.header-item a:link {
  color: #333;
}

.header-item a:visited {
  color: #333;
}

.header-item a:hover {
  color: #fd6230;
}

.header-item a:active {
  color: #333;
}

/*link*/

/*color*/
.color_orenge {
  color: #fd6230;
}

.text_color_orenge {
  color: #fd6230;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: currentColor;
}

.dis_p_none {
  display: inline-block;
  text-align: left;
  padding: 40px 0 0 0;
  height: 30%;
}

/*ナビゲーターメニュー*/
/* 見積・お問い合わせナビをボタン風に */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;

}

body {
  padding: 0;
  /* overflow: hidden; */
  max-width: 100%;
}

p {
  margin: 0 0 0;
  padding: 0;
  line-height: 32px;
}

/* ハンバーガーメニュー */
.fa-envelope:before {
  content: "\f0e0";
  padding: 10px;
}

.hamburger {
  display: none;
  position: fixed;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
  z-index: 1001;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sp-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  box-shadow: -2px 0 16px rgba(0, 0, 0, 0.15);
  padding-top: 80px;
}

.sp-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-nav li {
  border-bottom: 1px solid #eee;
}

.sp-nav a {
  display: block;
  color: #19192b;
  font-size: 1.2em;
  padding: 20px 24px;
  text-decoration: none;
  transition: background .2s;
}

.sp-nav a:hover {
  background: #f2f2f2;
}

.sp-nav.open {
  display: block;
  animation: slideInRight .3s;
}

@keyframes slideInRight {
  from {
    right: -320px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 900px) {
  .hamburger {
    display: flex;
  }

  .header-nav,
  .header-list {
    display: none !important;
  }
}

/*mv*/

#content .mv-for-page .mv-img::after {
  background: unset;
}

#content .mv-for-page {
  height: 100vh;
}

.mv_main_img {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  top: 30%;
  margin: 0 auto;
  width: 50vh;
}

.text-block {
  padding: 0px;
  text-align: center;
}

/*logo*/
.header>._logo>a {
  max-width: 10%;
  position: absolute;
  left: 0px;
  top: 4%;
}

nav.header-nav {
  position: relative;
  padding: 0 30px 0 0;
}

._logo {
  max-width: 156px;
  width: 100%;
  position: absolute;
  left: 30px;
  top: 16px;
}

._logo img {
  /* max-width: 250px; */
}

/*navi*/
/*.header {
  background-color: #d7cdca;
  position: relative;
}*/

.header {
  background: #FFFFFFbf 0% 0% no-repeat padding-box;
  position: fixed;
  z-index: 10;
  width: 100%;
}

.header-nav {
  display: flex;
  justify-content: end;
}

.header-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-item {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  transition: background-color .3s;
}

.header-item:hover {
  background-color: unset;
}

.header-item a {
  color: #333;
  display: block;
  padding: 20px;
}

.megaMenu {
  background-color: #19192b;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  width: 100%;
}

.megaMenu-list {
  padding-bottom: 30px;
  padding-top: 30px;
}

.megaMenu-item {
  display: inline-block;
}

/* 見積・お問い合わせボタン：ホバー時に中央から円が広がるアニメーション */
.header-item.contact-btn>a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: transparent linear-gradient(90deg, #FF5A28 0%, #EB9D6A 100%) 0% 0% no-repeat padding-box;
  color: #fff !important;
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 28px;
  box-shadow: 0 4px 16px rgba(255, 152, 0, 0.13);
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  border: none;
  font-size: 1.08em;
  letter-spacing: 0.04em;
  z-index: 1;
}

.header-item.contact-btn>a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s cubic-bezier(.4, 0, .2, 1), height 0.5s cubic-bezier(.4, 0, .2, 1);
  z-index: 0;
  pointer-events: none;
}

.header-item.contact-btn>a:hover::before,
.header-item.contact-btn>a:focus::before {
  width: 260px;
  height: 260px;
}

.header-item.contact-btn>a>* {
  position: relative;
  z-index: 2;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}

.header ul {
  margin: 0;
}

/*navi 重ね順*/
.header ul {
  z-index: 99;
}

/*side_bt*/
/* side_bt ボタンのふわっと色が広がるアニメーション */
.side_bt ul {
  color: #fff;
  text-align: center;
  /*width: 120px;*/
  /*height: 120px;*/
  background-color: rgba(235, 53, 21, 0.57);
  margin-bottom: 10px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  transition: background 0.3s;
}

.side_bt ul:nth-child(2) {
  background-color: rgba(52, 51, 51, 0.56);
}

.side_bt li {
  font-size: 12px;
  /*position: relative;*/
  width: 120px;
  height: 120px;
  border: solid 0.5px #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: none;
  cursor: pointer;
  /* overflow: hidden; */
}

.side_bt li::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 60px;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s cubic-bezier(.4, 0, .2, 1), height 0.5s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
  opacity: 0.7;
  z-index: 0;
}


/*.side_bt li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s cubic-bezier(.4,0,.2,1), height 0.5s cubic-bezier(.4,0,.2,1), opacity 0.5s;
  opacity: 0.7;
  z-index: 0;
}
*/

.side_bt li:hover::before {
  width: 120px;
  height: 120px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
}



/*.side_bt li:hover::before {
  width: 180px;
  height: 180px;
  opacity: 1;
  background: rgba(255,255,255,0.35);
}*/

.side_bt_text {
  font-size: 0.85em;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.3s;
}

.side_bt li:hover .side_bt_text {
  color: #e53515;
}

/*.side_bt ul:nth-child(1) {
  position: fixed;
  bottom: 26%;
  right: 0;
  color: #fff;
  text-align: center;
  width: 130px;
  height: 130px;
  background:#FF5A28BF 0% 0% no-repeat padding-box;
  margin: 10px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.side_bt ul:nth-child(2) {
  position: fixed;
  bottom: 10%;
  right: 0;
  color: #fff;
  text-align: center;
  width: 130px;
  height: 130px;
  background:#333333BF 0% 0% no-repeat padding-box;
  margin: 10px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}*/

.side_bt {
  position: fixed;
  top: 64vh;
  right: 20px;
  display: flex;
  flex-direction: column;
}

.side_bt ul:nth-child(1) {
  color: #fff;
  text-align: center;
  /*width: 120px;*/
  /*height: 120px;*/
  background: #FF5A28BF 0% 0% no-repeat padding-box;
  margin-bottom: 10px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: absolute;
  top: -145px;
}

.side_bt li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: solid 0.5px #fff;
  border-radius: 100px;
}


.side_bt ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}

.side_bt a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0px;
}

/*.side_bt li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: solid 0.5px #fff;
  border-radius: 100px;
}
.side_bt_text {
  font-size: 0.85em;
  line-height: 1.3;
  font-weight: bold;
}
*/



/*contents1*/
/* 幅ワンカラム */
.text-c {
  text-align: center;
  font-size: 12px;
}

.one-column-section,
.contact-section {
  max-width: 1000px;
  margin: 0px auto;
  padding: 40px 10px;
  border-radius: 16px;
  text-align: center;
}

.contents1 .text-block p {
  margin: 0 0 12px 0;
  font-size: 1.5em;
  line-height: 3em;
  color: #333;
  font-weight: 300;
  /**/
  display: inline-block;
  font-weight: bold;
  margin: 20% auto 30%;
  background: linear-gradient(90deg, #ff7e3c 0%, #5f1402 40%, #5f1001 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-item {
  flex: 1 1 0;
  min-width: 160px;
  max-width: 220px;
  border-radius: 12px;
  padding: 0px;
  transition: transform 0.2s, box-shadow 0.3s ease;
  background: unset;
  box-shadow: 0 4px 15px rgba(255, 200, 120, 0.18);
}

.product-item:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #262524 0%, #262524 50%, #262524 100%);
  box-shadow: 0 8px 25px rgba(166, 127, 91, 0.4);
}

.product-item:hover .product-catch {
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.product-item img {
  width: 100%;
  height: auto;
  /*border-radius: 8px;*/
}

.product-catch {
  margin-top: 12px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.5em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 0px 15px;
  background: linear-gradient(90deg, #ff7e3c 0%, #5f1402 40%, #5f1001 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-name {
  margin-top: -45px;
  font-size: 16px;
  color: #222;
  text-align: center;
}

/* 進化アイコンの統一スタイル */
.evolution-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  transition: all 0.3s ease;
}

.evolution-icon svg {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
  transition: all 0.3s ease;
}

.evolution-icon:hover svg {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 6px 12px rgba(255, 255, 255, 0.6));
}

/* 下向き三角アイコンのスタイル */
.down-arrow-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.down-arrow-icon svg {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
  fill: #FFFFFF;
  /* 通常は白 */
}

.down-arrow-icon:hover svg {
  transform: scale(1.1) translateY(2px);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

/* product-itemホバー時の三角アイコン反応 */
.product-item-container:hover .down-arrow-icon {
  transform: translateY(8px);
}

.product-item-container:hover .down-arrow-icon svg {
  transform: scale(1.05);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.35));
  fill: #FF5A28;
  /* 明るいオレンジ */
  filter: drop-shadow(0 3px 6px rgba(255, 152, 0, 0.35));
  transform: scale(1.05);
}

/* ▼アイコンをホバー時にオレンジ一色に */
.product-item-container:hover .down-arrow-icon svg path {
  fill: #FF5A28 !important;
  /* stroke: #FF9800; もしstrokeも変えたい場合はコメントアウトを外す */
}

section#contents2 {
  padding: 100px 0px 0px;
  /*background: linear-gradient(18deg, #ffe4e4 0%, #ffffff 100%);*/
  background-image: url(/wp-content/uploads/2025/07/back_img_00023.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contents2 .product-item:hover .product-catch {
  -webkit-text-fill-color: #fff;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: none;
}



/* アニメーション */
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1);
}

.fadein.visible {
  opacity: 1;
  transform: none;
}

section#contact {
  position: relative;
  margin: 10px auto 10px;
  opacity: 1;
  padding: 10px 15px 10px;
  transform: none;
  text-align: left;
  z-index: 9;
}

@media (max-width:480px) {
  section#contact {
    padding: 10px 15px 30px;
  }
}

section#contact {
  /*shadow: 0px 3px 6px #00000029;*/
}

.contents1 {
  background-image: url(/wp-content/uploads/2025/07/lineup_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}


p.fadein-text.visible {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
  gap: 32px;
}


.text_logo img {
  /* margin: 10px 0px 30px; */
  /* max-width: 23%; */
  width: 262px;
  vertical-align: middle;
}

.item1 img {
  /*transform: scale(-1, 1);*/
  max-width: 80%;
}

.item3 img {
  max-width: 80%;
}

.contents1 .product-catch {
  font-size: 16px;
  padding: 0px 0px 15px;
  color: #333;
  font-weight: normal;
  text-align: center;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: black;
  text-shadow: none;
  margin: 0px auto;
  max-width: 100%;
}

/* contents1の商品アイテムの背景色を削除 */
.contents1 .product-item {
  background: none;
  box-shadow: none;
}

.contents1 .product-item:hover {
  background: none;
  box-shadow: none;
  transform: translateY(-3px);
}

/*contents1*/

/*contents2*/
.text_color_orenge {
  font-size: 32px;
}

.contents2 h3 {
  font-size: 3em;
  padding: 0px;
}

.contents2-img img {
  max-width: 100%;
  padding: 0px;
}

/*contents2*/

/*  mv button */
.mv-button {
  position: absolute;
  z-index: 99;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
}

.custom-evo-button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  transition: color 0.5s ease;
}

.custom-evo-circle {
  position: absolute;
  width: 70px;
  height: 70px;
  FONT-WEIGHT: 700;
  background: #FF5A28 0% 0% no-repeat padding-box;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.8s ease, background-color 0.5s ease;
  transform: scale(1);
}

.custom-evo-button:hover .custom-evo-circle {
  transform: scale(2);
  background-color: rgb(188, 184, 174);
}

.custom-evo-button:hover {
  color: #f02e0da8;
  background: unset !important;
}

.custom-evo-text {
  margin-bottom: 5px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.custom-evo-line {
  position: absolute;
  top: 66%;
  width: 1px;
  height: 160px;
  background: #f02e0da8;
  transition: background 0.3s ease;
}

.custom-evo-button:hover .custom-evo-line {
  background: #f02e0da8;
}

/*  mv button */

/*footer*/
#colophon {
  background: #ffffff;
  padding: 0px;
}

.site-footer {
  color: #333;
  padding: 78px 15px;
  background: transparent linear-gradient(90deg, #FF5A2833 0%, #FF5A2800 50%) 0% 0% no-repeat padding-box;
}

.rerise_what .site-footer {
  border-top: initial;
}


/*レスポンシブ*/
@media (max-width: 900px) {
  .side_bt {
    display: none;
  }

  .contents1 .text-block p {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 3em;
    margin: 0% auto 30%;

  }

  .contents1 {
    background-position: center;
    padding: 80px 15px;

  }

  p.fadein-text.visible {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    gap: 16px;

  }

  span.text_logo.fadein-logo.visible {
    width: 60%;
  }

  .text_logo img {
    width: 100%;
    vertical-align: middle;
  }

  .text_color_orenge {
    font-size: 20px;
    width: 40%;
    text-align: left;
  }

  .fadein-heading.visible {
    font-size: 48px;
  }

  section#contents2 {
    padding: 0px 0px 0px;
  }

  .product-item {
    max-width: 100%;
  }

  .product-item img {
    width: 160px;
  }

  .contents1 .product-catch {
    font-size: 20px;
  }

  .mv_main_img {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 15%;
    margin: 0 auto;
    width: 50vh;
  }

}





/* レスポンシブ対応 */
@media (max-width: 768px) {
  .site-footer {
    color: #333;
    padding: 80px 15px 120px;
    background: transparent linear-gradient(138deg, #FF5A2833 0%, #FF5A2800 100%) 0% 0% no-repeat padding-box;
  }

  /*  mv button */
  .mv-button {
    bottom: 10%;
  }

  .mv_main_img {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 20%;
    margin: 0 auto;
    width: 300px;
  }


  .contact_main_text {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    /* padding: 0 15px; */
  }
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

@media (max-width: 900px) {
  .footer-inner {
    flex-direction: column;
  }
}

.footer-logo img {
  max-width: 484px;
  width: 100%;
  height: auto;
  display: block;
  margin: 60px auto 40px;
}

@media (max-width: 480px) {
  .footer-logo img {
    margin: 0 auto 60px 0;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 80px 15px 80px;
  }
}

.footer-text {
  text-align: left;
  flex: 1;
}

.footer-inner.max_contents .footer-text p {
  margin: 0 0 36px 0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.64px !important;
  font-weight: 500;
  color: #333;
}

@media (max-width: 480px) {
  .footer-inner.max_contents .footer-text p {
    margin: 0 0 20px 0;
  }
}

.footer-inner .footer-text small {
  display: block;
  margin: 0 0 73px 0;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.48px !important;
  line-height: 24px;
}

@media (max-width: 480px) {
  .footer-text small {
    margin: initial;
  }
}

.rerise_what a:hover {
  color: #333;
}

.rerise_what a {
  color: #333;
}

/*.footer-inner > .footer-logo {
    max-width: 80%;
    width: 50%;
}*/
@media (max-width: 700px) {

  .mv_main_img {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 115px;
    margin: 0 auto;
    width: 300px;
  }


  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer-text {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-text {
    text-align: left;
  }
}

@media screen and (min-width: 48em) {
  .site-footer {
    margin-top: 0;
  }
}


.pc_btn_box {
  display: block;
}

@media (max-width: 480px) {
  .pc_btn_box {
    display: none;
  }
}

.sp_btn_box {
  display: none;
}

@media (max-width: 480px) {
  .sp_btn_box {
    display: block;
    padding: 40px 15px 0;
  }
}


/* simulation */
.simulation-section {
  background: linear-gradient(0deg, #ffd5c7 0%, #ffffff 100%);
  padding: 100px 0 100px 0;
}

.simulation-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 20px;
}

.simulation-text-area {
  flex: 1;
  text-align: left;
}

.simulation-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.simulation-text-list {
  list-style: disc inside;
  padding-left: 0;
  margin: 0;
}

.simulation-text-list li {
  margin-bottom: 12px;
  font-size: 1.1em;
  color: #333;
}

.simulation-image-area {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.simulation-laptop-img {
  max-width: 484px;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .simulation-inner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .simulation-text-area {
    text-align: center;
  }

  .simulation-image-area {
    justify-content: center;
  }

}

/*contents3*/
.product-item.fadein-item.contents2-img.visible {
  box-shadow: 0px 3px 6px #FF5A28;
}

.hr-sns {
  border-bottom: solid 3px #6b6864;
  position: relative;
  z-index: 4;
}

.hr-sns {
  width: 100vw;
  margin: 0 calc(60% - 80vw);
}

.hr-sns:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #FF5A28;
  bottom: -3px;
  width: 80%;
}

.contents3 {
  background: #f8f9fa;
  padding: 80px 0;
  position: relative;
  /* overflow: hidden; */
  position: relative;
}

/* 大きな台形の背景装飾 */
.contents3::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0;
  height: 0;
  z-index: 9;
  filter: drop-shadow(0 30px 80px rgba(0, 0, 0, 0.03));
  width: 1460px;
  border-bottom: 1450px solid #eeeeeeb5;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  transform: rotate(90deg);
  clip-path: polygon(6% 10%, 90% 10%, 100% 610%, 0% 100%);
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* 装飾用の円形グラデーション - 右下 */
.contents3::after {
  content: '';
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 107, 107, 0.15) 0%, rgba(255, 217, 61, 0.08) 50%, transparent 70%);
  border: 2px solid rgba(255, 107, 107, 0.1);
  border-radius: 50%;
  z-index: 9;
}

/* 装飾用の円形グラデーション - 左上 */
.contents3-inner::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(107, 175, 255, 0.15) 0%, rgba(61, 217, 255, 0.08) 50%, transparent 70%);
  border: 2px solid rgba(107, 175, 255, 0.1);
  border-radius: 50%;
  z-index: 9;
}

/* 装飾用の円形グラデーション - 右下小さめ */
.contents3-inner::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 107, 107, 0.12) 0%, rgba(255, 217, 61, 0.06) 50%, transparent 70%);
  border: 1px solid rgba(255, 107, 107, 0.08);
  border-radius: 50%;
  z-index: 2;
}

/* 装飾用の円形グラデーション - 右上 */
.contents3-title-area::before {
  content: '';
  position: absolute;
  top: 520%;
  right: -690px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 107, 107, 0.10) 0%, rgba(255, 217, 61, 0.05) 50%, transparent 70%);
  border: 1px solid rgba(255, 107, 107, 0.06);
  border-radius: 50%;
  z-index: 1;
}

.contents3-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.contents3-title-area {
  text-align: left;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

.contents3-main-title {
  font-size: 3.5em;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #ff7e3c 0%, #ff813e 40%, #5f1001 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.contents3-subtitle {
  color: #ff5225;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
}

.contents3-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.contents3-text-block {
  flex: 1;
  max-width: 800px;
  position: relative;
  text-align: left;
}

.contents3-description {
  font-size: 1.2em;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
  position: relative;
}

.contents3-image-block {
  flex: 1;
  position: relative;
  text-align: center;
}

.contents3-panel-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  transition: transform 0.3s ease;
  position: relative;
}

.contents3-panel-image:hover {
  transform: scale(1.05);
}

/*.contents3-efficiency-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ffd93d 100%);
  color: white;
  padding: 20px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(255,107,107,0.4);
  animation: pulse 2s ease-in-out infinite;
}*/

.contents3-efficiency-number {
  font-size: 2.5em;
  font-weight: 900;
  /* line-height: 1; */
}

.contents3-efficiency-unit {
  font-size: 1.2em;
  font-weight: 700;
  margin-left: 2px;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* 左右画像ブロック */
.contents3-double-image-block {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.contents3-image-left,
.contents3-image-right {
  flex: 1;
  text-align: center;
  position: relative;
}

.contents3-detail-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.contents3-detail-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* contents3内の全てのh3タグ */
.contents3 h3 {
  position: relative;
}

/* 製品詳細セクション */
.product-detail-section {
  padding: 80px 0;
  position: relative;
}

:not(.mejs-button)>button:hover,
:not(.mejs-button)>button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #fd6230;
  color: #fff;
}

.product-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-detail-title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #333;
}

.product-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
}

.product-detail-item {
  flex: 1;
  min-width: 33.3%;
  max-width: 33.3%;
  border-radius: 16px;
  padding: 0px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-detail-item:hover {
  transform: translateY(-5px);
}

.product-detail-catch {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
}

.product-detail-type {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.product-detail-name {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.product-detail-image {
  width: 100%;
  max-width: 300px;
  height: 239px;
  object-fit: contain;
  margin-bottom: 0px;
  border-radius: 8px;
}

.product-detail-row button,
input[type="button"],
input[type="submit"] {
  background: unset;
  color: #666;
  border: none;
  padding: 12px 24px;
  border-radius: unset;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 312px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  border: solid 1px #ccc;
}

.product-detail-button:hover {
  background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%);
  transform: translateY(-2px);
}

.accordion-arrow {
  transition: transform 0.3s ease;
  font-size: 0.8em;
}

.accordion-arrow.rotated {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  /* overflow: hidden; */
  transition: max-height 0.3s ease;
  margin-top: 20px;
}

.accordion-content.active {
  max-height: 100%;
  text-align: left;
  padding: 0px 5px;
}

.accordion-content li:nth-child(2n) {
  font-weight: normal;
}

.accordion-content p,
.accordion-content li {
  font-size: 12px;
}

.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: white;
  border-radius: 8px;
  /* overflow: hidden; */
}

.product-spec-table th,
.product-spec-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.product-spec-table th {
  background: #f5f5f5;
  font-weight: bold;
  color: #333;
  width: 40%;
}

.product-spec-table td {
  color: #666;
}

.product-spec-table tr:last-child th,
.product-spec-table tr:last-child td {
  border-bottom: none;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .product-detail-row {
    gap: 20px;
  }

  .product-detail-item {
    min-width: 280px;
    max-width: 350px;
  }

  span.no1,
  span.no3,
  span.no4,
  span.no5 {
    position: absolute;
    right: 0px;
    bottom: -63px;
  }

  span.no2 {
    position: absolute;
    right: 0px;
    bottom: -78px;
  }

}



@media (max-width: 768px) {
  .product-detail-section {
    padding: 60px 0;
  }

  .product-detail-title {
    font-size: 2em;
    margin-bottom: 40px;
  }

  .product-detail-row {
    flex-direction: column;
    align-items: center;
  }

  .product-detail-item {
    max-width: 100%;
    width: 100%;
  }
}

.product-detail-inner .download-section {
  background: #fff;
  padding: 80px 0;
  position: relative;
}

.download-inner {
  max-width: 1200px;
  margin: 150px auto 0px;
  padding: 0 20px;
}

.download-inner p {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  font-size: 16px;
}

.download-title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #333;
}

.download-row {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
}

.download-item {
  flex: 1;
  min-width: 25%;
  max-width: 25%;
  border-radius: 16px;
  padding: 0px 0px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-image {
  margin-bottom: 25px;
}

.download-catalog-image {
  width: 100%;
  max-width: 90%;
  height: auto;
  transition: transform 0.3s ease;
}

.download-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.download-btn {
  flex: 1;
  max-width: 110px;
  padding: 15px 0px;
  border: none;
  border-radius: 30px;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pdf-btn {
  border: solid 1px #fc612f;
  background: #ffe2d9;
  color: #fd6230;
}

.pdf-btn:hover {
  background: background: #FF5A2833 0% 0% no-repeat padding-box;
  transform: translateY(-2px);
}

.catalog-btn {
  background: #fff;
  color: #fd6230;
  border: solid 1px #fe9978;
}

.catalog-btn:hover {
  background: #FFFFFF33 0% 0% no-repeat padding-box;
  transform: translateY(-2px);
}

.btn-icon {
  font-size: 1.1em;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .download-row {
    gap: 25px;
  }

  .download-item {
    min-width: 220px;
    max-width: 250px;
  }

  .download-inner {
    margin: 80px auto 0px;
  }

}




@media (max-width: 768px) {
  .download-section {
    padding: 60px 0;
  }

  .download-title {
    font-size: 2em;
    margin-bottom: 40px;
  }

  .download-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .download-item {
    max-width: 100%;
    width: 100%;
    max-width: 400px;
  }

  .download-buttons {
    gap: 15px;
  }

  .download-btn {
    max-width: 130px;
    padding: 14px 18px;
  }

  .download-inner p {
    text-align: left;
    font-weight: normal;
    margin-bottom: 50px;
    font-size: 16px;
  }
}

/* ローディング画面 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.95) 0%, rgba(0, 0, 0, 0.98) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}

.loading-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loading-container {
  text-align: center;
  color: white;
  max-width: 400px;
  width: 90%;
  animation: container-entrance 1.2s ease-out;
}

@keyframes container-entrance {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.loading-logo {
  margin-bottom: 50px;
  animation: logo-glow 3s ease-in-out infinite;
}

@keyframes logo-glow {

  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
    filter: brightness(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
    filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
  }
}

.loading-logo-img {
  max-width: 400px;
  height: auto;
  filter: brightness(1.1) contrast(1.05);
}

.loading-progress {
  margin-bottom: 40px;
  position: relative;
}

.loading-bar {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  /* overflow: hidden; */
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.loading-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff6b35 0%, #ff8c59 50%, #ffb07d 100%);
  border-radius: 2px;
  width: 0%;
  transition: width 0.1s ease-out;
  box-shadow: 0 0 15px rgba(255, 107, 53, 0.6);
}

/* 削除されたアニメーション（手動制御に変更） */

.loading-percentage {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 1px;
  animation: percentage-pulse 2.5s ease-in-out infinite;
}

@keyframes percentage-pulse {

  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
  }
}

.loading-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #ff6b35, #ff8c59);
  border-radius: 50%;
  animation: dot-pulse 1.4s ease-in-out infinite;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.4);
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-pulse {

  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.6;
  }

  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .loading-logo-img {
    max-width: 220px;
  }

  .loading-container {
    max-width: 320px;
  }

  .loading-bar {
    height: 2px;
  }

  .loading-percentage {
    font-size: 0.8em;
  }

  .dot {
    width: 6px;
    height: 6px;
  }

}

@keyframes logo-float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* 波線区切りスタイル */
.wave-divider {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  display: block;
  /* overflow: hidden; */
}

.wave-divider2 {
  height: 145px;
}

.wave-divider img {
  background: linear-gradient(0deg, #ffffff 0%, #ffd6c8 100%);
  background: #fff;
}

.wave-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}

.wave-divider2 img {
  background: #fff;
}

@media (max-width: 768px) {
  .wave-divider {
    height: auto;
  }
}

/* contents2専用のふわっとアニメーション */
.fadein-sequence {
  opacity: 1;
}

.fadein-logo {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 1s ease-out;
}

.fadein-logo.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fadein-text {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.fadein-text.visible {
  opacity: 1;
  transform: translateY(0);
}

.fadein-heading {
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadein-heading.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fadein-item {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadein-item.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ホバー効果の強化 */
.fadein-item.visible {
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s ease-out;
}

.fadein-item.visible:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* ロゴの特別な効果 */
.fadein-logo.visible img {
  animation: logo-shine 2s ease-in-out 0.5s;
}

@keyframes logo-shine {
  0% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.3) drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  }

  100% {
    filter: brightness(1);
  }
}

/* タイトルのグラデーション効果 */
.fadein-heading.visible {
  background: linear-gradient(45deg, #333, #666, #333);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 3s ease-in-out 0.8s;
}

@keyframes gradient-shift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* 戻るボタンのスタイル */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #ababab;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  border-radius: 10px;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: linear-gradient(135deg, #FF6B35 0%, #e53515 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  transition: transform 0.3s ease;
}

.scroll-to-top:hover svg {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 60px;
    right: 6px;
    width: 45px;
    height: 45px;
  }

  .scroll-to-top svg {
    width: 20px;
    height: 20px;
  }
}

.features,
.features2 {
  position: relative;
  z-index: 0;
  padding: 0px;
}

.features ._inner,
.features2 ._inner {
  display: block;
  z-index: 2;
}

.features ._subtitle,
.features2 ._subtitle {
  color: #ff5225;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  z-index: 4;
}

.features ._text,
.features2 ._text {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  text-align: left;
  padding: 20px 20px 20px 0px;
  color: #333;
}

.features ._text span {
  font-size: 12px;
  color: #333;
  display: block;
  line-height: 2em;
}

.features ._contents,
.features2 ._contents {
  position: relative;
  z-index: 5;
}

._features {
  position: relative;
  z-index: 0;
}

/*背景　円1*/
.features ._inner::before,
.features2 ._inner::before {
  content: '';
  position: absolute;
  top: 130px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgb(233 188 188 / 44%) 0%, rgb(253 98 48 / 18%) 50%, transparent 70%);
  border-radius: 50%;
  z-index: 9;
  background-image: url(https://www.q-cells.jp/wp-content/uploads/2025/07/bac_0001.png);
  background-repeat: no-repeat;
}

.features ._inner::after,
.features2 ._inner::after {
  content: '';
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgb(233 188 188 / 44%) 0%, rgb(253 98 48 / 18%) 50%, transparent 70%);
  border-radius: 50%;
  /*z-index: 9;*/
  background-image: url(https://www.q-cells.jp/wp-content/uploads/2025/07/bac_0003.png);
  background-repeat: no-repeat;
}

.features .one-column-section::after,
.features2 .one-column-section::after {
  content: '';
  position: absolute;
  bottom: 410px;
  right: 50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgb(233 188 188 / 44%) 0%, rgb(253 98 48 / 18%) 50%, transparent 70%);
  border-radius: 50%;
  z-index: 4;
  background-image: url(https://www.q-cells.jp/wp-content/uploads/2025/07/bac_0002.png);
  background-repeat: no-repeat;
}

/*特長セクション*/

span.no2 {
  font-size: 2em;
}

.features2 h4,
.features h4 {
  text-align: center;
  font-size: 24px;
  padding: 20px 0px;
}

.recommendation ul {
  display: block !important;
}

/*詳細はこちらボタン*/
/* 詳細はこちらボタンの装飾 */
.button23 {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  background: unset;
  color: #fd6230;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 0px;
  box-shadow: unset;
  cursor: pointer;
  margin: 30px auto 30px;
  text-align: center;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  position: relative;
  outline: none;
  border: solid 1px #fd6230;
  z-index: 9999999999;
}

.button23:hover {
  background: linear-gradient(90deg, #fd6230 0%, #fd6230 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(255, 152, 0, 0.25);
}

.button23 .arrow {
  margin-left: 12px;
  transition: transform 0.3s;
  display: inline-block;
}

.button23.open .arrow {
  transform: rotate(180deg);
}

/* アコーディオン本体 */
.button23-accordion {
  max-height: 0;
  /* overflow: hidden; */
  overflow-x: hidden;
  background: #b7b7b7;
  border-radius: 0 0 0;
  box-shadow: 0 2px 12px rgba(255, 152, 0, 0.08);
  margin: 0 auto 20px;
  transition: max-height 0.5s cubic-bezier(.4, 0, .2, 1), padding 0.5s;
  padding: 0 30px;
  font-size: 1.1em;
  color: #333;
}

.button23-accordion.open {
  max-height: 100%;
  padding: 24px 30px;
  transition: max-height 0.7s cubic-bezier(.4, 0, .2, 1), padding 0.5s;
  z-index: 10;
  position: relative;
  display: contents;
}

.button23_container {
  position: relative;
}

/*保証*/
._main_contents1 span {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 100px;
}

._main_contents2 li {
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 2.4;
  padding: 40px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

  ._main_contents2 li {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 2.4;
    padding: 15px;
  }

  .dis_p_none {
    display: inline-block;
    text-align: left;
    padding: 10px 0 0 0;
  }


}

._contact_contenner_1b img {
  box-shadow: unset !important;
  display: block;
  margin: 0 auto;
}

._main_contents2 li:nth-child(1) {
  text-align: center;
}

._main_contents2 li:nth-child(2) {
  text-align: center;
}

.anti-glare-strength-icon {
  width: 226px;
  height: 226px;
  margin-bottom: 18px;
  object-fit: none;
  background: #5c4448;
  border-radius: 50%;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(255, 152, 0, 0.08);
  border: none;
  display: inline-block;
}

.anti-glare-inner1 {
  border-radius: 24px;
  padding: 40px 32px;
}

/* 独自スタイル：anti-glare-section */
/*.anti-glare-section {
  background: #2B0F07;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}*/

.anti-glare-section {
  background: #2B0F07;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0px 0;
  position: relative;
  /* overflow: hidden; */
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 10px;
}

/* レスポンシブ対応 */
@media (max-width: 900px) {

  .anti-glare-section {
    background: #2B0F07;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0px 0;
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 0px;

  }


  .product-detail-image_MS290,
  .product-detail-image_AG270 {
    margin-top: -80px;
  }


  .features ._text,
  .features2 ._text {
    padding: 20px 0px 20px 0px;
  }

}


.anti-glare-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.anti-glare-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
  z-index: 10;
}

.anti-glare-image {
  flex: 1;
  text-align: center;
}

.anti-glare-image img {
  max-width: 100%;
  border-radius: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.anti-glare-subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}

.anti-glare-double-image-row {
  display: flex;
  gap: 30px;
  margin: 40px auto 60px;
  flex-wrap: wrap;
  max-width: 900px;
}

.anti-glare-double-image-block {
  flex: 1;
  text-align: center;
  color: #fff;
  min-width: 220px;
  position: relative;
}

.anti-glare-double-image-block img {
  width: 100%;
  max-width: 100%;

}

.anti-glare-double-image-label {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
}

.anti-glare-strength-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 36px;
  text-align: center;
}

.anti-glare-strength-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.anti-glare-strength-main {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.anti-glare-strength-desc {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
}


@media (max-width: 900px) {

  .anti-glare-row,
  .anti-glare-double-image-row,
  .anti-glare-strength-row {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .anti-glare-inner {
    padding: 0 15px;
  }
}

/*お問い合わせフォーム*/
.fadein.visible {
  opacity: 1;
  transform: none;
  text-align: center;
  padding: 5px;
}

.four_advanced_features p {
  font-size: 32px;
  color: #8C2920;
  text-align: center;
}


section#download {
  margin-bottom: 0px;
}

/*スマホ*/
@media (max-width: 900px) {
  .hr-sns {
    margin: 0 calc(78% - 80vw);
  }
}







/* ----gallery251125--- */

/* 共通 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section p,
section a,
section h2,
section h3,
section h4 {
  margin: 0;
  padding: initial;
  line-height: 32px;
  letter-spacing: 0.64px;
}

section h2,
section h3,
section h4 {
  line-height: 40px;
}

.max_contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.flex {
  display: flex;
  align-items: center;
}

img {
  vertical-align: middle;
}

.only_sp {
  display: none;
}

@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.only_pc {
  display: block;
}

@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}


.m_pc {
  display: none;
}

@media (max-width: 1280px) {
  .m_pc {
    display: block;
  }
}

@media (max-width: 480px) {
  .m_pc {
    display: none;
  }
}




/* 共通 */


/* ------section1------ */
section.top_contents {
  background: #fff;
  padding: 180px 0px 120px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

@media (max-width: 480px) {
  section.top_contents {
    padding: 80px 0px;
  }
}

.top_contents .top_tit h2 {
  font-size: 48px;
  color: #FF5A28;
  font-weight: bold;
  margin-bottom: 37px;
  letter-spacing: 1.92px !important;
}

@media (max-width: 480px) {
  .top_contents .top_tit h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.top_tit hr {
  width: 165px;
  border: none;
  height: 8px;
  background-color: #FF5A28;
  margin: 10px auto 73px;
  border-radius: 3px;
}

@media (max-width: 480px) {
  .top_tit hr {
    height: 4px;
    width: 82px;
    margin: 10px auto 40px;
  }
}

.top_box {
  background: url('/wp-content/uploads/2025/11/CM_gallery_FV_bg.jpg') no-repeat center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  padding: 100px 15px 80px;
  position: relative;
}

@media (max-width: 480px) {
  .top_box {
    padding: 40px 15px 52px;
    background-position: -60px center;
  }
}


.top_contents .top_box .main_visual {
  width: 100%;
  max-width: 656px;
  display: block;
  margin: 0 auto 58px;
}

.top_contents .top_box .main_visual.add_bdrs_n {
  border-radius: initial;
}

.top_contents .top_box .main_visual.add_bdrs_n::after {
  border-radius: initial;
}

.top_contents .top_box .main_visual.add_bdrs_n img {
  border-radius: initial;
}

.top_contents .top_box .main_visual.add_bdrs_n img.add_hover_btn {
  display: none;
}

.top_contents .top_box .main_visual.add_bdrs_n:hover img.add_hover_btn {
  display: block;
}




@media (max-width: 480px) {
  .top_contents .top_box .main_visual.add_bdrs_n {
    position: relative;
  }
}

@media (max-width: 480px) {
  .top_contents .top_box .main_visual.add_bdrs_n img.add_hover_btn {
    display: block;
    width: 40px;
    position: absolute;
    top: initial;
    left: initial;
    transform: initial;
    bottom: 14px;
    right:14px;

  }
}





.cm_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  list-style: none;
  align-items: stretch;
}

@media (max-width: 480px) {
  .cm_items {
    row-gap: 78px;
  }
}

.cm_items li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 22.5%;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: relative;
}

@media (max-width: 480px) {
  .cm_items li {
    width: 48%;
  }
}

.cm_items li .link-block {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 15px 10px 6px;
  opacity: 1;
}

@media (max-width: 1280px) {
  .cm_items li .link-block {
    padding: 15px 4px;
  }
}

@media (max-width: 480px) {
  .cm_items li .link-block {
    padding: 13px 8px 8px;
  }
}


.cm_items li .link-block::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  margin-top: 10px;
}

.cm_items li img {
  transition: transform 0.3s ease;
}

.cm_items li:hover img {
  transform: translateY(-10px);
  opacity: 1;
}

.cm_items li:hover p {
  color: #FF5A28;
}


.cm_items p {
  margin-bottom: inherit;
}

.cm_items img {
  width: 86px;
  height: 86px;
  margin-top: -52px;
  object-fit: cover;
}

.cm_items li .top_page_scroll_btn {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding-top: 6px;
  margin-bottom: -5px;
  letter-spacing: 0.64px !important;
}

@media (max-width: 480px) {
  .cm_items li .top_page_scroll_btn {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: initial;
    padding-top: 9px;
  }
}

/* ------section2------- */
.concept_section_upper {
  padding: 0 20px;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .concept_section_upper {
    padding: initial;
    margin-bottom: 94px;
  }
}

.concept_upper_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .concept_upper_inner {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .concept_upper_inner {
    justify-content: space-between;
  }
}

.concept_upper_img {
  /* width: 29.2%; */
  width: 312px;
}

@media (max-width: 820px) {
  .concept_upper_img {
    display: none;
  }
}


.concept_upper_img img {
  width: 100%;
  border-radius: 10px;
}

.concept_upper_text {
  /* width: 68%; */
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
  font-weight: 500;
  color: #333;
  margin: 0 20px;
}

@media (max-width: 480px) {
  .concept_upper_text {
    text-align: left;
    margin: initial;
  }
}


.concept_upper_inner .concept_upper_text p {
  letter-spacing: 0.64px !important;
}

.concept_upper_lower {
  padding: 0 15px 120px;
  text-align: center;
}

@media (max-width: 480px) {
  .concept_upper_lower {
    padding: 0 15px 80px;
  }
}

/* ------SP時のみ画像------ */
.sp_img_box {
  display: none;
  padding: 0 15px;
}

@media (max-width: 820px) {
  .sp_img_box {
    display: block;
    margin-bottom: 80px;
  }
}

.sp_img_box .sp_img_inner {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 12px;
}

.sp_img_box .sp_img_inner .sp_img_item {
  width: 48%;
  margin: initial;
  border-radius: 10px;
}

.sp_img_box .sp_img_inner .sp_img_item img {
  border-radius: 10px;
  width: 100%;
}

/* ------SP時のみ画像------ */


.concept_upper_title {
  font-size: 32px;
  color: #a33a2f;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .concept_upper_title {
    margin-bottom: 40px;
  }
}

.concept_lower_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1624px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .concept_lower_inner {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .concept_lower_inner {
    justify-content: space-between;
  }
}

.concept_lower_img {
  /* width: 19.2%; */
  width: 312px;
  border-radius: 10px;
}

@media (max-width: 820px) {
  .concept_lower_img {
    display: none;
  }
}

.concept_lower_img img {
  width: 100%;
  border-radius: 10px;
}

.concept_lower_text {
  /* width: 68%; */
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
  font-weight: 500;
  color: #333;
  margin: -54px 20px 0;
}

.concept_lower_inner .concept_lower_text p {
  letter-spacing: 0.64px !important;
}

@media (max-width: 480px) {
  .concept_lower_text {
    text-align: left;
    margin: -56px 0px 0;
  }
}

/* ------section2------- */




/* ------section3------- */
.cm_intro_section {
  background: url('/wp-content/uploads/2025/11/movei_long_bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 80px 15px 70px;
  text-align: center;
}

@media (max-width: 480px) {
  .cm_intro_section {
    background-position: left;
  }
}

.cm_intro_inner {
  max-width: 656px;
  width: 100%;
  margin: 0 auto;
}

.cm_intro_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

@media (max-width: 480px) {
  .cm_intro_title {
    font-size: 24px;
  }
}

.cm_intro_video_wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 48px;
  max-width: 576px;
  width: 100%;
}

@media (max-width: 480px) {
  .cm_intro_video_wrapper {
    margin-bottom: 22px;
  }
}

.cm_intro_thumbnail {
  width: 100%;
  border-radius: 10px;
}

.cm_intro_lead {
  font-size: 28px;
  color: #FF5A28;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 480px) {
  .cm_intro_lead {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}

.cm_intro_inner .cm_intro_lead span {
  font-weight: bold;
  letter-spacing: 1.12px !important;
  line-height: 32px;
}

.cm_intro_inner .cm_intro_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: 0.64px !important;
}

@media (max-width: 480px) {
  .cm_intro_inner .cm_intro_text {
    font-size: 14px;
  }
}

.cm_intro_link {
  display: block;
  width: 216px;
  color: #FF5A28;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #FF5A28;
  transition: opacity 0.3s;
  text-align: left;
}

.cm_intro_link:hover {
  opacity: 0.7;
}

.cm_intro_section .simulation-link-btn,
.fif_section .simulation-link-btn {
  text-align: left;

}

.cm_intro_section .simulation-link-btn a,
.fif_section .simulation-link-btn a {
  transition: all 0.3s;
  text-decoration: none;
  text-decoration-color: #FF5A28;
}

.cm_intro_section .simulation-link-btn a:hover,
.fif_section .simulation-link-btn a:hover {
  opacity: 1;
  text-decoration: underline;
  text-decoration-color: #FF5A28;
}

.cm_intro_section .simulation-link-btn,
.fif_section .simulation-link-btn {
  text-align: left;
}

.cm_intro_section .sim-btn-text,
.fif_section .sim-btn-text {
  font-weight: bold;
}

@media (max-width: 480px) {

  .cm_intro_section .sim-btn-text,
  .fif_section .sim-btn-text {
    text-decoration: underline;
  }
}

/* ------section3------- */




/* ------section4------- */
.fif_section {
  margin: 120px 15px 190px;
}

@media (max-width: 480px) {
  .fif_section {
    margin: 90px 15px 100px;
  }
}

.fif_inner {}


.fif_inner .concept_upper_title {
  text-align: center;
  letter-spacing: 1.28px !important;
}

.concept_upper_lower .concept_upper_title {
  text-align: center;
  letter-spacing: 1.28px !important;
}

.what_inner .concept_upper_title {
  text-align: center;
  letter-spacing: 1.28px !important;
}

.rerise_what .concept_upper_title {
  text-align: center;
  letter-spacing: 1.28px !important;
}

.fif_item {
  gap: 32px;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 182px;
}

@media (max-width: 480px) {
  .fif_item {
    flex-direction: column;
    margin-bottom: 90px;
    gap: 20px;
  }

  .fif_item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.scroll-target {
  scroll-margin-top: 64px;
  /* ヘッダー高さと同じ値 */
}


.fif_img {
  position: relative;
  display: inline-block;
  width: 50%;
  border-radius: 10px;
  cursor: pointer;
}


@media (max-width: 480px) {
  .fif_img {
    width: 100%;
  }
}

.fif_img.add_w_ja {
  width: 100%;
}

.fif_img img {
  border-radius: 10px;
}

.fif_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* 黒で暗くする */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 10px;
}

.fif_img:hover::after {
  opacity: 1;

}

.fif_img .thumbnail {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.fif_img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  content: url("/wp-content/uploads/2025/11/play_button.svg");
  z-index: 999;
}

.fif_img:hover .play-btn {
  content: url("/wp-content/uploads/2025/11/play_button_hover.svg");
}


.fif_item .fif_textbox {
  width: 50%;
}

@media (max-width: 480px) {
  .fif_item .fif_textbox {
    width: 100%;
  }
}

.fif_item .fif_textbox h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 26px;
  letter-spacing: 1.28px !important;
}

@media (max-width: 480px) {
  .fif_item .fif_textbox h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.fif_item .fif_textbox h4 {
  font-size: 28px;
  color: #FF5A28;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1.12px !important;
}

@media (max-width: 480px) {
  .fif_item .fif_textbox h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.fif_item .fif_textbox p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 34px;
  letter-spacing: 0.64px !important;
}

@media (max-width: 480px) {
  .fif_item .fif_textbox p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.fif_item .fif_textbox a {
  color: #FF5A28;
  font-size: 18px;
  font-weight: bold;
}

/* ------section4------- */




/* ------section5------- */
.what_section {
  margin-bottom: 120px;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 480px) {
  .what_section {
    margin-bottom: 80px;
  }
}

.bac_img_1 {
  position: absolute;
  top: -17%;
  left: 0%;
  width: 27vw;
  z-index: -999;
}

@media (max-width: 480px) {
  .bac_img_1 {
    top: 46%;
    left: 2%;
    width: 36vw;
  }
}

.bac_img_2 {
  position: absolute;
  top: 48%;
  right: 0%;
  width: 27vw;
  z-index: -999;
}

@media (max-width: 480px) {
  .bac_img_2 {
    top: 82%;
    right: 3%;
    width: 30vw;
  }
}

.bac_img_3 {
  position: absolute;
  top: 23%;
  right: 2%;
  width: 10vw;
  z-index: -999;
}

@media (max-width: 480px) {
  .bac_img_3 {
    top: 60%;
    right: 9%;
    width: 13vw;
  }
}


.bac_img_1 img,
.bac_img_2 img,
.bac_img_3 img {
  width: 100%;
}



.what_box {
  gap: 32px;
  align-items: flex-start;
}

@media (max-width: 480px) {
  .what_box {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.what_box .what_text_box {
  width: 50%;
}

@media (max-width: 480px) {
  .what_box .what_text_box {
    width: 100%;
  }
}

.what_box .what_img {
  width: 50%;
}

@media (max-width: 480px) {
  .what_box .what_img {
    width: 100%;
  }
}

.what_box .what_text_box .what_text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
  letter-spacing: 0.64px !important;
}

.what_box .what_text_box a {
  color: #FF5A28;
  font-size: 18px;
  font-weight: bold;
}

.what_box .what_text_box a:hover {
  opacity: 1;
}

/* ------section5------- */


/* ------section6------- */
.rerise_what {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  .rerise_what {
    margin-bottom: 80px;
  }
}

/* ------section6------- */


/* ------モダール本体----- */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 60px;
}

@media (max-width: 480px) {
  .modal {
    padding: 0 15px;
  }
}


.modal-content {
  position: relative;
  top: 46%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 70%;
  max-width: 900px;
  text-align: center;
}

@media (max-width: 820px) {
  .modal-content {
    width: 86%;
  }
}

@media (max-width: 480px) {
  .modal-content {
    width: 100%;
  }
}



.modal .close {
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}

@media (max-width: 480px) {
  .modal .close {
    top: -60px;
    right: 0px;
  }
}

.modal .close img {
  width: 40px;
  height: 40px;
}

.modal .under_btn {
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .modal .under_btn {
    bottom: -30%;
  }
}

@media (max-width: 820px) {
  .modal .under_btn {
    bottom: -50%;
  }
}

@media (max-width: 480px) {
  .modal .under_btn {
    bottom: -94%;
    width: 82%;
  }
}

.modal .under_btn a {
  color: #fff;
  display: block;
  padding: 16px 35px 13px 35px;
  background-color: #FF5A28;
  font-size: 18px;
  border-radius: 50px;
  letter-spacing: 0.72px !important;
  transition: all 0.3s ease;
  white-space: nowrap;
}


@media (max-width: 480px) {
  .modal .under_btn a {
    padding: initial;
    padding: 16px 20px;
    white-space: initial;
  }
}

.modal .under_btn a::after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.modal .under_btn a:hover {
  background-color: #ffe2d9;
  color: #FF5A28;
  opacity: 1;
}

.modal .under_btn a:hover::after {
  border-right: 2px solid #FF5A28;
  border-bottom: 2px solid #FF5A28;
}



.video-wrap iframe {
  width: 100%;
}

iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: auto;
  border: none;
}


/* ------モダール本体----- */



.c-btn.circle {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: transparent linear-gradient(90deg, #FF5A28 0%, #EB9D6A 100%) 0% 0% no-repeat padding-box;
  color: #fff !important;
  font-weight: bold;
  padding: 18px 28px 17px 28px;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(255, 152, 0, 0.13);
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  border: none;
  font-size: 1.08em;
  letter-spacing: 0.04em;
  z-index: 1;
  max-width: 320px;
  width: 100%;
}

@media (max-width: 480px) {
  .c-btn.circle {
    padding: 15px 28px 14px 28px;
  }
}

.contact-btn-row .c-btn.circle {
  font-weight: 400;
  font-size: 16px;
}


.c-btn.circle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s cubic-bezier(.4, 0, .2, 1), height 0.5s cubic-bezier(.4, 0, .2, 1);
  z-index: 0;
  pointer-events: none;
}

.c-btn.circle:hover::after {
  width: 324px;
  height: 324px;
}




/* -----footer----- */
footer {}



@media (max-width: 480px) {
  footer .contact-section .contact-title {
    padding-bottom: 40px;
  }
}

footer ._nbc_end {
  display: block;
}

footer ._nbc_end ._copyright {
  text-align: center;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.48px !important;
}

@media (max-width: 480px) {
  footer ._nbc_end ._copyright {
    margin: initial;
  }
}

/* -----footer----- */