@charset "utf-8";

/* burger-menu */

@media (hover: hover) {
.head-menu a{ transition: color .3s ease;}
.head-menu a:hover{ color: var(--ravio-red); opacity: 1;}  
.head-menu .head-inquiry-link a:hover{ color: #fff;}
.head-menu .head-inquiry-link a::before,
.head-inquiry-link-sp a::before{ transition: transform .5s ease;}
.head-menu .head-inquiry-link a:hover::before,
.head-inquiry-link-sp a:hover::before{ transform: scale(1.2);}
.head-inquiry-link-sp a:hover{ opacity: 1;}
.head-menu li.close-menu strong{ transition: color .3s ease;}
.head-menu li.close-menu strong:hover{ color: var(--ravio-red);}
.burger-menu-trigger-button{ transition: transform .3s ease; transform: scale(1);}
.burger-menu-trigger-button:hover em{ transform: scale(1.2);}

}/* End hover */


.view-more{
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1rem;  
  color: var(--ravio-red);
  font-size: var(--ravio-fs-ml);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-weight: 600;
  letter-spacing: -0.01em;  
  line-height: 1;  
  text-decoration: none;
  white-space: nowrap;
}

.view-more::after{
  position: relative; 
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  border-radius: 2rem;
  border: solid var(--ravio-red) 0.2rem;  
  background: url(/ravio/common/img/icon_arrow.svg) center center no-repeat;
  background-size: 1.2rem;  
  content: "";
}



/*** FOOTER ***/

.foot-inquiry{
  position: relative;
  padding: 4rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: var(--ravio-gray-4);
}

.foot-inquiry::before{
  position: absolute;
  top: -3rem;
  left: 2rem;
  display: block;
  color: #fff;
  font-size: 12rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
  content: "CONTACT";
}

.foot-inquiry .bg-cube{
  position: absolute;
  top: 2rem;
  right: 0;
  width: 75%;
  max-width: 32rem;
  display: block;
  content: "";
}

.foot-inquiry .bg-cube .svg-icon{ fill: #fff; aspect-ratio: 1 / 1;}

.foot-inquiry dl{
  position: relative;
  padding: 0;
  width: calc(100% - 4rem);
  max-width: 128rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 1.5em;
  z-index: 10;
}

.foot-inquiry dl dt{
  padding: 0;
  font-size: var(--ravio-fs-xl);
  font-weight: var(--ravio-fw-bold);
  flex-shrink: 0;
}

.foot-inquiry dl dd{ padding: 0.5rem 0 0; width: 100%; text-align: center;}

.foot-inquiry-inner{
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
}

@media screen and (max-width: 880px) {

.foot-inquiry::before{
  left: 0;
  right: 0;
  margin: auto;
  font-size: 10rem;
  opacity: 0.9;
}

.foot-inquiry dl{
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  column-gap: 1.5em;
  z-index: 10;
}

.foot-inquiry .bg-cube{
  position: absolute;
  top: 45%;
  right: 0;
  width: 75%;
  max-width: 32rem;
  display: block;
  opacity: 0.9;
  content: "";
}

}/* End max 880 */


@media screen and (max-width: 768px) {

.foot-inquiry dl{
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  column-gap: 1.5em;
  z-index: 10;
}

.foot-inquiry dl dd{ padding: 0.5rem 0 0; width: 100%;}

.foot-inquiry-inner{
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
}

}/* End max 768 */




.foot-inquiry-inner .button{ max-width: 38rem;}

.foot-inquiry-inner .tel{
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  text-decoration: none;
  pointer-events: none;
}

.foot-inquiry-inner .tel.telephone{ pointer-events: all;}



#FOOTER{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--ravio-red);
}

#FOOTER .ravio-logo{
  width: 100%;
  max-width: 17rem;
  display: block;
  aspect-ratio: 460 / 120;
}

#FOOTER .daiken-logo{
  width: 100%;
  max-width: 16rem;
  display: block;
  aspect-ratio: 368 / 128;
}

#FOOTER .foot-inner{
  padding: 3rem 0;
  width: calc(100% - 4rem);
  max-width: 128rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

#FOOTER .foot-inner dl{
  width: 40rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#FOOTER .foot-inner dl strong{
  margin-bottom: 0.5rem;
  display: block;
}

#FOOTER address{
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

#FOOTER address br{ display: none;}

@media screen and (max-width: 580px) {

#FOOTER address br{ display: inline-block;}

}/* End max 580 */

@media screen and (max-width: 560px) {

#FOOTER address br{ display: none;}

}/* End max 560 */

@media screen and (max-width: 420px) {

#FOOTER address br{ display: inline-block;}

}/* End max 420 */

#FOOTER address a{
  padding: 0.3rem 1rem;
  width: 9rem;
  display: flex;
  align-items: center;
  background: url(/ravio/common/img/icon_arrow.svg) center right 0.5rem no-repeat #fff;
  background-size: 1.2rem ;
  border-radius: 0.4rem;
  color: var(--ravio-black);
  font-size: var(--ravio-fs-xs);
  line-height: var(--ravio-lh-none);
  text-decoration: none;
}

#FOOTER .foot-inner .tel{
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

#FOOTER .foot-inner .tel.telephone{ pointer-events: all;}

#FOOTER .foot-menu{
  padding-top: 1em;
  width: calc(100% - 40rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;  
  justify-content: space-between;
  gap: 1rem; 
}

#FOOTER .foot-menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

#FOOTER .foot-menu ul a{
  padding: 0.5rem;
  color: #fff;
  text-decoration: none;
}


@media screen and (max-width: 880px) {

#FOOTER .foot-inner{
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
}

#FOOTER .ravio-logo{ max-width: 16rem;}
#FOOTER .daiken-logo{ max-width: 12rem;}

#FOOTER .foot-inner dl{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.5rem;
}

#FOOTER .foot-inner dt{ width: 16rem;}
#FOOTER .foot-inner dd{ width: calc(100% - 18rem);}

#FOOTER .foot-menu{
  margin-top: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;  
  justify-content: space-between;
  gap: 2rem; 
  border-top: 0.1rem dotted #fff;
}

#FOOTER .foot-menu ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem 1rem;
}

#FOOTER .foot-menu ul a{ padding: 0.5rem;}

}/* End max 880 */




@media screen and (max-width: 560px) {

#FOOTER .foot-inner{
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
}

#FOOTER .foot-inner dl{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

#FOOTER .foot-inner dd{ width: 100%;}

}/* End max 560 */


#FOOTER .copyright{
  width: 100%;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #710914;
  color: #fff;
  font-size: var(--ravio-fs-s);
}


/* modal */
.modal-trigger { cursor: pointer;}

@media (hover: hover) {
.modal-trigger { transition: opacity 0.5s ease;}
.modal-trigger:hover { opacity: 0.8;}
}/* End hover */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.5s ease;
  overscroll-behavior: contain;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 10000;
}

.modal::-webkit-scrollbar { display: none;}
.modal.modal-on { opacity: 1; pointer-events: all; touch-action: none;}

.modal::before{
  position: absolute;
  width: 0.1rem;
  height: calc(100vh + 0.1rem);
  display: flex;
  content: "";
}

.modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-width: none;
  z-index: 1;
}

.modal .modal-overlay::before{
  position: absolute;
  top: 0;
  width: 0.1rem;
  height: calc(100vh + 0.1rem);
  display: flex;
  content: "";
}

.modal .modal-block {
  position: relative;
  margin: 0;
  padding: 1rem;
  max-width: 48rem;
  width: 90%;
  height: 70vh;
  max-height: 64rem;
  background-color: #fff;
  border-radius: 1rem;
  z-index: 100;
}

.modal .modal-inner{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modal-title .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 4rem 0 0;
  width: 4rem;
  height: 0;
  display: block;
  overflow: hidden;
  line-height: 300;
  cursor: pointer;
}

.modal-title .modal-close::before,
.modal-title .modal-close::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.8rem;
  height: 0.2rem;
  background-color: var(--g-red);
  content: "";
}

.modal-title .modal-close::before { transform: translateY(-0.9rem);}
.modal-title .modal-close::after { transform: translateY(0.9rem);}
.modal-title .modal-close::before { transform: rotate(45deg);}
.modal-title .modal-close::after { transform: rotate(-45deg);}

.modal-content{
  /*position: relative;*/
  overflow-y: scroll;
  overscroll-behavior-y: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.modal-content::-webkit-scrollbar {
  background-color: transparent;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2em;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: var(--g-gray-3);
  border-radius: 2em;
}

.modal .close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 3.2rem 0 0;
  width: 3.2rem;
  height: 0;
  display: block;
  overflow: hidden;
  line-height: 300;
  cursor: pointer;
  z-index: 9999;
}

.modal .close-button::before,
.modal .close-button::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.8rem;
  height: 0.2rem;
  background-color: var(--g-black);
  content: "";
}

.modal .close-button::before { transform: translateY(-0.9rem);}
.modal .close-button::after { transform: translateY(0.9rem);}
.modal .close-button::before { transform: rotate(45deg);}
.modal .close-button::after { transform: rotate(-45deg);}
.modal .close-btn,
.modal .trigger{ cursor: pointer;}
.modal .trigger{ display: block;}

.modal .trigger{
  margin: 0.5rem 1rem;
  padding: 0.8em 0;
  display: block;
  border-bottom: 0.1rem solid var(--g-gray-3);
}

.modal .dropdown-content-inner{
  position: relative;
  padding: 1em;
  width: 100%;
  height: calc(100% - 5.6rem);
  display: block;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal .dropdown-content-scroll{
  padding: 0 0 8rem;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal .dropdown-content-inner::-webkit-scrollbar,
.modal .dropdown-content-scroll::-webkit-scrollbar{ display: none;}


/* section-bg-cube */


.section-bg-cube{
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  pointer-events: none;
  content: "";
  z-index: -100;
}

.section-bg-cube.top-left{ top: 25%; left: -60%;}
.section-bg-cube.top-right{ top: 25%; right: -60%;}

.section-bg-cube.size-s{ width: 30%;}
.section-bg-cube.size-m{ width: 60%;}
.section-bg-cube.size-l{ width: 120%;}

.section-bg-cube.fill-fff .svg-icon{ fill: #fff;}
.section-bg-cube.fill-eee .svg-icon{ fill: #eee;}
.section-bg-cube.fill-f6f6f6 .svg-icon{ fill: #f6f6f6;}











.mt-auto{ margin-top: auto;}
.mt-1{ margin-top: 1em;}
.mt-2{ margin-top: 2em;}
.mt-3{ margin-top: 3em;}
.mt-4{ margin-top: 4em;}
.mt-5{ margin-top: 5em;}
.mt-05{ margin-top: 0.5em;}

.mb-1{ margin-bottom: 1em;}
.mb-2{ margin-bottom: 2em;}
.mb-3{ margin-bottom: 3em;}
.mb-4{ margin-bottom: 4em;}
.mb-5{ margin-bottom: 5em;}
.mb-05{ margin-bottom: 0.5em;}

.ml-1{ margin-left: 1em;}
.ml-2{ margin-left: 2em;}
.ml-3{ margin-left: 3em;}
.ml-4{ margin-left: 4em;}

.mr-1{ margin-right: 1em;}
.mr-2{ margin-right: 2em;}
.mr-3{ margin-right: 3em;}
.mr-4{ margin-right: 4em;}

.margin-1{ margin: 1em;}
.margin-2{ margin: 2em;}

.pt-1{ padding-top: 1em;}
.pt-2{ padding-top: 2em;}
.pt-3{ padding-top: 3em;}
.pt-4{ padding-top: 4em;}
.pt-5{ padding-top: 5em;}
.pt-05{ padding-top: 0.5em;}

.pb-1{ padding-bottom: 1em;}
.pb-2{ padding-bottom: 2em;}
.pb-3{ padding-bottom: 3em;}
.pb-4{ padding-bottom: 4em;}
.pb-5{ padding-bottom: 5em;}
.pb-05{ padding-bottom: 0.5em;}

.pl-1{ padding-left: 1em;}
.pl-2{ padding-left: 2em;}
.pl-3{ padding-left: 3em;}
.pl-4{ padding-left: 4em;}

.pr-1{ padding-right: 1em;}
.pr-2{ padding-right: 2em;}
.pr-3{ padding-right: 3em;}
.pr-4{ padding-right: 4em;}

.padding-1{ padding: 1em;}
.padding-2{ padding: 2em;}
