@charset "UTF-8";
/*
Theme Name: wp-lp
Theme URI: https://norimakineko.com/wp
Author: adrama
Author URI: https://adrama.co.jp
Description: Wp theme for Lp.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/********************************/
/*     リセット
/***********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }




ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a, a:hover {
  text-decoration: none; }

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0; }

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }

.clearfix:after {
  content: ".";
  height: 0; }

body {
  /* position: absolute; */
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
 /*  height: 100%; */
}

body * {
  box-sizing: border-box; }

div, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
  position: relative; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1; }

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1; }

img,
a img {
  border: none;
  display: inline-block; }

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

h1, h2 {
  font-weight: 900; 
}

@media screen and (max-width: 768px) {
  
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } 
}
/********************************/



/*スクロールバー非表示*/
html{

-ms-overflow-style: none;
scrollbar-width: none;
}
html::-webkit-scrollbar{
display:none;
}

/*オーバースクロール禁止*/
body {
overscroll-behavior: none;
}

/*ブリンク*/
@-webkit-keyframes blink_animation {
  0% {
    opacity: 0.25;
  }
  10% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {opacity: 0.25;}
  10% {opacity: 0.25;}
  100% {opacity: 1;}
}




/*********************************/
/*
/*LP独自設定*/
/*
/*********************************/

/*********************************/
/*   FONT SIZE
/*********************************/

html {
  line-height: 1; 
  font-size:min(16px ,2.1vw);
}


@media screen and (max-width:768px){
  html {
      font-size: 2.13vw; /*横幅768pxで、16.35px*/
  } 
}

@media screen and (max-width:540px){
    html {
      font-size: 4.26vw; /*横幅384pxで、16.35px*/
    } 
}




header,
.wrapper,
footer{
    max-width:768px;
    margin:0 auto;
    padding:2rem;
}

.wrapper{
    padding:0;
    /*min-height:100vh;*/
}

body{
   position: relative;
}

header{
    background-color:#999;
    font-size:1.75rem;
    position: relative;
}

footer{
    background-color:#999;
    font-size:1rem;
    color:#fff;
}



.page-top{
    width:3rem;

    position:fixed;
    left:calc(50% + 364px - 3rem);
    bottom:2em;
}

.page-top.over-footer{
    position:absolute;
    
    right:2em;
}

.form__wrap{
    width:100%;
    margin:0 auto;
    max-width:768px;
    padding:2rem;
}

.form__title{
    font-size:1.35em;
    font-weight:bold;
    text-align:center;
    margin-bottom:1.5em;
}

.form__box dl{
    margin-bottom:0.5em;
}

.form__box dl:nth-child(3){
     margin-bottom:1em;
}


.form__box p{
    margin:0;
    margin-bottom:0.5em;
}


.form__dt{
    display: inline-block;
    margin:0;
}

.form__dd{
    display: inline-block;
    margin:0;
}

.form__dd span{
    display:block;
}

.form__dd input,
.form__dd textarea{
    display: block;
    width: 100%;
    padding:0.25em 0.5em;
}


.form__box dl,
.form__box input,
.form__box textarea{
    font-size:1.25rem;
}


.form__sendbutton{
    border: none;
    padding: 0.5em 1em 0.5em 1.5em;
    background: #666;
    font-size:1.5em;
    letter-spacing:0.5em;
    font-weight:bold;
    color: #fff;
    border-radius: 0.5em;
    margin: 0 auto;
    display: block;
    text-align: justify;
    text-align-last: justify
}

.form__sendbutton:after{
    content:"";
}

.footer-bottom__copyright{
    font-size:0.75rem;
    text-align:right;
}

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

    .form__box dl,
    .form__box input,
    .form__box textarea{
        display:flex;
        justify-content:space-between;
       
    }

    .form__sendbutton{
        font-size:1.5em;
    }

    .form__dd{
        width: calc(100% - 8em);
    }

    .form__dd input{

    }
    
}



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

    footer{
  
    }

    .page-top{
        right:1em;
        left:auto;
    }

    .page-top.over-footer {
        right: 1em;
    }

    .form__dt{
        display: block;
    }
 
}
 

@media screen and (max-width:540px){

    
    .form__box .form__dt p{
        margin-bottom:0.25em;
    }

    .form__box dl,
    .form__box input,
    .form__box textarea{
      font-size:1rem;
    }

    .form__sendbutton{
        font-size:1.5em;
    }
}

    