@charset "utf-8";
/* ========================
common
============================ */

:root {
    --primary-white: #ffffff;
    --primary-black: #333333;
    --primary-red: #ED1B24;
    --primary-bob: #F8EEEE;
    --primary-redLow: #FC7D7D;
    --contentWidth: 91.4%;
    --contentpaddingSp: 4%;
    --contentpaddingPc: 8%;
}

html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 
    "M PLUS 1", 
    Arial, Helvetica, sans-serif serif;
    font-style: normal;
    font-size: 1.6rem;
    color: var(--primary-black, #333333);
    background-color: var(--primary-white,#ffffff);
    line-height: normal;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}
  

.fade-in-target{
  opacity: 0;
  transition: opacity 1.5s;
}

.fade-in{
  opacity: 1;
}
/* ================================
btn more 
==================================== */
a.btn-flat{
  display: block;
  margin: 40px auto;
  overflow: hidden;
  width: 305px;
  height: 60px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  color: var(--primary-white);
  letter-spacing: 0;
  border-radius: 5rem;
  background: var(--primary-red);
}
  
a.btn-flat:hover{
  color: var(--primary-red);
}

a.btn-flat svg:hover{
  fill: var(--primary-red, #ED1B24);
}
a.btn-flat span{
  position: relative;  
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: '';
  transition: all .5s ease-in-out;
  transform: translateX(-100%) translateY(-25px);
  border-radius: 50%;
  background: var(--primary-bob, #F8EEEE);
}

  .btn-flatTxt>span:nth-child(1){
    transition-delay: 0ms;
  }
  .btn-flatTxt>span:nth-child(2){
    transition-delay: 30ms;
  }

  .btn-flatTxt>span:nth-child(3){
    transition-delay: 90ms;
  }

  .btn-flatTxt>span:nth-child(4){
    transition-delay: 120ms;
  }

  a.btn-flat:hover:before{
    width: 400px;
    height: 400px;
    -webkit-transform: translateX(-1%) translateY(-175px);
    transform: translateX(-1%) translateY(-175px);
  }
  .btn-flatTxt{
    margin-left: 47px;
    font-weight: 800;
    line-height: 50px;
  }

  .btnEmail{
    margin-top: 32px;
    margin-bottom: 35px;
  }
  .btn-Confirm{
    border-radius: 50px;
    background: #DD0E09;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 110px 20px 118px;
    width: 315px;
    height: 60px;
    display: block;
    color: var(--primary-white);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
  }
 
  @media screen and (min-width: 769px){
    .btnEmail{
      margin-top: 90px;
      margin-bottom: 100px;
    }
    .btn-Confirm{
      border-radius: 50px;
      background: #DD0E09;
      padding: 20px 145px 20px 160px;
      width: 450px;
      height: 90px;
      font-size: 3rem;
      letter-spacing: 2.4px;
    }
  }


/* ================================
header nav btn
==================================== */

  .button__close,
  .button__close--et1,
  .button__close--et2{
    background: var(--primary-red);
    width: 60px;
    height: 60px;
    text-align: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px 0px 0px 20px;
}

.header__btn,
.header__btn--et1,
.header__btn--et2{
  width: 60px;
  height: 60px;
  background: var(--primary-red);
  border-radius: 0px 0px 0px 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;

}
@media screen and (min-width: 769px){
.header__btn,
.header__btn--et1,
.header__btn--et2{
  width: 90px;
  height: 90px;
  }
}

/* ONLINE BTN */

.onlineBtn,
.onlineBtn--ft{
  margin: 30px auto;
  width: 335px;
  height: 80px;
  }
.onlineBtn--ft{
  padding: 0;
}

.onlineBtn__cotent,
.onlineBtn__cotent--ft{
  margin: auto;
  background: var(--primary-bob);
  border-radius: 30px 30px 30px 0px;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
.btn__logo{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px 0px 0px 0px;
  width: 100px;
  height: 80px;
  background: var(--primary-red);
  color: var(--primary-white);
  font-family: Rowdies;
  font-size: 1.4rem;
  font-weight: 700;
}
.btn__txt{
  color: var(--primary-red);
  font-size: 1.2rem;
}
.btn__online{
  font-size: 1.6rem;
  letter-spacing: 0.9px;
}
.btnContent{
  margin-left: 15px;
}
.onlineBtn svg,
.onlineBtn--ft svg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 30px;
}
.onlineBtn:hover,
.onlineBtn--ft:hover{
  opacity: 0.5;
}
@media screen and (min-width:768px) and ( max-width:1024px){

  .onlineBtn,
  .onlineBtn--ft{
    margin: 0;
    width: 350px;
    height: 120px;
  }
  .onlineBtn__cotent,
  .onlineBtn__cotent--ft{
  height: 120px;
}
.btn__logo{
  width: 120px;
  height: 120px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

  .onlineBtn svg,
  .onlineBtn--ft svg{
    width: 30px;
    height: 30px;
    right: 20px;
}
  .btnContent{
    justify-content: center;
  }
  .btn__txt{
    display: inline-block;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .btn__online{
    display: inline-block;
    margin-top: 5px;
    font-size: 1.8rem;
  }
  }
  
  @media (min-width: 1024px) {
  .onlineBtn,
  .onlineBtn--ft{
    margin: 0;
    width: 450px;
    height: 140px;
  }
  .onlineBtn__cotent,
  .onlineBtn__cotent--ft{
    height: 140px;
  }
  .btn__logo{
    width: 140px;
    height: 140px;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .onlineBtn svg,
  .onlineBtn--ft svg{
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .btn__txt{
    font-size: 1.6rem;
  }
  .btn__online{
    font-size: 2.4rem;
  }
}

