@charset "UTF-8";

/* common */
html{
    font-size: 62.5%;
}

body{
    font-family:"Noto Sans JP", sans-serif;
    font-size:1.4rem ;
    color:#460E0E ;
    line-height:2.2 ;
    font-weight: 400;
}

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

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

#btn{
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    padding:16px 30px 17px ;
    width:237px ;
    text-align: center;
    transition: 0.4s;
    background-color:#E64206 ;
    border-radius:30px ;
    box-shadow:2px 2px 4px gray;  
}

#btn:hover{
    background-color: #FAA755;
    transition: 0.4s;
}

/* common_1000px */
@media screen and (min-width:1000px){
    body{
    font-size:1.6rem ;
    line-height:2.7 ;
}

#btn{
    font-size: 1.8rem;
    line-height: 1.4;
    padding:20px 50px 20px ;
    width:300px ;
    transition: 0.4s;
}
}
/* common_1000px */


/* header */
.header__group{
    display: flex;
    justify-content: space-between;
     padding:15px 6.4% 12px;
    background-color: #ffffff;
}

.header__group.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0;
}

.header__logo{
    width:186px;
    height: 23px;
}

.header__menu{
    width: 24px;
    margin-top: 1.5%;
}
.nav__header{
    display: flex;
    justify-content: space-between;
     padding:20px 6.4% 12px;
    background-color: #ffffff;
}

.nav{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translate(-100%);
    transition: 0.4s;
}

.nav.active{
    transform: translateX(0);
}

.nav__logo{
    width:186px;
    height: 23px;
}

.nav__btn{
    width: 20px;
    height: 20px;
}

.nav__group{
    position: relative;
}

.nav__list{
    position: absolute;
    z-index: 100%;
    top: 5px;
    margin-left: 10%;
    vertical-align: bottom;
}
.nav__item{
    font-size: 1.6rem;
    margin-top: 0px;
    line-height: 1.0;
    color: #E64206;
    margin-top: 60px;
}

.nav__item:hover{
    color: #FAA755;
    transition: 0.4s;
}

/* header_750px */
@media screen and (min-width:750px){
    .header{
        display: flex;
        justify-content: space-between;
        padding:24px 7.6%;
        position: fixed;
        z-index: 9998;
        background-color: #ffffff;
}
    .header__logo{
        width:30.4% ;
        height: auto;
    }

    .header__group{
     padding:0px ;
}

.header__group.fixed{
    display: none;
}
    .header__menu{
    display: none;
}

.nav{
     background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
}
.nav__logo{
   display: none;
}

.nav__img{
    display: none;
}

.nav__btn{
    display: none;
}

.nav__list{
      top: -35px;
    display: flex;
    right: 0px;
}
.nav__item{
    font-size: 1.4rem;
    margin-top: 3.8%;
    line-height: 1.0;
    margin-left:30px ;
}
}
/* header_750px */

/* header_1000px */
@media screen and (min-width:1000px){
    .nav__list{
      top: -30px;
}
.nav__item{
    font-size: 1.6rem;
    margin-left:50px ;
}
}
/* header_1000px */

/* Thanks */
.section--Thanks{
    padding: 48px 6.4%;
    background-color: #ffffff;
}

.Thanks__title{
     font-size: 2.4rem;
      font-family: "Arbutus Slab", serif;
      text-align: center;
      color: #E64206;
      border-bottom: solid #E64206 1px ;
      margin-top: 48px;
}

.Thanks__group{
    padding: 28px 5.2%;
    background-color:#FFF5F1 ;
    margin-top: 32px;
    text-align: center;
}

.Thanks__list{
    font-weight: 500;
}

.Thanks__txt{
    margin-top: 8px;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.Thanks__mail{
    margin-top: 8px;
}

.Thanks__url{
    color: #E64206;
    display: block;
    text-align: center;
    margin-top: 32px;
}

.Thanks__url:hover{
   color: #FAA755;
    transition: 0.4s;
}


/* Thanks__1000px */
@media screen and (min-width:1000px){
.section--Thanks{
    padding: 80px 18.7% 100px;
}

.Thanks__title{
    font-size: 3.2rem;
      border-bottom: solid #E64206 3px ;
      width: 60%;
      margin: 100px auto 0;
}

.Thanks__group{
    padding: 55px 13.3%;
    margin-top: 64px;
}

.Thanks__list{
    font-size: 2.4rem;
}

.Thanks__txt{
    font-size: 1.6rem;
}

.Thanks__mail{
   font-size: 1.6rem;
}

.Thanks__url{
    font-size: 1.6rem;
    margin-top: 64px;
}
}
/* Thanks__1000px */


/* footer */
.footer{
    padding: 32px 6.4%;
    background-color: #ffffff;
    text-align: center;
}

.footer__img{
    width: 20px;
    height: 20px;
}

.footer__list{
    margin-top: 14px;
}

.footer__item{
    color: #E64206;
    font-family: "Inter", sans-serif;
    line-height: 1.7;
    display: block;
    margin-top: 14px;
}

.footer__item:hover{
    color: #FAA755;
    transition: 0.4s;
}

.copy{
    padding:26.5px 31.7% ;
    background-color: #E64206;
    color: #ffffff;
     font-family: "Inter", sans-serif;
     text-align: center;
}

/* footer__1000px */
@media screen and (min-width:1000px){
    .footer{
    padding: 72px 7.6%;
   display: flex;
   justify-content: space-between;
}

.footer__img{
    width: 30px;
    height: 30px;
}

.footer__list{
    display: flex;
    margin-top: 0px;
}

.footer__item{
    margin-top: 0px;
    margin-left: 50px;
}
}
/* footer__1000px */